Hi!
When running slaptest, slapcat or other related utilities, I keep getting 'PROXIED attributeDescription "OU" inserted.' warnings.
Initially I thought that some schema definitions could be missing but as far as I can see, the core-schema should be OK.
Maybe the problem is that the modifiersName (uid=leoadm,ou=LDAPusers,dc=wu-wien,dc=ac,dc=at) of cn=config is outside of cn=config?
Here is the snippet of slaptest output (debuglevel -1) where the errors occur:
-------------------- 8< -------------------- backend_startup_one: starting "cn=config" ldif_read_file: read entry file: "/etc/openldap2.4/slapd.d/cn=config.ldif" => str2entry: "dn: cn=config [...] modifiersName: uid=leoadm,ou=LDAPusers,dc=wu-wien,dc=ac,dc=at modifyTimestamp: 20091208164511Z "
dnPrettyNormal: <cn=config>
<<< dnPrettyNormal: <cn=config>, <cn=config>
dnPretty: <cn=config>
<<< dnPretty: <cn=config>
dnNormalize: <cn=config>
<<< dnNormalize: <cn=config>
dnPretty: <uid=leoadm,ou=LDAPusers,dc=wu-wien,dc=ac,dc=at>
PROXIED attributeDescription "OU" inserted. PROXIED attributeDescription "DC" inserted. <<< dnPretty: <uid=leoadm,OU=LDAPusers,DC=wu-wien,DC=ac,DC=at>
dnNormalize: <uid=leoadm,OU=LDAPusers,DC=wu-wien,DC=ac,DC=at>
<<< dnNormalize: <uid=leoadm,OU=LDAPusers,DC=wu-wien,DC=ac,DC=at> <= str2entry(cn=config) -> 0x93a7ee4 -------------------- 8< --------------------
Any hints?
Thanks, --leo
Alexander 'Leo' Bergolth wrote:
Hi!
When running slaptest, slapcat or other related utilities, I keep getting 'PROXIED attributeDescription "OU" inserted.' warnings.
Initially I thought that some schema definitions could be missing but as far as I can see, the core-schema should be OK.
Maybe the problem is that the modifiersName (uid=leoadm,ou=LDAPusers,dc=wu-wien,dc=ac,dc=at) of cn=config is outside of cn=config?
It is not a problem, but yes, that is the reason.
Any hints?
It's only a warning, ignore it.
openldap-technical@openldap.org