diff options
author | Timothy Pearson <[email protected]> | 2012-06-07 02:43:33 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-07 02:43:33 -0500 |
commit | 023a331a3c85d7fae541cc1c3c721af2cc3415fe (patch) | |
tree | 13d2bb9da9c88ca6875f11014b0df6c18cbc41a9 /confskel/openldap/ldif | |
parent | 4f186beefc7c8458d0e2018ce85d40ae1802f185 (diff) | |
download | kcmldapcontroller-023a331a3c85d7fae541cc1c3c721af2cc3415fe.tar.gz kcmldapcontroller-023a331a3c85d7fae541cc1c3c721af2cc3415fe.zip |
Add root CA certificate management
Allow anonymous writes on ldapi
Diffstat (limited to 'confskel/openldap/ldif')
-rw-r--r-- | confskel/openldap/ldif/config.ldif | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/confskel/openldap/ldif/config.ldif b/confskel/openldap/ldif/config.ldif index 8df7bdc..291975a 100644 --- a/confskel/openldap/ldif/config.ldif +++ b/confskel/openldap/ldif/config.ldif @@ -6,6 +6,7 @@ olcConfigDir: /tmp/ldap olcArgsFile: /var/run/slapd/slapd.args olcAttributeOptions: lang- olcAuthzPolicy: none +olcAllows: bind_v2 update_anon olcAuthzRegexp: uid=([^,]+),cn=@@@REALM_LCNAME@@@,cn=gssapi,cn=auth uid=$1,ou=users,ou=core,ou=realm,@@@REALM_DCNAME@@@ olcConcurrency: 0 olcConnMaxPending: 100 @@ -18,6 +19,7 @@ olcIndexSubstrAnyLen: 4 olcIndexSubstrAnyStep: 2 olcIndexIntLen: 4 olcLocalSSF: 71 +olcSecurity: simple_bind=56 olcLogLevel: Stats olcPidFile: /var/run/slapd/slapd.pid olcReadOnly: FALSE |