+Ver 1.55:
+* Update the FAQ about missing attributes from the user/group edit pages and add a few comments
+ in the configuration files
Ver 1.54:
* Add attributes for the sql group tables in admin.conf. Now SQL group support should really work!
Ver 1.53:
sql scripts to create the badusers and userinfo tables can be found in the
directory sql (of dialup_admin distribution).
+>
+> Some attributes are missing from the user/group edit pages
+>
+
+First of all check conf/user_edit.atts and see if the attribute you are interested in is
+commented out. If it is just enable it by uncommenting it. If the attribute is not
+included in the file add it. If you use SQL check conf/sql.attrmap. If you use LDAP check
+${freeradius_install_dir}/etc/raddb/ldap.attrmap and check if the attribute is included in
+the attribute mapping. If it is not then add it there also.
+Everything should work ok after that.
+
+
--
kkalev
#
+# Main Configuration File
+#
+# Make sure that conf/config.php3 opens the correct admin.conf file
+#
+#
# it can be default or whatever language. Only greek are supported
# from non latin alphabet languages
# These attribute only apply for ldap not for sql
+#
+# Extra attributes that the test user/check server pages will send to
+# the RADIUS server
+#
Service-Type = Framed-User
<?php
+#
+# IMPORTANT IMPORTANT IMPORTANT
+#
+# Remember to change the included file to the location of your admin.conf
+#
+#
$ARR=file("/usr/local/dialup_admin/conf/admin.conf");
foreach($ARR as $val) {
$val=chop($val);
#
-# Uncomment these lines if you add default values in the users file
+# Uncomment and edit these lines if you add corresponding default
+# values in the users file
#
#Simultaneous-Use: 1
#Framed-IP-Address: 255.255.255.254
+#
+# An extra file for radius -> ldap attribute mapping
+#
checkItem Dialup-Lock-Msg radiuslockmsg
checkItem User-Password userpassword
replyItem Reply-Item radiusReplyItem
+#
+# A mapping between the attributes used by dialup_admin and the attribute
+# names that will be stroed in the SQL database
+#
+# Format:
+# checkItem|replyItem Attribute-In-Dialup-Admin Attribute-In-SQL
+#
+#
checkItem Auth-Type Auth-Type
checkItem Simultaneous-Use Simultaneous-Use
checkItem Called-Station-Id Called-Station-Id
+# Used by the Accounting Report Generator page
#
# Mysql attributes Description Show Use function
#
+#
+# Attributes which will be visible in the user/group edit pages
+#
+# Format: Attribute Comment
+#
+#
#Auth-Type Auth Type
#Simultaneous-Use <a href="help/simultaneous_use_help.html" target=su_help onclick=window.open("help/simultaneous_use_help.html","su_help","width=560,height=170,toolbar=no,scrollbars=no,resizable=yes") title="Simultaneous Use Help Page"><font color="blue">Simultaneous Use</font></a>
Framed-Protocol Protocol