summaryrefslogtreecommitdiffstats
path: root/src/ldap_helper.c
Commit message (Collapse)AuthorAgeFilesLines
* Re-enable SASL/GSSAPI with fixes to make it work.Simo Sorce2009-05-221-11/+18
| | | | | | Still requires a manual kinit as the named user. also requires to set the sasl user in named.conf ex: arg "sasl_user DNS/ipaserver.example.com";
* ldap_helper.c: Shut up gcc warningsMartin Nagy2009-04-281-2/+3
|
* Add reconnection logic.Martin Nagy2009-04-271-54/+142
|
* Make ldap_rdata_to_char_array() static.Martin Nagy2009-04-241-1/+3
|
* Add update ACL capabilities.Martin Nagy2009-04-241-24/+69
|
* Fix rdata parsing.Martin Nagy2009-04-231-8/+8
|
* Change the setting name 'host' to 'uri'.Martin Nagy2009-04-231-8/+8
|
* Disable SASL for now, it doesn't work properly.Martin Nagy2009-04-231-0/+7
|
* Prepare the tree for conversion to autoconf.Martin Nagy2009-03-301-0/+1707
All source files are now moved to src/ and the old Makefile is removed.