hi quannah, well from the includes in slapd.conf it certainly would appear to have been installed
include /etc/openldap/schema/core.schema include /etc/openldap/schema/cosine.schema include /etc/openldap/schema/inetorgperson.schema include /etc/openldap/schema/nis.schema include /etc/openldap/schema/misc.schema inlcude /etc/openldap/schema/sudoers.schema include /etc/openldap/schema/openldap.schema
however when I do a search for sudoRole it doesn't seem to show up
[root@ldap openldap]# ldapsearch -b '' -s base '(objectclass=*)' sudoRole -x -W -D "cn=Manager,dc=acadaca,dc=net" Enter LDAP Password: # extended LDIF # # LDAPv3 # base <> with scope baseObject # filter: (objectclass=*) # requesting: sudoRole #
# dn:
# search result search: 2 result: 0 Success
# numResponses: 2 # numEntries: 1
On Thu, Nov 4, 2010 at 5:41 PM, Quanah Gibson-Mount quanah@zimbra.com wrote:
--On Thursday, November 04, 2010 5:47 PM -0400 Tim Dunphy bluethundr@gmail.com wrote:
That is not a valid search of the cn=subschema entry. I would note you fail to offer a -h or -H option, so who knows what LDAP server it is talking to.
ldapsearch -x -h zre-ldap001 -s base -b "cn=subschema" +
for example, searches the subschema entry on my system.
And my name has only one "n" in it.
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
openldap-technical@openldap.org