diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2025-10-05 16:41:20 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2025-10-05 16:41:20 -0500 |
commit | 7d81a2fc142ef5403e71f18039537630d7890234 (patch) | |
tree | 9441466a341f44d71c8e44a4bdffe8cefedd25ac | |
parent | a87563b17109d4eb2a07ee45e1ddbfaea6252c55 (diff) | |
download | kcmldapcontroller-ldap-updates-2025.tar.gz kcmldapcontroller-ldap-updates-2025.zip |
Add support for group display namesldap-updates-2025
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 |