search for: ldap_value_free

Displaying 5 results from an estimated 5 matches for "ldap_value_free".

2002 Oct 09
1
Strange issue with pam_smbpass
Hello all!! Something strange is happening recently with pam_smbpass.so. I get the errors: passwd: PAM unable to dlopen(pam_smbpass.so) passwd: PAM [dlerror: pam_smbpass.so: undefined symbol: ldap_value_free] passwd: PAM adding faulty module: pam_smbpass.so And the passwd command returns "Module unknown". The rest of Samba is working fine as a PDC - can log in, out, copy files, etc. The SAM is on LDAP, also working fine. I never noticed that before, so I don't know if it's always...
2007 Apr 12
2
1.0.rc32 released
http://dovecot.org/releases/dovecot-1.0.rc32.tar.gz http://dovecot.org/releases/dovecot-1.0.rc32.tar.gz.sig Pretty late for changes if v1.0 is supposed to come out tomorrow, but I can't really leave these LDAP bugs unfixed. They shouldn't anyway break anything, so here's one more day for you people to find out about any bugs. One thing that I'm a bit concerned about is the
2003 Feb 12
2
rsync & ldap authentication
...(FERROR,"ldap: compare_s failed or \"%s\" is not member of \"%s\"\n", dn, group); + } else { + if (!(vals=ldap_get_values(ld, result, attrs[0])) || !vals[0] || vals[1]) { + rprintf(FERROR,"ldap: \"%s\" has no valid password\n", dn); + if (vals) ldap_value_free(vals); + } else { + memset(secret, 0, sizeof(secret)); /* paranoid */ + strlcpy(secret, vals[0], len); + ok=1; + ldap_value_free(vals); + } /* get_values */ + } /* compare_s */ + free(dn); + } /* get_dn */ + ldap_msgfree(entry); + } /* first_entry */ + ldap_msgfree(result); + } /* search */...
2003 May 03
0
Storing rsync secrets in LDAP
...member +of \"%s\"\n", dn, group); + } else { + if (!(vals=ldap_get_values(ld, result, attrs[0])) || !vals[0] || +vals[1]) { + rprintf(FERROR,"ldap: \"%s\" has no valid password\n", dn); + if (vals) ldap_value_free(vals); + } else { + memset(secret, 0, sizeof(secret)); /* paranoid */ + strlcpy(secret, vals[0], len); + ok=1; + ldap_value_free(vals); + } /* get_values */ + } /* compare_s */ + free(dn); + } /* get_dn */...
2002 Jul 25
2
pam_smbpass.so won't load
I've just built samba debs from 2_2 head. looks like all is cool except pam_smbpass.so Jul 25 17:44:42 bitc passwd[18770]: PAM unable to dlopen(/lib/security/pam_smbpass.so) Jul 25 17:44:42 bitc passwd[18770]: PAM [dlerror: /lib/security/pam_smbpass.so: undefined symbol: ldap_value_free] Jul 25 17:44:42 bitc passwd[18770]: PAM adding faulty module: /lib/security/pam_smbpass.so ldd /lib/security/pam_smbpass.so libpam.so.0 => /lib/libpam.so.0 (0x4007e000) libacl.so.1 => /lib/libacl.so.1 (0x40086000) libdl.so.2 => /lib/libdl.so.2 (0x4008d000)...