Forget it - I think I've figured it out. I went skimming through past posts and noticed that by default you can't see a listing of what's in LDAP, you have to search for something.
Thanks! Brice D Ruth wrote: > In an effort to learn how to use LDAP, I'd like to create a company-wide > directory (for my very small company). I've been trying to follow the > docs on openldap.org and a few other sites, but I've yet to get anything > to show up in Mozilla (build: 2002071808 on Mac OS X). I can't even tell > if Mozilla is *connecting* but not finding any records. Would Moz give > me an error if it cannot connect or if something else failed? > > I can run ldapsearch and get results (see below), but Moz indicates: no > cards. I'm a complete and utter newbie to LDAP so I really have no idea > what Mozilla needs in the database records (minimum), etc. > > Any help would be greatly appreciated! > > Sincerely, > Brice Ruth > > Output of ldapsearch: > +++ > [brice@brice-ap brice]$ ldapsearch -x -b 'dc=webprojkt,dc=com' > '(objectclass=*)' > version: 2 > > # > # filter: (objectclass=*) > # requesting: ALL > # > > # webprojkt, com > dn: dc=webprojkt,dc=com > objectClass: dcObject > objectClass: organization > o: WebProjkt, Inc. > dc: webprojkt > > # Manager, webprojkt, com > dn: cn=Manager,dc=webprojkt,dc=com > objectClass: organizationalRole > cn: Manager > > # Denise Cusack, webprojkt, com > dn: cn=Denise Cusack,dc=webprojkt,dc=com > objectClass: top > objectClass: person > objectClass: organizationalPerson > objectClass: inetOrgPerson > givenName: Denise > sn: Cusack > cn: Denise Cusack > mail: [EMAIL PROTECTED] > > # search result > search: 2 > result: 0 Success > > # numResponses: 4 > # numEntries: 3 >
