~ubuntu-branches/debian/squeeze/nss-pam-ldapd/squeeze

« back to all changes in this revision

Viewing changes to nslcd/myldap.h

  • Committer: Bazaar Package Importer
  • Author(s): Arthur de Jong
  • Date: 2009-10-20 12:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20091020120000-di0099d0pliwbsz1
Tags: 0.7.1
* implement password changing by performing an LDAP password modify EXOP
  request (closes: #550836)
* fix return of authorisation check in PAM module (patch by Howard Chu)
* fix "Use StartTLS?" debconf question when no ssl option is defined in the
  config
* fix for problem when authenticating to LDAP entries without a uid
  attribute in the DN
* general code clean-up and portability improvements and include all
  needed header files (closes: #547206)
* provide more information with communication error messages
* updated German debconf translation by Erik Schanze (closes: #546244)
* updated Vietnamese debconf translation by Clytie Siddall (closes: #548037)

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
/* Set the debug level globally. Returns an LDAP status code. */
134
134
int myldap_set_debuglevel(int i);
135
135
 
 
136
/* Perform an EXOP password modification call. */
 
137
int myldap_passwd(
 
138
        MYLDAP_SESSION *session,
 
139
        const char *userdn,const char *oldpassword,const char *newpasswd);
 
140
 
136
141
#endif /* not _MYLDAP_H */