From: kkalev Date: Sat, 5 Oct 2002 09:04:52 +0000 (+0000) Subject: Allow for normal ldap user attributes to be utf8 encoded instead of ascii. Changing... X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=9960555f2e135ae351281d513f4ea6a6cfc03fe1;p=freeradius-dialup-admin.git Allow for normal ldap user attributes to be utf8 encoded instead of ascii. Changing attribute values through user_info will not work in that case. --- diff --git a/Changelog b/Changelog index a6c7901..ac79fbc 100644 --- a/Changelog +++ b/Changelog @@ -22,6 +22,8 @@ Ver 1.60: * Fix a small issue with the general_accounting_info_order * Fix a problem in failed_logins when NASIPAddress is not set. * Allow for multiple regular profile attributes in a user entry. +* Allow for normal ldap user attributes to be utf8 encoded instead of ascii. Changing attribute values through + user_info will not work in that case. Ver 1.59: * Small html fixes in user_edit.php3 and password.php3 * Show number of failed logins in the last 7 days in the user admin page diff --git a/conf/admin.conf b/conf/admin.conf index 3f19e11..7992edc 100644 --- a/conf/admin.conf +++ b/conf/admin.conf @@ -8,6 +8,13 @@ general_prefered_lang: el general_prefered_lang_name: Greek # +# Uncomment this if normal attributes (not the ;lang-xx ones) in ldap +# are utf8 encoded. +# Changing user attribute through user_info will *not* work in that case, +# but you will at least be able to see user attributes. +# +#general_decode_normal_attributes: yes +# general_base_dir: /usr/local/dialup_admin general_radiusd_base_dir: /usr/local/radiusd general_domain: company.com diff --git a/htdocs/user_finger.php3 b/htdocs/user_finger.php3 index 9d24205..fbcf78a 100644 --- a/htdocs/user_finger.php3 +++ b/htdocs/user_finger.php3 @@ -11,6 +11,14 @@ User Finger Facility