From: kkalev Date: Wed, 21 Aug 2002 12:25:24 +0000 (+0000) Subject: Add support for the user ldap regular profile attribute X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=4123448ce216b1c45aa3e42b19239e3e437f16f5;p=freeradius-dialup-admin.git Add support for the user ldap regular profile attribute --- diff --git a/Changelog b/Changelog index 0ad90dd..e297393 100644 --- a/Changelog +++ b/Changelog @@ -8,6 +8,7 @@ Ver 1.55: operators was set to the opeator * Add a user find page. User can be searched based on the full name, department or RADIUS attribute. The radius attribute should be included in the _user_ profile, not in a group/regular/default profile. +* Add support for the user ldap regular profile attribute 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/conf/extra.ldap-attrmap b/conf/extra.ldap-attrmap index e1cd302..8edf30f 100644 --- a/conf/extra.ldap-attrmap +++ b/conf/extra.ldap-attrmap @@ -3,4 +3,6 @@ # checkItem Dialup-Lock-Msg radiuslockmsg checkItem User-Password userpassword +checkItem Regular-Profile radiusProfileDn +checkItem Check-Item radiusCheckItem replyItem Reply-Item radiusReplyItem diff --git a/conf/user_edit.attrs b/conf/user_edit.attrs index 63117eb..e5e5648 100644 --- a/conf/user_edit.attrs +++ b/conf/user_edit.attrs @@ -39,3 +39,9 @@ Dialup-Lock-Msg (UUCP Format) #Expiration User Expiration Date +# +# Uncomment this if you are using ldap and you are using user regular profiles. +# Also make sure that Regular-Profile maps to the correct ldap attribute in +# extra.ldap-attrmap +# +#Regular-Profile User Regular Profile DN