diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2025-10-05 16:41:20 -0500 |
|---|---|---|
| committer | Timothy Pearson <tpearson@raptorengineering.com> | 2025-10-22 19:33:43 -0500 |
| commit | 76ae321735692206e1a8cdb6d9b30da91e94a591 (patch) | |
| tree | acffe0e01c7c8349af3dd125822c773912dbcfff /confskel/openldap/skel.ldif | |
| parent | 3dc66978387825e7351d77ddf41716633a96551f (diff) | |
| download | kcmldapcontroller-76ae3217.tar.gz kcmldapcontroller-76ae3217.zip | |
Add support for group display names
Signed-off-by: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Diffstat (limited to 'confskel/openldap/skel.ldif')
| -rw-r--r-- | confskel/openldap/skel.ldif | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/confskel/openldap/skel.ldif b/confskel/openldap/skel.ldif index 1755554..cea7569 100644 --- a/confskel/openldap/skel.ldif +++ b/confskel/openldap/skel.ldif @@ -149,6 +149,7 @@ modifyTimestamp: @@@TIMESTAMP@@@Z dn: cn=@@@ADMINGROUP@@@,ou=groups,ou=core,ou=realm,@@@REALM_DCNAME@@@ cn: @@@ADMINGROUP@@@ description: Realm Administrators +displayName: Realm Administrators emsdescription: Group emsplugins: PosixGroup emsplugins: KerberosGroup @@ -175,6 +176,7 @@ modifyTimestamp: @@@TIMESTAMP@@@Z dn: cn=@@@LOCALADMINGROUP@@@,ou=groups,ou=core,ou=realm,@@@REALM_DCNAME@@@ cn: @@@LOCALADMINGROUP@@@ description: Machine Administrators +displayName: Machine Administrators emsdescription: Group emsplugins: PosixGroup emsplugins: KerberosGroup @@ -201,6 +203,7 @@ modifyTimestamp: @@@TIMESTAMP@@@Z dn: cn=@@@STANDARDUSERGROUP@@@,ou=groups,ou=core,ou=realm,@@@REALM_DCNAME@@@ cn: @@@STANDARDUSERGROUP@@@ description: Standard Users +displayName: Standard Users emsdescription: Group emsplugins: PosixGroup emsplugins: KerberosGroup |
