diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-26 21:57:02 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-26 21:57:02 -0500 |
commit | e850ed29f0767f07eb8b18ee6271cd6f5aa514c8 (patch) | |
tree | 2335f04d4c393478ee0fadc640d8a5653a1c75d8 | |
parent | 61679fe4bf96f0935b5ba341be083b0a0448d595 (diff) | |
download | kcmldapcontroller-e850ed29f0767f07eb8b18ee6271cd6f5aa514c8.tar.gz kcmldapcontroller-e850ed29f0767f07eb8b18ee6271cd6f5aa514c8.zip |
Add preliminary krb5ExtendedAttributes field to HDB LDIF structure
See https://github.com/heimdal/heimdal/pull/141
-rw-r--r-- | confskel/openldap/ldif/hdb.ldif | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/confskel/openldap/ldif/hdb.ldif b/confskel/openldap/ldif/hdb.ldif index 138be5f..707bf1e 100644 --- a/confskel/openldap/ldif/hdb.ldif +++ b/confskel/openldap/ldif/hdb.ldif @@ -29,6 +29,8 @@ olcAttributeTypes: {10}( 1.3.6.1.4.1.5322.10.1.11 NAME 'krb5PrincipalRealm' DE SC 'Distinguished name of krb5Realm entry' SUP distinguishedName ) olcAttributeTypes: {11}( 1.3.6.1.4.1.5322.10.1.12 NAME 'krb5RealmName' EQUALIT Y octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{128} ) +olcAttributeTypes: {12}( 1.3.6.1.4.1.5322.10.1.13 NAME 'krb5ExtendedAttributes + 'SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 ) olcObjectClasses: {0}( 1.3.6.1.4.1.5322.10.2.1 NAME 'krb5Principal' SUP top AU XILIARY MUST krb5PrincipalName MAY ( cn $ krb5PrincipalRealm ) ) olcObjectClasses: {1}( 1.3.6.1.4.1.5322.10.2.2 NAME 'krb5KDCEntry' SUP krb5Pri |