You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2007/08/16 23:08:21 UTC

svn commit: r566850 - /directory/shared/trunk/ldap-constants/src/main/java/org/apache/directory/shared/ldap/constants/SchemaConstants.java

Author: elecharny
Date: Thu Aug 16 14:08:20 2007
New Revision: 566850

URL: http://svn.apache.org/viewvc?view=rev&rev=566850
Log:
Adding some new constants forcollectiveExclusions and krb5Principal

Modified:
    directory/shared/trunk/ldap-constants/src/main/java/org/apache/directory/shared/ldap/constants/SchemaConstants.java

Modified: directory/shared/trunk/ldap-constants/src/main/java/org/apache/directory/shared/ldap/constants/SchemaConstants.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-constants/src/main/java/org/apache/directory/shared/ldap/constants/SchemaConstants.java?view=diff&rev=566850&r1=566849&r2=566850
==============================================================================
--- directory/shared/trunk/ldap-constants/src/main/java/org/apache/directory/shared/ldap/constants/SchemaConstants.java (original)
+++ directory/shared/trunk/ldap-constants/src/main/java/org/apache/directory/shared/ldap/constants/SchemaConstants.java Thu Aug 16 14:08:20 2007
@@ -30,6 +30,10 @@
 public interface SchemaConstants
 {
     // ---- ObjectClasses -----------------------------------------------------
+	// Krb5Principal
+    String KRB5_PRINCIPAL_OC = "krb5Principal";
+    String KRB5_PRINCIPAL_OC_OID = "1.3.6.1.4.1.5322.10.2.1";
+    
     // Top
     String TOP_OC = "top";
     String TOP_OC_OID = "2.5.6.0";
@@ -154,6 +158,10 @@
     // SubtreeSpecification
     String SUBTREE_SPECIFICATION_AT = "subtreeSpecification";
     String SUBTREE_SPECIFICATION_AT_OID = "2.5.18.6";
+
+    // CollectiveExclusions
+    String COLLECTIVE_EXCLUSIONS_AT = "collectiveExclusions";
+    String COLLECTIVE_EXCLUSIONS_AT_OID = "2.5.18.7";
 
     // SubschemaSubentry
     String SUBSCHEMA_SUBENTRY_AT = "subschemaSubentry";