diff options
Diffstat (limited to 'ldap/cm/v4confs/40/java-object-schema.conf')
| -rw-r--r-- | ldap/cm/v4confs/40/java-object-schema.conf | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/ldap/cm/v4confs/40/java-object-schema.conf b/ldap/cm/v4confs/40/java-object-schema.conf new file mode 100644 index 00000000..1ba36b8c --- /dev/null +++ b/ldap/cm/v4confs/40/java-object-schema.conf @@ -0,0 +1,58 @@ +# +# BEGIN COPYRIGHT BLOCK +# Copyright 2001 Sun Microsystems, Inc. +# Portions copyright 1999, 2001-2003 Netscape Communications Corporation. +# All rights reserved. +# END COPYRIGHT BLOCK +# +# Schema for storing java objects and java object references + +attribute javaClassName 1.3.6.1.4.1.42.2.27.4.1.6 ces single + +attribute javaCodebase 1.3.6.1.4.1.42.2.27.4.1.7 ces + +attribute javaSerializedData 1.3.6.1.4.1.42.2.27.4.1.8 bin single + +attribute javaFactory 1.3.6.1.4.1.42.2.27.4.1.10 ces single + +attribute javaReferenceAddress 1.3.6.1.4.1.42.2.27.4.1.11 ces + +attribute javaDoc 1.3.6.1.4.1.42.2.27.4.1.12 ces + +attribute javaClassNames 1.3.6.1.4.1.42.2.27.4.1.13 ces + +objectclass javaContainer + oid 1.3.6.1.4.1.42.2.27.4.2.1 + superior top + requires + cn + +objectclass javaObject + oid 1.3.6.1.4.1.42.2.27.4.2.4 + superior top + requires + javaClassName + allows + javaClassNames, + javaCodebase, + javaDoc, + description + +objectclass javaSerializedObject + oid 1.3.6.1.4.1.42.2.27.4.2.5 + superior javaObject + requires + javaSerializedData + +objectclass javaNamingReference + oid 1.3.6.1.4.1.42.2.27.4.2.7 + superior javaObject + allows + javaReferenceAddress, + javaFactory + +objectclass javaMarshalledObject + oid 1.3.6.1.4.1.42.2.27.4.2.8 + superior javaObject + requires + javaSerializedData |
