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/06 01:34:33 UTC

svn commit: r400208 - /directory/branches/apacheds/1.0/core/src/main/schema/krb5kdc.schema

Author: akarasulu
Date: Fri May  5 16:34:31 2006
New Revision: 400208

URL: http://svn.apache.org/viewcvs?rev=400208&view=rev
Log:
kerberos schema attributes need to be single valued

Modified:
    directory/branches/apacheds/1.0/core/src/main/schema/krb5kdc.schema

Modified: directory/branches/apacheds/1.0/core/src/main/schema/krb5kdc.schema
URL: http://svn.apache.org/viewcvs/directory/branches/apacheds/1.0/core/src/main/schema/krb5kdc.schema?rev=400208&r1=400207&r2=400208&view=diff
==============================================================================
--- directory/branches/apacheds/1.0/core/src/main/schema/krb5kdc.schema (original)
+++ directory/branches/apacheds/1.0/core/src/main/schema/krb5kdc.schema Fri May  5 16:34:31 2006
@@ -113,17 +113,17 @@
 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 )
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
 
 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 )
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
 
 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 )
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE )
 
 # Object class definitions