From: kkalev Date: Fri, 9 Jul 2004 14:22:13 +0000 (+0000) Subject: Set the general_username_mappings_file variable X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=663c550a29bfde7a1b7576eccdcc9556cc8f7f6e;p=freeradius-dialup-admin.git Set the general_username_mappings_file variable --- diff --git a/Changelog b/Changelog index 8280916..4458ed0 100644 --- a/Changelog +++ b/Changelog @@ -18,6 +18,7 @@ Ver 1.72: * Add a missing.php3 file with functions that may be missing from the PHP version used. Include it if a function is missing. Currently only array_change_key_case() is included * Set general_restrict_nasadmin_access to no by default. It causes confusion. +* Set the general_username_mappings_file variable Ver 1.70: * Add the /bin postgresql compatibility patch from Guy Fraser * Add ldap_userdn as a configuration directive. If set we use that for diff --git a/conf/admin.conf b/conf/admin.conf index 164d374..2bd5b5d 100644 --- a/conf/admin.conf +++ b/conf/admin.conf @@ -71,6 +71,7 @@ general_clients_conf: /usr/local/etc/raddb/clients.conf general_sql_attrmap: %{general_base_dir}/conf/sql.attrmap general_accounting_attrs_file: %{general_base_dir}/conf/accounting.attrs general_extra_ldap_attrmap: %{general_base_dir}/conf/extra.ldap-attrmap +general_username_mappings_file: %{general_base_dir}/conf/username.mappings # # it can be either ldap or sql # This affects the user base not accounting. Accounting is always in sql