Hey guys,
 
I need a help, i setup a radius with LDAP support, when authentication
is done, the radius server will get 'radiusServiceType' from LDAP directory.
 
 
modules {
                ...
                ..
                .
 
            ldap {
                 ...
                  ..
                # default_profile = "cn=radprofile,ou=dialup,o=My Org,c=UA"
                # profile_attribute = "radiusProfileDn"
                # access_attr = "dialupAccess"
                access_attr = "Service-Type"
                 ...
           }
 
                 ...
                 ..
                 .
}
 
 
i would like the users file to have:
 
cbhoh           Auth-Type := LDAP
                   Reply-Message = "Hello, %{Service-Type}",
                   Fall-Through = No
 
I want the radiusServiceType  from LDAP directory object to be retrieved and used by users file.
 
 
But I can't make it work, any idea?
 
- HOH

Reply via email to