On Wed, 7 Jul 2004, Arthur EBEL wrote:

> Hi everybody,
>
> My freeradius operate very well with an openldap directory
>
> All ldap users stored in my basedn="ou=people,ou=personnels,dc=utt,dc=fr"
> can be authenticated.
>
> I would like to add another basedn="ou=students,ou=personnels,dc=utt,dc=fr"
> BUT I don't want to give an access to all my tree dc=utt,dc=fr
>
> How can I set up the LDAP module to do this ?
>
> Here is my radiusd.conf about ldap
>
>   ldap  {
>                  server = "server.utt.fr"
>                  basedn = "ou=people,ou=personnels,dc=utt,dc=fr"
>                  filter = "(uid=%{Stripped-User-Name:-%{User-Name}})"
>
>                  start_tls = no
>
>                  dictionary_mapping = ${raddbdir}/ldap.attrmap
>
>                  ldap_connections_number = 5
>
>                  password_header = "{crypt}"
>                   password_attribute = userPassword
>                  timeout = 4
>                  timelimit = 3
>                  net_timeout = 1
>          }
>
> Thx

Use two ldap module instances.

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

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