summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2010-02-17 20:21:16 +0000
committerArthur de Jong <arthur@arthurdejong.org>2010-02-17 20:21:16 +0000
commit26135bc4af3fcc6c740e1741bcc57b2ba1c8b33b (patch)
tree99f6312cc5a47bbb2626d63d6c51e7abe89addc7 /compat
parent2d923c4b99c0568954593fd263a5c24e811bacd2 (diff)
add pointer to RFC 3062
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1063 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'compat')
-rw-r--r--compat/ldap_passwd_s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/ldap_passwd_s.c b/compat/ldap_passwd_s.c
index fde8022..97fcb3c 100644
--- a/compat/ldap_passwd_s.c
+++ b/compat/ldap_passwd_s.c
@@ -62,7 +62,7 @@ int ldap_extended_operation_s(LDAP *ld,LDAP_CONST char *reqoid,
/* Replacement for password modification. user is the DN of the entry to
change, oldpw is the old password (may not always be needed?), newpw is
the new password to set and newpasswd is sometimes returned (though not
- by us). */
+ by us). See RFC 3062 for details.*/
int ldap_passwd_s(LDAP *ld,struct berval *user,struct berval *oldpw,
struct berval *newpw,struct berval *newpasswd,
LDAPControl **sctrls,LDAPControl **cctrls)