hi,
i want to use unique overlay with the following config: objectClass: olcOverlayConfig objectClass: olcUniqueConfig olcOverlay: {6}unique olcUniqueURI: ldap:///ou=People,dc=abc,dc=net?mailLocalAddress,mail,uidNumber?sub olcUniqueURI: ldap:///ou=Groups,dc=abc,dc=net?gid?one
the attribute uniqueness for the people tree's uri works, but not the one for the group tree.
i found out the when i do an ldapsearch for a group and filter for gid=xy i get an empty result ldapsearch -Y EXTERNAL -b 'ou=Groups,dc=abc,dc=net' 'gid=32011'
the log file says: conn=18817 op=1 SRCH base="ou=Groups,dc=abc,dc=net" scope=2 deref=0 filter="(?gid=32011)"
why is the filter ?gid=32011 could this be the problem?
thanks for any hint. /chris
--On Tuesday, January 11, 2011 9:10 AM +0100 Christian Bösch boesch@fhv.at wrote:
why is the filter ?gid=32011 could this be the problem?
?<attribute> indicates the schema file for that attribute isn't known to the server.
--Quanah
--
Quanah Gibson-Mount Sr. Member of Technical Staff Zimbra, Inc A Division of VMware, Inc. -------------------- Zimbra :: the leader in open source messaging and collaboration
On Jan 11, 2011, at 19:35 , Quanah Gibson-Mount wrote:
--On Tuesday, January 11, 2011 9:10 AM +0100 Christian Bösch boesch@fhv.at wrote:
why is the filter ?gid=32011 could this be the problem?
?<attribute> indicates the schema file for that attribute isn't known to the server.
thats weird because this schema file is a self made for one of our objectclasses. and all other attributes from that schema file are working well.
/chris
--Quanah
--
Quanah Gibson-Mount Sr. Member of Technical Staff Zimbra, Inc A Division of VMware, Inc.
Zimbra :: the leader in open source messaging and collaboration
openldap-technical@openldap.org