[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: object schema ??



At 12:06 PM 2001-08-29, Truong Dieu Linh wrote:
>Hello all,
>I'am working with ldap object schema now. I wonder if ldap server requires
>that all objectclasses (except top) must have attributes or if we can have
>an objectclasses withow any attributes. Ex: can ldap schema checking accept
>an objectclass like this:
>
>objectclass classNoAttribute
>    superior person
>
>i have tested with some server LDAP , this object is not accepted, in
>general (and in particular openLdap) is this objectclass acceptable ??.

objectClass ( 1.1.1 NAME 'classNoAttribute' SUP person )

should work just fine in OpenLDAP 2.0.  See slapd.conf(5) for details.


>Have any one of you try to modify schema of others ldap servers using JNDI,
>esspecially schema of OpenLDAP ??. Does it supported by openLDAP?? Can
>anyone help me.?

OpenLDAP requires schema to be defined via configuration directives.

Kurt