From 26135bc4af3fcc6c740e1741bcc57b2ba1c8b33b Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Wed, 17 Feb 2010 20:21:16 +0000 Subject: add pointer to RFC 3062 git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1063 ef36b2f9-881f-0410-afb5-c4e39611909c --- compat/ldap_passwd_s.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat/ldap_passwd_s.c') 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) -- cgit v1.2.3