]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
Update the FAQ about missing attributes from the user/group edit pages and add a...
authorkkalev <kkalev>
Tue, 20 Aug 2002 10:50:45 +0000 (10:50 +0000)
committerkkalev <kkalev>
Tue, 20 Aug 2002 10:50:45 +0000 (10:50 +0000)
in the configuration files

Changelog
FAQ
conf/admin.conf
conf/auth.request
conf/config.php3
conf/default.vals
conf/extra.ldap-attrmap
conf/sql.attrmap
conf/sql.attrs
conf/user_edit.attrs

index ba1fb301d90f5fc07e63cfcfca5bddd318e51cfa..d7753f67c241bc7263752b926ee18abd3f9c55e0 100644 (file)
--- 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 842c71a43e90aa7f742d8b3990c2714d1b728acf..871de484569c466e5bd56c84228d00f2fd28c785 100644 (file)
--- 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
index 95fd5f0b1ee4621dc4bc4231a4d779d82ac3612c..cbb6be828c3f0f5b785b2a6af91b64958077927c 100644 (file)
@@ -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
index a90c5d726a30c466926bb8bd560ce363e000e67e..6973a1a4bc87130166cab0d250f7cac22e2ec74d 100644 (file)
@@ -1 +1,5 @@
+#
+# Extra attributes that the test user/check server pages will send to
+# the RADIUS server
+#
 Service-Type = Framed-User
index 2ebc12229f0785026da39b8a51b2c96c2f6f6935..61043f46f83d27e4630bf379b94b822a070863b8 100644 (file)
@@ -1,4 +1,10 @@
 <?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);
index 021e41d7a4934da70259a40d7a57df9ec193e878..94539823c62f4b2bead7b4a68a14e1b1cf54a93a 100644 (file)
@@ -1,5 +1,6 @@
 #
-# 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
index 9edec2abb7a442a521baaabdbca25b7f6adbdda9..e1cd30244c5df847064c803c7478869a4f4b9881 100644 (file)
@@ -1,3 +1,6 @@
+#
+# An extra file for radius -> ldap attribute mapping
+#
 checkItem       Dialup-Lock-Msg                radiuslockmsg
 checkItem      User-Password           userpassword
 replyItem      Reply-Item              radiusReplyItem
index 2532fa0ca7456417be64ace1c21fd23483e6a195..dd2929d6c2b93e2baa1d58343233279b45b9ffab 100644 (file)
@@ -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
index 797baf23e23d1ee1f4717c30ecac80ba80ebebd4..33b926ae0998edd00867603154ef5782fce792d9 100644 (file)
@@ -1,3 +1,4 @@
+# Used by the Accounting Report Generator page
 #
 # Mysql attributes             Description             Show    Use function
 #
index ec76751f89305ec39be91eb17dc108fbfb7ac7e6..1306580f67990193a935f3ff81c604a1682e09f5 100644 (file)
@@ -1,3 +1,9 @@
+#
+#      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