Re: LDAP auth then file auth

2007-12-18 Thread tnt
>During testing period, I add an DEFAULT section that allow access. > And it works. >But, when I made a test with a valid user in the LDAP, even if the >password is valid the users file is also checked. How could I avoid that? > Remove (comment out) Auth-Type Accept entry. You can try using = ins

LDAP auth then file auth

2007-12-18 Thread Ancalagon
Hi, I want to have the following authentication path. First I check in the ldap to see if a user is defined. If yes, I check his userPassword If the password is good, allow access (send access-accept packet) Else if the password is bad, reject access (send access-reject packet) If the user is not