Re: [389-users] Users added in group via add member not able to authenticate

2010-07-19 Thread Prashanth Sundaram
Typo: ldap://10.209.22.65:389/ou=people,dc=ldapser,dc=com?uid On Mon, 2010-07-19 at 16:05 -0400, Prashanth Sundaram wrote: > For apache, to enforce group member restriction follow below syntax. > > AuthLDAPURL ldap://ldap.airius.com/o=Airius?uid > Require group cn=Administrators, o=Airius > > Y

Re: [389-users] Users added in group via add member not able to authenticate

2010-07-19 Thread Prashanth Sundaram
For apache, to enforce group member restriction follow below syntax. AuthLDAPURL ldap://ldap.airius.com/o=Airius?uid Require group cn=Administrators, o=Airius Yours should be: ldap://10.209.22.65:389/ou=People?uid Require group cn=IT, ou=shared,ou=people,dc=ldapser,dc=com More examples and exp

[389-users] Users added in group via add member not able to authenticate

2010-07-18 Thread ashish nair
Hi, I am trying to setup 389 ldap server which went fine without any problems. But I am stuck with the group authentication.I wanted to have common groups in a few OU's. For ex: I have a pool of users in the directory server. I created a group under one OU and added those users(which are not in th