Hello List -

I have PHPldapadmin-1.1.0.5 installed on a Solaris 10 SPARC system with Apache 
2.2.
Any
user is able to log in with their password, however the BASE DN
dc=MyUniversity,dc=edu does not expand to enable the user to create an
entry into their address book.

However if the user selects the
Import function to upload an LDIF file, and then continues with that
import, PHPldapadmin will import the LDIF, and then all of the sudden
the BASE tree dc=MyUniversity,dc=edu expands, allowing the user to
create individual entries into their own address book.

I would
like the user to see the expanded BASE DN tree when they log in. I was
wondering if this has something to do with my ACL's in my slapd.conf.

# ACL1
access to attrs=userPassword
        by self
 write
        by anonymous auth
# ACL2
access to dn.regex="o=(.+),ou=AddressBooks,dc=MyUniversity,dc=edu" by * write
        by group.expand="cn=$1,ou=Groups,dc=MyUniversity,dc=edu" write
# ACL3
access to dn.base="ou=AddressBooks,dc=MyUniversity,dc=edu" by * read
access to dn.base="" by * read
# ACL4
access to dn.base="cn=Subschema" by * read
# ACL5
disallow bind_anon

If you need more information, please let me know
Thanks in advance for any suggestions

- Elliott


      
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
phpldapadmin-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to