RE: Selecting one of multiple Ldap server in users file

2005-12-28 Thread Gerald Richter
Hi, > OK, enough is enough. This "auto-set Auth-Type" in LDAP is > just broken. I'll fix it before 1.1.0 to do the following: > > - add a config option saying "set_auth_type = yes/no" > - the default will be "yes" for backwareds compatibility > - the "yes" case will also be smarter abo

Re: Selecting one of multiple Ldap server in users file

2005-12-28 Thread Alan DeKok
"Gerald Richter" <[EMAIL PROTECTED]> wrote: > That's what I already do and authorization works correctly and accesses > ldap1 or ldap2 as it should, but when it comes to authentication, Auth-Type > is set to "LDAP" by the authorization phase and it didn't know about > different ldap servers anymore

Re: Selecting one of multiple Ldap server in users file

2005-12-28 Thread xav guerin
Hi, You can also set Auth-Type and then add an entry in authentication section like you did in authorize. it could look like this : in users files: user ...,Autz-Type := aldap1, Auth-Type := aldap1 and in radiusd.conf: Authorize{ ... Autz-Type aldap1 { ... } ... } Authenticate { ...

RE: Selecting one of multiple Ldap server in users file

2005-12-28 Thread Gerald Richter
Hi, > > You can also set Auth-Type and then add an entry in > authentication section like you did in authorize. > Yes, I know, but as I wrote in my first message, my problem comes with CHAP, because if you set the Auth-Type := aldap1, then CHAP will not work anymore, because the chap modules se

RE: Selecting one of multiple Ldap server in users file

2005-12-28 Thread Gerald Richter
Hi, > > Use Autz-Type instead of Auth-Type > and set "Autz-Type := aldap1" in the users file (in check items) > That's what I already do and authorization works correctly and accesses ldap1 or ldap2 as it should, but when it comes to authentication, Auth-Type is set to "LDAP" by the authorizati

Re: Selecting one of multiple Ldap server in users file

2005-12-28 Thread xav guerin
Use Autz-Type instead of Auth-Type and set "Autz-Type := aldap1" in the users file (in check items) 2005/12/28, Gerald Richter <[EMAIL PROTECTED]>: > Hi, > > I want to use more than one ldap server to authenticate users. I have setup > a users file that sets the Autz-Type so one of two ldap server

Selecting one of multiple Ldap server in users file

2005-12-28 Thread Gerald Richter
Hi, I want to use more than one ldap server to authenticate users. I have setup a users file that sets the Autz-Type so one of two ldap server are selected for authorization. Since it is not known which kind of authentication information is provied by the user, chap is also included, like Authori