+ Updated INSTALL and FAQ

+ Replaced all remaining deprecated LDAP API calls
+ Converted to getopt_long and added double-dash options (--help)
+ Added search timeout and max record count options



git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@325 06cd67b6-e706-0410-b29e-9de616bca6e9
This commit is contained in:
Ben Klang
2006-06-12 21:43:55 +00:00
parent fc8bbcf6b8
commit 297073eb3d
5 changed files with 93 additions and 39 deletions

View File

@@ -6,7 +6,9 @@ Version 0.4.0-pre1 (latest)
+ Fixed a number of possible segfaults if required cmdline options were missing
Thanks Steve Ayotte (sayotte.alkaloid.net)
+ Added more verbose LDAP error and sanity checking output
+ Removed (some) deprecated LDAP API calls
+ Replaced all deprecated LDAP API calls
+ Converted to getopt_long and added double-dash options (--help)
+ Added search timeout and max record count options
Version 0.3.7
+ Changed default location of ldap.conf to /etc/ldap.conf