diff options
author | Timothy Pearson <[email protected]> | 2012-06-07 18:45:11 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-07 18:45:11 -0500 |
commit | 02cfa8d8afb2c84b0683e4071f4482a54d2e459e (patch) | |
tree | e57a79c4114b32da685550437553d1930616f455 /confskel | |
parent | 023a331a3c85d7fae541cc1c3c721af2cc3415fe (diff) | |
download | kcmldapcontroller-02cfa8d8afb2c84b0683e4071f4482a54d2e459e.tar.gz kcmldapcontroller-02cfa8d8afb2c84b0683e4071f4482a54d2e459e.zip |
Provide a range of user and certificate management options
Diffstat (limited to 'confskel')
-rw-r--r-- | confskel/openldap/skel.ldif | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/confskel/openldap/skel.ldif b/confskel/openldap/skel.ldif index aec1f55..7d3f2fa 100644 --- a/confskel/openldap/skel.ldif +++ b/confskel/openldap/skel.ldif @@ -300,7 +300,7 @@ objectClass: tdeBuiltinStore objectClass: applicationProcess tdeBuiltinAccount: TRUE structuralObjectClass: applicationProcess -builtinRealmAdminAccount: cn=@@@ADMINUSER@@@,ou=users,ou=core,ou=realm,@@@REALM_DCNAME@@@ +builtinRealmAdminAccount: uid=@@@ADMINUSER@@@,ou=users,ou=core,ou=realm,@@@REALM_DCNAME@@@ builtinRealmAdminGroup: cn=@@@ADMINGROUP@@@,ou=groups,ou=core,ou=realm,@@@REALM_DCNAME@@@ builtinMachineAdminGroup: cn=@@@LOCALADMINGROUP@@@,ou=groups,ou=core,ou=realm,@@@REALM_DCNAME@@@ builtinStandardUserGroup: cn=@@@STANDARDUSERGROUP@@@,ou=groups,ou=core,ou=realm,@@@REALM_DCNAME@@@ |