Port patch from branch_1_1 to the HEAD
[freeradius.git] / dialup_admin / lib / ldap /
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-04-14 kkalevUse the correct max results variable in lib/*/find...
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-07-26 kkalev* A LOT of security related fixes. Now dialupadmin...
2004-07-08 kkalev* Use require_once instead of require when including...
2004-06-18 kkalev* Move the xlat function to a separate file in lib...
2004-04-06 kkalev* Add a check_user_passwd() and a get_user_dn() functio...
2004-04-03 kkalevAdd ldap_userdn as a configuration directive. If set...
2003-09-29 kkalevAllow for defining the ldap_filter used when searching...
2003-01-12 kkalevFix a small bug in lib/ldap/create_user.php3. Unset...
2003-01-12 kkalevAdd a missing {
2003-01-12 kkalevMake things a little bit more simple in lib/ldap/change...
2003-01-12 kkalevAdd a few missing {
2003-01-11 kkalev* Add a directive ldap_debug. Add debuging statements...
2002-11-12 kkalevWhen searching a user in ldap through the find page...
2002-11-11 kkalevInclude password.php3 in lib/ldap/password_check.php3
2002-10-13 kkalev* Add a string encoder for greek
2002-10-13 kkalevMap a specific username to the directory manager if...
2002-10-12 kkalevFix a small bug in lib/ldap/defaults.php3. We should...
2002-10-05 kkalevAllow for normal ldap user attributes to be utf8 encode...
2002-10-02 kkalevAllow for multiple regular profile attributes in a...
2002-09-29 kkalev* In lib/ldap/functions.php3 only ask for the cn attrib...
2002-09-09 kkalevFix a few more bugs in the ldap library
2002-09-09 kkalevAdd a new config directive, ldap_write_server. If it...
2002-09-09 kkalevRemove previous change. It was causing problems
2002-09-09 kkalevOnly connect and bind to the ldap server if we haven...
2002-09-08 kkalevAdd sessions in order to cache the various mappings...
2002-09-07 kkalev* If an sql attribute is not contained in sql, assume...
2002-09-07 kkalev* In the user edit page print a message under the User...
2002-09-06 kkalev* Allow for multiple default values. Also add a generic...
2002-08-20 kkalevAdd support for the max results setting in the user...
2002-08-20 kkalevAdd find pages
2002-08-14 kkalevWhen updating ldap user information don't do an update...
2002-08-13 kkalev* Only call user_info.php3 in user_new.php3 when we...
2002-08-13 kkalev* Have adddress and home address in user personal info
2002-08-13 kkalevSet personal information attributes to defaults in...
2002-08-12 kkalev* Fix a small bug in lib/sql/create_user.php3 where...
2002-06-11 kkalev* html fixes in user_finger.php3
2002-02-07 kkalev* Added operator support in sql. The eq(=),set(:=)...
2002-01-18 kkalev* Add general_ld_library_path directive and set LD_LIBR...
2002-01-15 kkalevAdd the dialup_admin web interface. Hope everything...