[COLUG] OpenLDAP silliness

Joshua Kramer josh at globalherald.net
Sat Aug 12 16:23:02 EDT 2006


Greetings all,

Does anyone have experience with OpenLDAP?  Is the following normal, 
after having imported a very simple LDIF with only 'People' and 'Groups' 
OrgUnits?

The LDIF follows after the text.  I can see these objects in the BDB 
files if I grep for them, but I can't get any app to see them.

----

[root at threephase openldap-2.3.25]# bin/ldapsearch -h localhost -x -b 
'dc=example,dc=net' '(objectclass=*)'
# extended LDIF
#
# LDAPv3
# base <dc=example,dc=net> with scope subtree
# filter: (objectclass=*)
# requesting: ALL
#

# search result
search: 2
result: 0 Success

# numResponses: 1

---

[root at threephase openldap-2.3.25]# cat etc/openldap/ldif/gh_top.ldif

# Topmost Stuff

dn: dc=example,dc=net
objectClass: dcObject
objectClass: organization
o: Example Network
dc: example

dn: cn=Manager,dc=example,dc=net
objectClass: organizationalRole
cn: Manager

dn:ou=People,dc=example,dc=net
objectClass: organizationalUnit
ou: People

dn:ou=Groups,dc=example,dc=net
objectClass: organizationalUnit
ou: Groups

---

Thanks,
-Josh


More information about the colug432 mailing list