>It seems freeradius "tries" to authenticate the computer from the
>ou=People,dc=mydomain,dc=com.
>
>In radiusd.conf I have the following:
>  ldap {
>         server = "192.168.0.3"
>         identity = "uid=dot1x_read_user,ou=People,dc=mydomain,dc=com"
>         password = ldapreadpasswd
>         basedn = "ou=People,dc=mydomain,dc=com"
>         filter = "(uid=%{mschap:User-Name:None})"
>
>
>I now need to instruct the ldap to search in
>ou=Computers,dc=mydomain,dc=com for the computers authentication.
>
>How do I do this while preserving the working users auth ?
>

Make another ldap instance that has that basedn. Machine usernames have $
at the end - use unlang to test for that and switch ldap instance as
required.

Ivan Kalik
Kalik Informatika ISP

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

Reply via email to