You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2006/05/05 05:16:49 UTC

svn commit: r399921 - /directory/trunks/apacheds/core/src/main/schema/krb5kdc.schema

Author: akarasulu
Date: Thu May  4 20:16:48 2006
New Revision: 399921

URL: http://svn.apache.org/viewcvs?rev=399921&view=rev
Log:
branch 1.0 merge of commit [akarasulu@newton apacheds]$ svn diff: adding kerberos schema attributes for error code cause 18

Modified:
    directory/trunks/apacheds/core/src/main/schema/krb5kdc.schema

Modified: directory/trunks/apacheds/core/src/main/schema/krb5kdc.schema
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/core/src/main/schema/krb5kdc.schema?rev=399921&r1=399920&r2=399921&view=diff
==============================================================================
--- directory/trunks/apacheds/core/src/main/schema/krb5kdc.schema (original)
+++ directory/trunks/apacheds/core/src/main/schema/krb5kdc.schema Thu May  4 20:16:48 2006
@@ -110,6 +110,21 @@
 	EQUALITY caseExactIA5Match
 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
+attributetype ( 1.3.6.1.4.1.5322.10.1.13
+  NAME 'krb5AccountDisabled'
+  EQUALITY booleanMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 )
+
+attributetype ( 1.3.6.1.4.1.5322.10.1.14
+  NAME 'krb5AccountLockedOut'
+  EQUALITY booleanMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 )
+
+attributetype ( 1.3.6.1.4.1.5322.10.1.15
+  NAME 'krb5AccountExpirationTime'
+  EQUALITY generalizedTimeMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 )
+
 # Object class definitions
 
 objectclass ( 1.3.6.1.4.1.5322.10.2.1