|
|
|
|
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
|
|
|
|
include /opt/local/etc/openldap/schema/core.schema |
|
|
|
|
include /opt/local/etc/openldap/schema/cosine.schema |
|
|
|
|
include /opt/local/etc/openldap/schema/inetorgperson.schema |
|
|
|
|
include /opt/local/etc/openldap/schema/ppolicy.schema |
|
|
|
|
include /etc/openldap/schema/core.schema |
|
|
|
|
include /etc/openldap/schema/cosine.schema |
|
|
|
|
include /etc/openldap/schema/inetorgperson.schema |
|
|
|
|
include /etc/openldap/schema/ppolicy.schema |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pidfile ./build/slapd.pid |
|
|
|
|
@ -14,8 +14,9 @@ modulepath /usr/lib/openldap/modules
@@ -14,8 +14,9 @@ modulepath /usr/lib/openldap/modules
|
|
|
|
|
# moduleload back_monitor.la |
|
|
|
|
# moduleload back_perl.la |
|
|
|
|
|
|
|
|
|
#disallow bind_anon |
|
|
|
|
require authc |
|
|
|
|
#allow bind_anon |
|
|
|
|
allow bind_v2 bind_anon_dn |
|
|
|
|
#require authc |
|
|
|
|
|
|
|
|
|
access to dn.base="" |
|
|
|
|
by * read |
|
|
|
|
@ -39,7 +40,7 @@ access to attrs=userpassword
@@ -39,7 +40,7 @@ access to attrs=userpassword
|
|
|
|
|
by anonymous =x |
|
|
|
|
by * none |
|
|
|
|
|
|
|
|
|
access to dn.subtree="ou=users,dc=qbe,dc=com" |
|
|
|
|
access to dn.subtree="ou=users,dc=springsource,dc=com" |
|
|
|
|
by self write |
|
|
|
|
by * read |
|
|
|
|
|
|
|
|
|
|