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

Re: LDAPv3 support (ITS#873)



At 10:34 PM 11/2/00 +0000, steven.xia@homestore.com wrote:
>Full_Name: Steven Xia
>Version: openLDAP2.0
>OS: Linux
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (206.229.122.241)
>
>
> The OpenLDAP2.0 says it supports both LDAP2.0 and LDAPv3. However, I could not
>get the server schema information by using the API "fetchSchecma()", and it
>throwed exception" not support LDAP version".


Likely the SDK you are using is not specifically requesting
the desired operational attributes.  OpenLDAP only returns
operational attributes which specifically requested.

>Does anybody know this and please
>help me with this issue: how to update the OpenLDAp server schema

slapd schema is specified via configuration files.  See
the Admin guide and/or slapd.conf(5) for details.

Kurt