Date: Mon, 15 Nov 1999 20:22:28 -0000 From: "Greg Quinlan" <greg@swlct.sthames.nhs.uk> To: "Alan Edmonds" <alan.edmonds@sterling.com> Cc: <stable@freebsd.org> Subject: Re: Slapd (LDAP) Problems Message-ID: <001901bf2fa7$238313e0$5214010a@swlct.sthames.nhs.uk> References: <002801bf2fa0$c44cbee0$5214010a@plano.sterling.com> <38306506.EEEA7004@plano.sterling.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks Alan, but it did not work... Eventually I want to be able to query the database from Muckrow-softs Outlook Express.... but I have got to get something going first.... Greg ----- Original Message ----- From: Alan Edmonds <alan.edmonds@sterling.com> To: Greg Quinlan <greg@swlct.sthames.nhs.uk> Sent: Monday, November 15, 1999 7:54 PM Subject: Re: Slapd (LDAP) Problems > I've always had to specify the search root with ldapsearch. ie. > > ldapsearch -b'o=South West London Community NHS Trust, c=UK' -v "cn=Greg Quinlan" > > At least that works for me. > > Greg Quinlan wrote: > > > > HELP!!!! > > > > I am trying desperately to get Ldap to work... (/usr/ports/net/ldap) > > > > I have set up a database with the tools for "slapd". > > # dif2ldbm -i myfile > > > > Where "myfile" contains simple set-up info (see below -: ldbmcat) > > ... and have verified that there are entries in the LDAP database but when I > > use a search, i.e.. > > > > # ldapsearch -v "cn=Greg Quinlan" > > > > The search returns: > > > > ldap_open( localhost, 389 ) > > filter pattern: cn=Greg Quinlan > > returning: ALL > > filter is: (cn=Greg Quinlan) > > 0 matches > > > > When I look at the database entries I can see the entries. > > > > # ldbmcat /usr/tmp/id2entry.dbb > > 1 > > dn: o=South West London Community NHS Trust, c=UK > > o: South West London Community NHS Trust > > objectclass: organization > > > > 2 > > dn: cn=Greg Quinlan, o=South West London Community NHS Trust, c=UK > > cn: Greg Quinlan > > sn: Quinlan > > mail: Greg.Quinlan@swlct.sthames.nhs.uk > > objectclass: person > > > > WHAT AM I DOING WRONG? > > > > Thanks > > > > Greg > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > > -- > Alan Edmonds, KB5ZUY Sterling Software > M/S 132 > Phone: +1-972-801-6485 5800 Tennyson Pkwy. > Email: alan.edmonds@sterling.com Plano, TX, USA 75024 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001901bf2fa7$238313e0$5214010a>