Hello,
here are the files:
radius.conf
---------------------------------------------------------------------- ldap {
server = 192.168.0.101
identity = "cn=admin,dc=xxxx,dc=xx"
password = xxxxx
basedn = "dc=xxxx,dc=xx"
filter = "(uid=%{Stripped-User-Name:-%{User-Name}})"
base_filter = "(objectclass=radiusprofile)"
start_tls = no
# default_profile = "cn=radprofile,ou=dialup,o=My Org,c=UA"
# profile_attribute = "radiusProfileDn"
access_attr = "dialupAccess"
# Mapping of RADIUS dictionary attributes to LDAP
# directory attributes.
dictionary_mapping = ${raddbdir}/ldap.attrmapldap_connections_number = 5
# password_header = "{clear}"
password_attribute = userPassword
#edir_account_policy_check=no
timeout = 4
timelimit = 3
net_timeout = 1
}
---------------------------------------------------------------------- ldif:
*dn:uid=test1,ou=users,ou=radius,dc=xxxx,dc=xx uid: test1 dialupAccess: yes objectClass: radiusprofile objectClass: top userPassword: test1
thanks Christian
*
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

