Need Help on ACL

2013-07-10 Thread pradyumna dash
Hi, Need a help related to ACL. I need to setup some basic ACL for LDAP, I need Manager only should have access to the entire tree both read and write and only users under ou=operation can have a read only access to the tree. Currently i dont have any ACL in the slapd.conf file. Would be great

Re: Need Help on ACL

2013-07-10 Thread Dieter Klünter
Am Wed, 10 Jul 2013 11:52:36 +0530 schrieb pradyumna dash neomatrix...@gmail.com: Hi, Need a help related to ACL. I need to setup some basic ACL for LDAP, I need Manager only should have access to the entire tree both read and write and only users under ou=operation can have a read

RE: unable top add ppolicy_overlay.ldif

2013-07-10 Thread Sotomayor, Vicente (ITD)
I had a similar error using RH 6 and so I used pwdAttribute: 2.5.4.35 instead of pwdAttribute: userPassword

configuring monitor database in SLES11 SP2

2013-07-10 Thread Ulrich Windl
Hi! I wonder how to configure the monitor database with dynamic configuration in general ,and then specifically for SLES11 SP2 (possibly slapd isn't configured for that, but I'm not sure). The docs still describe the slapd.conf-way... Regards, Ulrich

No such object error with translucent overlay and base scope search

2013-07-10 Thread Steve Eckmann
We found that we get a No such object error from the translucent overlay when we do a search like this: ldapsearch -x -H ldaps://localhost -LLL \ -b cn=John Doe,ou=Users,dc=example,dc=com -s base \ -D cn=admin,dc=example,dc=com -w admin \ '()' if there is no entry for

Re: unable top add ppolicy_overlay.ldif

2013-07-10 Thread Stephan Fabel
I can confirm that this solution worked for us as well. -Stephan On Wed, Jul 10, 2013 at 3:27 AM, Sotomayor, Vicente (ITD) vicente.sotoma...@state.ma.us wrote: I had a similar error using RH 6 and so I used pwdAttribute: 2.5.4.35 instead of pwdAttribute: userPassword -- Stephan Fabel

Re: No such object error with translucent overlay and base scope search

2013-07-10 Thread Howard Chu
Steve Eckmann wrote: We found that we get a No such object error from the translucent overlay when we do a search like this: ldapsearch -x -H ldaps://localhost -LLL \ -b cn=John Doe,ou=Users,dc=example,dc=com -s base \ -D cn=admin,dc=example,dc=com -w admin \ '()' if

RE: No such object error with translucent overlay and base scope search

2013-07-10 Thread Steve Eckmann
Thanks, Howard. Your hint about translucent_local allowed me to solve the problem. I looked again at the actual query we were using. It had objectClass in the filter. In our translucent config we have objectClass as both translucent_local and translucent_remote. If I change the filter to