I am using Freeradius o.2 on a Suse 7.3 linux box and having my dialing
users be authenticated in LDAP. This works fine, however I would like to get
reply-items to the NAS.
I modified the LDAP schema and included and attributetype BillGroup and the
mapped it in the ldap.attrmap to the a new radius attribute called
Bill-Group. LAter, I filled the attribute BillGroup in LDAP with the string
I would like to get back, but although the user gets authenticated I have no
reply-item back.
Thanks in advance;
Jorge Finochietto
#dictionary
ATTRIBUTE Bill-Group 1800 string
#ldap.attrmap
replyItem Bill-Group BillGroup
#radiusd.conf
ldap {
server = "192.168.200.100"
identity = "cn=Manager,dc=test,dc=com"
password = passldap
basedn = "dc=test,dc=com"
filter = "(&(objectClass=aRadiusAccount)(uid=%u))"
start_tls = no
dictionary_mapping = ${raddbdir}/ldap.attrmap
timeout = 4
timelimit = 3
net_timeout = 1
}
#users
DEFAULT Auth-Type := LDAP
Fall-Through = Yes
_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html