diff options
author | Timothy Pearson <[email protected]> | 2016-09-23 13:30:56 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2016-09-23 13:30:56 -0500 |
commit | bc692978191b1a81e88e7ff99811c61014414b7f (patch) | |
tree | 20caf9ce3f0d3aa53bb10904b71c08fb355102d9 /confskel/openldap/ldif/hdb.ldif | |
parent | 50ab044378d95e4cb9bc990363788de8a807d586 (diff) | |
download | kcmldapcontroller-bc692978191b1a81e88e7ff99811c61014414b7f.tar.gz kcmldapcontroller-bc692978191b1a81e88e7ff99811c61014414b7f.zip |
Add missing krb5ExtendedAttributes MAY to skelton HDB LDIF
Diffstat (limited to 'confskel/openldap/ldif/hdb.ldif')
-rw-r--r-- | confskel/openldap/ldif/hdb.ldif | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/confskel/openldap/ldif/hdb.ldif b/confskel/openldap/ldif/hdb.ldif index 707bf1e..6ee8842 100644 --- a/confskel/openldap/ldif/hdb.ldif +++ b/confskel/openldap/ldif/hdb.ldif @@ -36,7 +36,7 @@ olcObjectClasses: {0}( 1.3.6.1.4.1.5322.10.2.1 NAME 'krb5Principal' SUP top AU olcObjectClasses: {1}( 1.3.6.1.4.1.5322.10.2.2 NAME 'krb5KDCEntry' SUP krb5Pri ncipal AUXILIARY MUST krb5KeyVersionNumber MAY ( krb5ValidStart $ krb5ValidEn d $ krb5PasswordEnd $ krb5MaxLife $ krb5MaxRenew $ krb5KDCFlags $ krb5Encrypt - ionType $ krb5Key ) ) + ionType $ krb5Key $ krb5ExtendedAttributes ) ) olcObjectClasses: {2}( 1.3.6.1.4.1.5322.10.2.3 NAME 'krb5Realm' SUP top AUXILI ARY MUST krb5RealmName ) structuralObjectClass: olcSchemaConfig |