Hi, I hv installed openLDAP on windowsxp. Now im trying to populate it with our company specific values using java code.It is giving me the following error.
error result (53); modification of subschema subentry not supported; DSA is unwilling to perform
i have provided access previlages in slapd.conf as
access to dn.base="" by * write access to dn.base="cn=subschema by * write access to * by self write by users write by anonymous auth
but still i get an error saying i cannot modify the subschema entry. can anyone just let me knwo where exactly is the error??
How do i add my values into the subschema.l
shilpa muramkar wrote:
error result (53); modification of subschema subentry not supported; DSA is unwilling to perform [..] but still i get an error saying i cannot modify the subschema entry.
OpenLDAP does not support writing to the subschema subentry (as clearly said in the error message).
Ciao, Michael.
"shilpa muramkar" ratnashilpa@gmail.com writes:
Hi,
I hv installed openLDAP on windowsxp. Now im trying to populate it with our company specific values using java code.It is giving me the following error. error result (53); modification of subschema subentry not supported; DSA is unwilling to perform i have provided access previlages in slapd.conf as access to dn.base="" by * write access to dn.base="cn=subschema by * write access to * by self write by users write by anonymous auth but still i get an error saying i cannot modify the subschema entry. can anyone just let me knwo where exactly is the error??
How do i add my values into the subschema.l
Why do you want to write to subschema? If you only want to add another schema, you either add an include statement in slapd.conf, or you write to cn=schema,cn=config.
-Dieter
On Friday 24 November 2006 10:34, Dieter Kluenter wrote:
"shilpa muramkar" ratnashilpa@gmail.com writes:
Hi,
I hv installed openLDAP on windowsxp. Now im trying to populate it with our company specific values using java code.It is giving me the following error. error result (53); modification of subschema subentry not supported; DSA is unwilling to perform i have provided access previlages in slapd.conf as access to dn.base="" by * write access to dn.base="cn=subschema by * write access to * by self write by users write by anonymous auth but still i get an error saying i cannot modify the subschema entry. can anyone just let me knwo where exactly is the error??
How do i add my values into the subschema.l
Why do you want to write to subschema?
Because this is the "standard" or "supported" means of doing so with other proprietary LDAP servers (SUN JES LDAP, Novell's eDirectory, Red Hat / Fedora DS at least IIRC).
Regards, Buchan
openldap-software@openldap.org