summaryrefslogtreecommitdiffstats
path: root/source/libads/ads_ldap.c
Commit message (Collapse)AuthorAgeFilesLines
* Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm toAndrew Bartlett2003-02-011-1/+11
| | | | | | | | blame for the realloc() stuff. Plus a couple of minor updates to libads. Andrew Bartlett
* Add the beginings of sam_ads to the tree.Andrew Bartlett2002-09-281-1/+1
| | | | | | | | | | | | | | | | This module, primarilly the work of "Stefan (metze) Metzmacher" <metze@metzemix.de>, uses the Active Directory schema to store the user/group/other information. I've been testing it against a real AD server, and it is intended to work with OpenLDAP as well. I've moved a few functions around in our other libads code, which has made it easier to tap into that existing code. Also, I've made some changes to the SAM interface, I hope there are not too many objections... To ensure we don't get silly bugs in the skel module, it is now in the default compile. This way you should not forget to update it :-) Andrew Bartlett
* Move a number of ADS related functions out into utility libs, so that thingsAndrew Bartlett2002-09-271-0/+145
like metze's sam_ads can also use them. Also add error checking etc to a few more functions. Andrew Bartlett