From: kkalev Date: Tue, 20 Aug 2002 10:50:45 +0000 (+0000) Subject: Update the FAQ about missing attributes from the user/group edit pages and add a... X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=5258ff1fd8d5835a8d2ee97e4451eccc44625f3d;p=freeradius-dialup-admin.git Update the FAQ about missing attributes from the user/group edit pages and add a few comments in the configuration files --- diff --git a/Changelog b/Changelog index ba1fb30..d7753f6 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +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: diff --git a/FAQ b/FAQ index 842c71a..871de48 100644 --- a/FAQ +++ b/FAQ @@ -24,5 +24,17 @@ You could also create the badusers table if you want the functionality it provid 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 diff --git a/conf/admin.conf b/conf/admin.conf index 95fd5f0..cbb6be8 100644 --- a/conf/admin.conf +++ b/conf/admin.conf @@ -1,4 +1,9 @@ # +# 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 diff --git a/conf/auth.request b/conf/auth.request index a90c5d7..6973a1a 100644 --- a/conf/auth.request +++ b/conf/auth.request @@ -1 +1,5 @@ +# +# Extra attributes that the test user/check server pages will send to +# the RADIUS server +# Service-Type = Framed-User diff --git a/conf/config.php3 b/conf/config.php3 index 2ebc122..61043f4 100644 --- a/conf/config.php3 +++ b/conf/config.php3 @@ -1,4 +1,10 @@ ldap attribute mapping +# checkItem Dialup-Lock-Msg radiuslockmsg checkItem User-Password userpassword replyItem Reply-Item radiusReplyItem diff --git a/conf/sql.attrmap b/conf/sql.attrmap index 2532fa0..dd2929d 100644 --- a/conf/sql.attrmap +++ b/conf/sql.attrmap @@ -1,3 +1,11 @@ +# +# 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 diff --git a/conf/sql.attrs b/conf/sql.attrs index 797baf2..33b926a 100644 --- a/conf/sql.attrs +++ b/conf/sql.attrs @@ -1,3 +1,4 @@ +# Used by the Accounting Report Generator page # # Mysql attributes Description Show Use function # diff --git a/conf/user_edit.attrs b/conf/user_edit.attrs index ec76751..1306580 100644 --- a/conf/user_edit.attrs +++ b/conf/user_edit.attrs @@ -1,3 +1,9 @@ +# +# Attributes which will be visible in the user/group edit pages +# +# Format: Attribute Comment +# +# #Auth-Type Auth Type #Simultaneous-Use Simultaneous Use Framed-Protocol Protocol