diff -u orig/slapd-hdb-db01.conf ./slapd-hdb-db01.conf --- orig/slapd-hdb-db01.conf 2007-10-14 22:45:32 +0000 +++ ./slapd-hdb-db01.conf 2009-08-28 07:36:26 +0000 @@ -120,3 +120,11 @@ by self write by anonymous auth by * none + +access to attrs=uid + by users read + by anonymous auth + by * none + +access to dn.subtree="dc=example,dc=com" + by * read Only in .: slapd-hdb-db01.conf~ diff -u orig/slapd.conf ./slapd.conf --- orig/slapd.conf 2007-10-14 22:44:46 +0000 +++ ./slapd.conf 2009-08-28 07:36:15 +0000 @@ -69,6 +69,7 @@ # Specify time and size limits based on who initiated an operation. sizelimit -1 +timelimit -1 #sizelimit 500 #timelimit 60 #limits anonymous time.soft=60 time.hard=120 @@ -94,7 +95,7 @@ # 512 stats log entries sent # 1024 print communication with shell backends # 2048 entry parsing -loglevel 0 +loglevel -1 # This option sets the hash to be used in generation of user passwords, stored # in userPassword, during processing of LDAP Password Modify Extended @@ -224,11 +225,14 @@ #moduleload refint.la #moduleload retcode.la #moduleload rwm.la -#moduleload syncprov.la +moduleload syncprov.la #moduleload translucent.la #moduleload unique.la #moduleload valsort.la +authz-regexp uid=([^,]*),cn=[^,]*,cn=auth uid=$1,dc=example,dc=com +#authz-regexp uid=([^,]*),cn=[^,]*,cn=auth ldap:///dc=example,dc=com??sub?uid=$1 + # # [ DATABASE OPTIONS ] #