]> git.entuzijast.net Git - freeradius-dialup-admin.git/commit
* If an sql attribute is not contained in sql, assume that it has the same name as...
authorkkalev <kkalev>
Sat, 7 Sep 2002 20:46:41 +0000 (20:46 +0000)
committerkkalev <kkalev>
Sat, 7 Sep 2002 20:46:41 +0000 (20:46 +0000)
commitb1fdd0f5d4c32ed9dd60a26b6cc2591ea3ebe1aa
tree43ba88f5f93497eba292577331a58f22973c90e1
parent51852fed86bddac63ff512e254019e4f113ac56b
* If an sql attribute is not contained in sql, assume that it has the same name as in dialup_admin and that
  it is a reply item. Add a comment for that in conf/sql.attrmap.
* Change the way radius attributes are read from the sql database. The change should make things somewhat
  faster. Create a reverse mapping from radius attributes to dialup_admin attributes.
* Add a configuration directive called ldap_use_http_credentials. If it is set to yes then we try to
  connect to the ldap server with the username/password given in http authentication, not those contained
  in admin.conf. That way multiple admins with different permissions on the ldap tree can work on a single
  dialup_admin.
* With the same logic we allow for multiple buttons html pages. We now create a folder html/buttons which
  by default contains a folder default. If the user logs in with http authentication then we try
  to open the file html/buttons/<username>/buttons.html.php3. If we can't we open
  html/buttons/default/buttons.html.php3. That way we can create muiltiple views of say the online users
  page based on which admin requests the page.
24 files changed:
Changelog
conf/admin.conf
conf/sql.attrmap
htdocs/buttons.php3 [new file with mode: 0644]
htdocs/index.html
html/buttons/default/buttons.html.php3 [moved from htdocs/buttons.html with 96% similarity]
lib/ldap/change_attrs.php3
lib/ldap/change_info.php3
lib/ldap/change_passwd.php3
lib/ldap/create_user.php3
lib/ldap/defaults.php3
lib/ldap/delete_user.php3
lib/ldap/find.php3
lib/ldap/functions.php3
lib/ldap/password_check.php3
lib/ldap/user_info.php3
lib/sql/attrmap.php3
lib/sql/change_attrs.php3
lib/sql/create_group.php3
lib/sql/create_user.php3
lib/sql/defaults.php3
lib/sql/find.php3
lib/sql/group_info.php3
lib/sql/user_info.php3