diff options
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 |