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 | |
| 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>
| -rw-r--r-- | confskel/openldap/ldif/tde-core.ldif | 1 | ||||
| -rw-r--r-- | confskel/openldap/skel.ldif | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/confskel/openldap/ldif/tde-core.ldif b/confskel/openldap/ldif/tde-core.ldif index 4859b63..6686af2 100644 --- a/confskel/openldap/ldif/tde-core.ldif +++ b/confskel/openldap/ldif/tde-core.ldif @@ -35,6 +35,7 @@ olcObjectClasses: {0} ( 1.3.6.1.4.1.40364.1.2.1 NAME 'tdeExtendedUserData' SUP t olcObjectClasses: {1} ( 1.3.6.1.4.1.40364.1.2.2 NAME 'tdeAccountObject' SUP top AUXILIARY MAY ( tdeBuiltinAccount $ pkiCertificate ) ) olcObjectClasses: {2} ( 1.3.6.1.4.1.40364.1.2.3 NAME 'tdeCertificateStore' SUP top AUXILIARY MAY ( tdeBuiltinAccount $ publicRootCertificate $ privateRootCertificateKey $ publicRootCertificateRevocationList $ publicRootCRLIntervalDays $ publicRootCertificateOriginServer ) ) olcObjectClasses: {3} ( 1.3.6.1.4.1.40364.1.2.4 NAME 'tdeBuiltinStore' SUP top AUXILIARY MAY ( tdeBuiltinAccount $ builtinRealmAdminAccount $ builtinRealmAdminGroup $ builtinMachineAdminGroup $ builtinStandardUserGroup ) ) +olcObjectClasses: {4} ( 1.3.6.1.4.1.40364.1.2.5 NAME 'tdeExtendedGroupData' SUP top AUXILIARY MAY ( displayName ) ) structuralObjectClass: olcSchemaConfig creatorsName: cn=config createTimestamp: @@@TIMESTAMP@@@Z 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 |
