]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
Add an entry in the FAQ about duplicate personal attributes in the user_admin page
authorkkalev <kkalev>
Thu, 6 Feb 2003 00:24:58 +0000 (00:24 +0000)
committerkkalev <kkalev>
Thu, 6 Feb 2003 00:24:58 +0000 (00:24 +0000)
Changelog
FAQ

index bcfedd6061e7ff33e7ce76464d676249fbffb4f5..98053ebaa2c5896354e0e20a3a6942b54ce44c62 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -9,6 +9,7 @@ Ver 1.63:
   to connect to a specific sql host
 * Fix a typo in lib/sql/attrmap.php3
 * Add an entry in the FAQ about the Dialup-Access attribute
+* Add an entry in the FAQ about duplicate personal attributes in the user_admin page
 Ver 1.62:
 * Remove one sql query from user_admin which was not needed.
 * Instead of a query like "LIKE 'YYYY-MM-DD%'" use "AcctStopTime >= 'YYYY-MM-DD 00:00:00 AND AcctStopTime
diff --git a/FAQ b/FAQ
index c36243f6cfe30832e9e671c824156ae9fe80d355..421fe0b34208cd37dcaedb848fcbf1ba52238053 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -62,6 +62,12 @@ Dialup-Access is an attribute used by the ldap module. It is not implemented in
 the sql module, that's why the mapping is set to none.
 You could set Auth-Type to Reject instead.
 
+> Why do the personal information fields show multiple
+> entries for attributes like name, department, etc in the user_admin page?
+> Is there a way to remove the duplicate fields in the display?
+
+Set general_prefered_lang to en
+
 
 >
 > After I make a few changes in one of the configuration files things only work like they worked before