Hello,
Can I able to add new schema with database sql ?
I can able to see the cn=schema, cn=config entries when I do ldapsearch
But when the slapd starts, the warning states, No dynanmic config support for sql (Is that mean, I cant add new schemas?), if that's the case , what is the cn=schema, cn=config when I do a ldapsearch.
Please explain me in this regard
Is this due to oc / attr mapping is not in the database
Thanks in advance, Arunachalam.
**************************************************************************** **************************** This e-mail and attachments contain confidential information from HUAWEI, which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction, or dissemination) by persons other than the intended recipient's) is prohibited. If you receive this e-mail in error, please notify the sender by phone or email immediately and delete it!
Can I able to add new schema with database sql ? I can able to see the cn=schema, cn=config entries when I do ldapsearch But when the slapd starts, the warning states, No dynanmic config support for sql (Is that mean, I cant add new schemas?), if that’s the case , what is the cn=schema, cn=config when I do a ldapsearch.
I think these are two separate issues.
1.) back-sql doesn't support dynamic config. 2.) Schema is global and has nothing to do with backend you are using (more or less).
Please explain me in this regard Is this due to oc / attr mapping is not in the database
With back-sql the oc/attr mapping IS in the database. You can map any field to any attribute - whether or not that attribute is defined in schema [which is obviously required] is strictly a slapd configuration issue.
openldap-software@openldap.org