]> git.entuzijast.net Git - freeradius-dialup-admin.git/commit
* In lib/ldap/functions.php3 only ask for the cn attribute in ldap_search not the...
authorkkalev <kkalev>
Sun, 29 Sep 2002 11:39:42 +0000 (11:39 +0000)
committerkkalev <kkalev>
Sun, 29 Sep 2002 11:39:42 +0000 (11:39 +0000)
commit3d9f16188c78b48baaf843dc936dce73756e2ea8
tree057ff589c6dab082fca76667817b19687928fce8
parentd87f3b70259815d6f5dd182737a53343e9b72330
* In lib/ldap/functions.php3 only ask for the cn attribute in ldap_search not the whole entry. That should make
  user_finger a lot faster when the user database is in ldap
* In lib/functions.php3 pass a second argument to date2timediv with the current time. user_finger calls that
  function for each online user so we now don't need to do a lot of calls to time() but only one. That should make
  user_finger somewhat faster.
Changelog
htdocs/user_admin.php3
htdocs/user_finger.php3
lib/functions.php3
lib/ldap/functions.php3