~ubuntu-branches/ubuntu/intrepid/squid/intrepid

« back to all changes in this revision

Viewing changes to helpers/digest_auth/eDirectory/edir_ldapext.h

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-01-11 21:47:16 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080111214716-rf21i8x0l22x9vqt
Tags: 2.6.18-1ubuntu1
* Merge from Debian unstable (LP:# 182624), Ubuntu remaining changes:
  - 99-ubuntu-ssl-cert-snakeoil:
    + src/cf.data.pre:
      * Add reference to snakeoil certificates in /etc/ssl
  - debian/control:
    + Add ssl-cert to Depends: to bring in snakeoil certificates.
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * edir_ldapext.h
3
 
 *
4
 
 * AUTHOR: Guy Antony Halse <g.halse@ru.ac.za>
5
 
 *
6
 
 * stubs for FreeRadius's edir_ldapext.h
7
 
 *
8
 
 */
9
 
#define UNIVERSAL_PASS_LEN    256
10
 
#define NMAS_SUCCESS          0
11
 
 
12
 
extern int berEncodePasswordData(struct berval **requestBV, char *objectDN, char *password, char *password2);
13
 
extern int berDecodeLoginData(struct berval *replyBV, int *serverVersion, size_t *retDataLen, void *retData);
14
 
extern int nmasldap_get_password(LDAP *ld, char *objectDN, size_t *pwdSize, char *pwd);
 
1
int nds_get_password(LDAP *ld, char *object_dn, size_t * pwd_len, char *pwd);