]> git.entuzijast.net Git - freeradius-dialup-admin.git/commit
* Allow for multiple default values. Also add a generic flag in ldap attrmap. If...
authorkkalev <kkalev>
Fri, 6 Sep 2002 16:17:26 +0000 (16:17 +0000)
committerkkalev <kkalev>
Fri, 6 Sep 2002 16:17:26 +0000 (16:17 +0000)
commit2485130a158a53b057255cf49aed52849788fe80
tree7e4771500bd79353ee16af7ee956eaf291e417c9
parent7a408080c64adba56fa82f864e9616f5cbc01912
* Allow for multiple default values. Also add a generic flag in ldap attrmap. If it exists then the
  attribute is generic and user values *do not* overwrite default values. The operators in the generic
  attribute can be used for that. The same is very difficult to implement for sql, so for now user
  values overwrite default values in sql (user edit page).
  A lot of code and a lot of files where changed so there may be bugs somewhere.
17 files changed:
Changelog
conf/extra.ldap-attrmap
htdocs/group_new.php3
htdocs/user_admin.php3
htdocs/user_edit.php3
htdocs/user_new.php3
htdocs/user_state.php3
lib/defaults.php3
lib/functions.php3
lib/ldap/attrmap.php3
lib/ldap/change_attrs.php3
lib/ldap/create_user.php3
lib/ldap/defaults.php3
lib/sql/change_attrs.php3
lib/sql/create_group.php3
lib/sql/create_user.php3
lib/sql/defaults.php3