summaryrefslogtreecommitdiffstats
path: root/source/libads/ldap_utils.c
Commit message (Collapse)AuthorAgeFilesLines
* - Support building all auth modules as .so'sJelmer Vernooij2003-03-251-5/+5
| | | | - Change 2 variable names to avoid conflicts (patch by Stephan Kulow <coolo@kde.org>)
* Add the beginings of sam_ads to the tree.Andrew Bartlett2002-09-281-0/+3
| | | | | | | | | | | | | | | | 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
* This needs to be #ifdef HAVE_LDAP.Andrew Bartlett2002-09-281-0/+3
|
* Move a number of ADS related functions out into utility libs, so that thingsAndrew Bartlett2002-09-271-0/+90
like metze's sam_ads can also use them. Also add error checking etc to a few more functions. Andrew Bartlett