diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-02 17:03:40 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-02 17:03:40 -0500 |
commit | bd05fcffd6b8bbc21ceb8511e971135e539fdc7a (patch) | |
tree | de1704c14c1165f6b9b627b8269a943acade97f8 /confskel/openldap/ldif/tde-core.ldif | |
parent | 8daa9e9e96c6b088bfe8ed1a69947238c7d6e62e (diff) | |
download | kcmldapcontroller-bd05fcffd6b8bbc21ceb8511e971135e539fdc7a.tar.gz kcmldapcontroller-bd05fcffd6b8bbc21ceb8511e971135e539fdc7a.zip |
LDAP and Kerberos now partially work together
Diffstat (limited to 'confskel/openldap/ldif/tde-core.ldif')
-rw-r--r-- | confskel/openldap/ldif/tde-core.ldif | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/confskel/openldap/ldif/tde-core.ldif b/confskel/openldap/ldif/tde-core.ldif index 8670379..9e4f16b 100644 --- a/confskel/openldap/ldif/tde-core.ldif +++ b/confskel/openldap/ldif/tde-core.ldif @@ -7,4 +7,6 @@ olcAttributeTypes: {2}( 1.3.6.1.4.1.99999.1.1.3 NAME 'secretaryName' DESC 'Secre olcAttributeTypes: {3}( 1.3.6.1.4.1.99999.1.1.4 NAME 'teletexId' DESC 'Teletex ID' SUP name ) olcAttributeTypes: {4}( 1.3.6.1.4.1.99999.1.1.5 NAME 'preferredDelivery' DESC 'Preferred delivery location' SUP name ) olcAttributeTypes: {5}( 1.3.6.1.4.1.99999.1.1.6 NAME 'locallyUniqueID' DESC 'Locally unique identifier' SUP name ) -olcAttributeTypes: {6}( 1.3.6.1.4.1.99999.1.1.7 NAME 'notes' DESC 'Account notes' SUP name )
\ No newline at end of file +olcAttributeTypes: {6}( 1.3.6.1.4.1.99999.1.1.7 NAME 'notes' DESC 'Account notes' SUP name ) +olcObjectClasses: {0}( 1.3.6.1.4.1.99999.1.2.1 NAME 'tdeExtendedUserData' SUP top AUXILIARY MAY ( website + URL $ managerName $ secretaryName $ teletexId $ preferredDelivery $ locallyUniqueID $ notes ) )
\ No newline at end of file |