[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Need help!



> dn: o=nybble.org, c=US
> o: nybble.org
> objectclass: organization
> 
> dn: cn=Brian, o=nybble.org, c=US
> cn: Brian
> sn: Baggett
> mail: brianb@nybble.org
> objectclass: person
> 
> Initialized it...
> 
> ldif2ldbm -f /etc/ldap/slapd.conf -i myldif
> 
> Started slapd and did a `ldapsearch -h 127.0.0.1 'objectclass=*'`

This should work.  Is your /etc/ldap/slapd.conf file set up correctly?  It
should have these 3 entries (along with others):

database	ldbm
suffix		"o=nibble.org, c=US"
directory	"/some/valid/path"

-Rasmus