Re: How to restrict access to LDAP database

2003-06-30 Thread A. Sopicki
Hi, Michael! > However, when I want to restrict only the sales staff who can access > dn.children="ou=vendor, dc=foo, dc=com", the following rules fail to do so. > access to dn="ou=vendor, dc=foo, dc=com" by dn="ou=sales, dc=foo, > dc=com" read > access to dn.children="ou=vendor, dc=foo, dc=com" b

Re: How to restrict access to LDAP database

2003-06-29 Thread Michael Wu
Thanks for the replies and a more detailed description what I want to do is shown below, Take "dc=foo, dc=com" for example, I have set up the rules as follows : access to dn.children="ou=misc, dc=foo, dc=com" by * read access to dn.children="ou=sales, dc=foo, dc=com" by * read access to dn.childre

Re: How to restrict access to LDAP database

2003-06-29 Thread Michael Wu
This is a multi-part message in MIME format. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: How to restrict access to LDAP database

2003-06-27 Thread A. Sopicki
Hi, Gordon! You're right but I just wanted to show an example for the syntax. Greetz, A. Sopicki -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: How to restrict access to LDAP database

2003-06-26 Thread Gordon Messmer
A. Sopicki wrote: For example: access to attribute=userPassword by dn="cn=admin,dc=example,dc=com" write by anonymous read by self write by * none Not the best example, as it's almost certainly what you do *not* want to do. How about this instead: access to attri

Re: How to restrict access to LDAP database

2003-06-26 Thread A. Sopicki
Hi, Michael! You can set the access restrictions in slapd.conf of your LDAP-Server. For example: access to attribute=userPassword by dn="cn=admin,dc=example,dc=com" write by anonymous read by self write by * none More information at http://www.openldap.org/doc/a

How to restrict access to LDAP database

2003-06-26 Thread Michael Wu
Dear all, I am new to LDAP application and I want to use LDAP to build up a public addressbook. After reading "OpenLDAP 2.1 Administrator's Guide" and some documents ( e.g. http://cs.selu.edu/~jholland/ldap.html , http://people.redhat.com/alikins/ldap/netscape_address_config.html , etc. ),