diff options
author | Timothy Pearson <[email protected]> | 2012-06-03 00:03:24 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-03 00:03:24 -0500 |
commit | c39d52d4c9425c45394105bebdd6f2fac29569ee (patch) | |
tree | e83eeaf9efbb96e9341cc40137830a0b720814b4 /confskel/openldap/ldap/slapd.conf | |
parent | b6e7d7b5155c2aee53b9ec2306a4400acc7c325f (diff) | |
download | kcmldapcontroller-c39d52d4c9425c45394105bebdd6f2fac29569ee.tar.gz kcmldapcontroller-c39d52d4c9425c45394105bebdd6f2fac29569ee.zip |
Realm is now almost fully online
Diffstat (limited to 'confskel/openldap/ldap/slapd.conf')
-rw-r--r-- | confskel/openldap/ldap/slapd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/confskel/openldap/ldap/slapd.conf b/confskel/openldap/ldap/slapd.conf index 35e8bf2..3dce739 100644 --- a/confskel/openldap/ldap/slapd.conf +++ b/confskel/openldap/ldap/slapd.conf @@ -87,6 +87,7 @@ authz-regexp "gidNumber=.*+uidNumber=0,cn=peercred,cn=external,cn=auth" "uid=@@@ # access to attrs=userPassword,shadowLastChange,krb5Key,krb5PrincipalName,krb5KeyVersionNumber,krb5MaxLife,krb5MaxRenew,krb5KDCFlags by dn="uid=@@@ADMINUSER@@@,ou=users,ou=core,ou=realm,@@@REALM_DCNAME@@@" write + by group/groupOfNames/member.exact="cn=@@@ADMINGROUP@@@,ou=groups,ou=core,ou=realm,@@@REALM_DCNAME@@@" write by sockurl.regex="^ldapi:///$" write by anonymous auth by self write |