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

Re: schema outside DIT (ITS#1303)



At 05:02 PM 2001-09-01, kevin@kogz.com wrote:
>Full_Name: Kevin McCarthy
>Version: 2.0.7
>OS: RedHat Linux 6.2
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (24.179.99.107)
>
>
>Schema is not available under rootDSE subschemaSubentry or other common
>locations (cn=schema, etc).

subschemaSubentry is available on each and every DSE returned
by the server.  Try:
        ldapsearch -x -b "" -s base subschemaSubentry

>Schema is not published through LDAP search.

Yes, it is.  Using the above mechanism will return the name
subschema subentry controlling the entry.  Currently, all
entries are controlled by a common entry named CN=Subschema.
You can read this using:
        ldapsearch -x -b "cn=Subschema" -s base \
                '(objectClass=subschema)' \
                objectClasses attributeTypes

>Dynamic Schema updates are impossible.

Yes, clients should not assume such is possible.

>Schema replication through slurpd, etc. is not possible.

Yes.