On Mon, 15 Mar 2004, cbhoh wrote:

> 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"

This is wrong, check out doc/rlm_ldap and the ldap.attrmap file.

>                  ...
>            }
>
>                  ...
>                  ..
>                  .
> }
>
>
> 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

--
Kostas Kalevras         Network Operations Center
[EMAIL PROTECTED]       National Technical University of Athens, Greece
Work Phone:             +30 210 7721861
'Go back to the shadow' Gandalf

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to