Currently I'm doing a high level test to see if functionally its working
using a compiled version taken from Lucas website which has a windows
compiled openldap. I've managed to build the tree and did something on acl
before i read yr mail.
My current env they are using CriticalPath as the ldap server which is
expensive hence we're opting for OpenLDAP as its opensource license which
is free.
Hence if u trying accessing ldap.digicert.com.my, u may notice it has c=my
and 3 other subtree below it. The Bumi... is basically a private tree
whereby individual users can view their certs. I'm doing the same
structure for the new openldap...managed to do so far...this is my ACL
which i've configured in the slapd.conf:-
access to dn="" by * read
access to dn.subtree="o=DIGICERT SDN BHD,c=MY" by * read
access to dn.subtree="o=Digicert Sdn. Bhd.,c=MY" by * read
access to dn.base="o=Bumiputra Commerce Bank Berhad,c=MY" by * read
# access to dn.children="o=Bumiputra Commerce Bank Berhad,c=MY" by users
# read
access to dn.subtree="o=Bumiputra Commerce Bank Berhad,c=MY" by users read
is this correct ? How do I go about granting each user with a standard
password to access their entry ?