summaryrefslogtreecommitdiffstats
path: root/source/passdb/pdb_ldap.c
Commit message (Expand)AuthorAgeFilesLines
* The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):Jim McDonough2003-04-031-703/+94
* Fix a crash bug if LDAP doesn't fill in ld_error.Andrew Bartlett2003-04-021-18/+18
* This fixes group updates in LDAP the same way as user updatesVolker Lendecke2003-03-301-77/+98
* Merge from HEAD - get better error strings from the ldap server in pdb_ldap.Andrew Bartlett2003-03-281-11/+38
* This is no functional change. It just makes pdb_ldap.c a bitVolker Lendecke2003-03-271-24/+50
* Apply metze's change correctly this time. Playing 'patch' byVolker Lendecke2003-03-251-6/+6
* Implement abartlet's suggestion to add attribs to ldap if theyVolker Lendecke2003-03-231-24/+30
* This adds 'ldap delete dn' as the recommended parameterVolker Lendecke2003-03-231-2/+2
* Metzes change:Volker Lendecke2003-03-231-4/+10
* Never touch complicated if/else/elsif structures :-)Volker Lendecke2003-03-221-23/+27
* This changes the way we do LDAP updates. We don't use LDAP_MOD_MODIFYVolker Lendecke2003-03-221-121/+175
* Use True, not TRUE and False, not FALSEJelmer Vernooij2003-03-201-1/+1
* Merge Herb's change.Volker Lendecke2003-03-201-1/+1
* Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij2003-03-191-16/+4
* Add paramter 'ldap del only sam attr'.Volker Lendecke2003-03-191-59/+97
* Hey -- there is an error code NT_STATUS_CANNOT_DELETE :-)Volker Lendecke2003-03-191-1/+1
* If we fail, return an error code :-)Volker Lendecke2003-03-191-0/+1
* Put group mapping into LDAP.Volker Lendecke2003-03-191-1/+501
* Fix memory leak.Volker Lendecke2003-03-171-0/+2
* Remove 'unixsam' from the default passdb backends.Andrew Bartlett2003-02-221-59/+0
* More ldap parinoia - if we ever get more than one result, bail. The order weAndrew Bartlett2003-02-011-5/+23
* Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm toAndrew Bartlett2003-02-011-3/+19
* initialize acct_ctrl before using itHerb Lewis2003-01-151-2/+1
* Fix some debug lines, and add a bit more info to help track down ldapAndrew Bartlett2003-01-141-8/+15
* clearer debug message when the user is already in the ldap dbAndrew Tridgell2003-01-141-1/+2
* BIG patch...Andrew Bartlett2003-01-021-1/+1
* use FILE_MACRO instead of __FILE__Herb Lewis2002-12-031-5/+5
* Move from NT_STATUS_UNSUCCESSFUL to NT_STATUS_NO_SUCH_USER, and other slightlyAndrew Bartlett2002-11-241-16/+21
* fixed a number of places where we can try to free a wild pointer orAndrew Tridgell2002-11-201-2/+14
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-4/+4
* Make smbpasswd use the group mapping, and fix spelling in ldapsam.Andrew Bartlett2002-11-081-14/+14
* Clean up this a little - add comments describing a bit of what is going onAndrew Bartlett2002-11-021-5/+6
* Add a 'ldap trust ids' option that lets pdb_ldap check for posixAccountAndrew Bartlett2002-11-021-33/+92
* Return the result code, not false (0 == success) on error...Andrew Bartlett2002-11-021-1/+1
* Fixes for pdb_ldap:Andrew Bartlett2002-11-021-111/+103
* One more step towards to better PDC.Andrew Bartlett2002-10-261-208/+330
* This moves the group mapping API into the passdb backend.Volker Lendecke2002-10-211-1/+60
* Revert changesVolker Lendecke2002-10-171-24/+22
* No functional change. I'm trying to understand pdb_ldap.c andVolker Lendecke2002-10-161-22/+24
* Nice *big* patch from metze.Andrew Bartlett2002-10-121-99/+161
* We already set LDAPv3 at connect time, no need to set it again.Andrew Bartlett2002-10-121-8/+0
* Readd the 2.2 --with-ldapsam paramaters so as to allow a smooth upgrade path toAndrew Bartlett2002-09-271-4/+19
* move all the passdb internal interface to NTSTATUSSimo Sorce2002-09-261-63/+70
* This patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> cleans upAndrew Bartlett2002-09-251-116/+175
* If adding a user to ldap, make sure we have the 'account' structural class, orAndrew Bartlett2002-09-251-0/+1
* Try to bind with LDAPv3 if possible.Andrew Bartlett2002-08-061-7/+19
* Try to make this easier to debug - display the username that failed.Andrew Bartlett2002-08-051-1/+1
* These are not critical errors, they should not be a level 0.Andrew Bartlett2002-07-301-3/+3
* Update the rebind code in pdb_ldap.Andrew Bartlett2002-07-271-34/+114
* fix parameters for ldap_set_rebind_proc() from OpenLDAP 2.1Gerald Carter2002-07-261-2/+7