From: kkalev Date: Thu, 6 Feb 2003 00:24:58 +0000 (+0000) Subject: Add an entry in the FAQ about duplicate personal attributes in the user_admin page X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=3972348277a6ceb759ebdf0ad6d742ae88a40ba1;p=freeradius-dialup-admin.git Add an entry in the FAQ about duplicate personal attributes in the user_admin page --- diff --git a/Changelog b/Changelog index bcfedd6..98053eb 100644 --- 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 c36243f..421fe0b 100644 --- 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