summaryrefslogtreecommitdiffstats
path: root/source3/lib/ldap.c
Commit message (Collapse)AuthorAgeFilesLines
* Address gcc warnings.Volker Lendecke2003-04-191-1/+1
| | | | | | | | I could not fix the "passing arg 5 of `ldap_search_s'" completely with gcc -Wall. A non-developer compile does not complain though. Volker (This used to be commit dcbbbd66a9be799998476701a9e1059c14e4f061)
* Fix memory leak of the key.Andrew Bartlett2003-04-061-0/+1
| | | | (This used to be commit 9daf41c41f901b46d6016c6ec63773d0b7cec617)
* The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):Jim McDonough2003-04-031-0/+718
This patch moves the ldap routines out of passdb into a generic library and implements an LDAP backend for IDMAP. THe backend can be enabled with "idmap backend = ldap" in smb.conf. THere are also schema changes to make sure to update teh ldap schema files. (This used to be commit 87c7c582c60521da3a93d997386fe79935012aea)