diff options
Diffstat (limited to 'confskel/openldap/skel.ldif')
-rw-r--r-- | confskel/openldap/skel.ldif | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/confskel/openldap/skel.ldif b/confskel/openldap/skel.ldif index 2ed6f73..da66b0a 100644 --- a/confskel/openldap/skel.ldif +++ b/confskel/openldap/skel.ldif @@ -122,11 +122,38 @@ modifyTimestamp: @@@TIMESTAMP@@@Z dn: cn=@@@ADMINGROUP@@@,ou=groups,ou=core,ou=realm,@@@REALM_DCNAME@@@ cn: @@@ADMINGROUP@@@ +description: Realm Administrators emsdescription: Group emsplugins: PosixGroup emsplugins: KerberosGroup emstype: GroupEntry -gidNumber: 999 +gidNumber: 900 +objectClass: groupOfNames +objectClass: emsGroup +objectClass: posixGroup +objectClass: tdeAccountObject +emsmodules: kerberos +emsmodules: posix +member: cn=placeholder,@@@REALM_DCNAME@@@ +member: uid=@@@ADMINUSER@@@,ou=users,ou=core,ou=realm,@@@REALM_DCNAME@@@ +memberUid: @@@ADMINUSER@@@ +tdeBuiltinAccount: TRUE +emsmodelclass: EMSGroup +structuralObjectClass: groupOfNames +creatorsName: cn=@@@ROOTUSER@@@,@@@REALM_DCNAME@@@ +createTimestamp: @@@TIMESTAMP@@@Z +entryCSN: @@@TIMESTAMP@@@.000000Z#000000#000#000000 +modifiersName: cn=@@@ROOTUSER@@@,@@@REALM_DCNAME@@@ +modifyTimestamp: @@@TIMESTAMP@@@Z + +dn: cn=@@@LOCALADMINGROUP@@@,ou=groups,ou=core,ou=realm,@@@REALM_DCNAME@@@ +cn: @@@LOCALADMINGROUP@@@ +description: Machine Administrators +emsdescription: Group +emsplugins: PosixGroup +emsplugins: KerberosGroup +emstype: GroupEntry +gidNumber: 901 objectClass: groupOfNames objectClass: emsGroup objectClass: posixGroup @@ -166,7 +193,7 @@ cn: Realm Administrator emsdescription: Admin User Entry emsprimarygroupdn: cn=@@@ADMINUSER@@@,ou=groups,ou=core,ou=realm,@@@REALM_DCNAME@@@ emstype: UserEntry -gidNumber: 999 +gidNumber: 900 givenName: Realm homeDirectory: /home/@@@ADMINUSER@@@ krb5KDCFlags: 586 |