[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Getting Started
- To: openldap-software@OpenLDAP.org
- Subject: Getting Started
- From: Leslie Tighe <leslie_tighe@yahoo.com>
- Date: Sun, 27 Nov 2005 07:39:23 -0800 (PST)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=VzN2qJtjRkoVWaRCDtq+qY05UsLnEmCAcPcjD9luQoW7aNyeRtT3Hq4gI7/oBu6nUufeY3zWdJn6ceepd1uqzG32R3I+efrGK3I8coCs/J8GdVwHnzoEoCliCBSZEO62U0AmhRMWf0lOM9/Lpvro0OYj0oZlfCFfrviklzN74zQ= ;
Hello,
I am new to ldap and Openldap. I am trying to get started by building a simple user repository and writing a sample java class to access this. Could someone point me to some resources that would guide me in letting up the openldap correctly? The code snipped below produces an invalid dn exception so I am not sure if my setup is correct.
String password = "secret";
LDAPConnection ld = new LDAPConnection();
ld.connect("localhost",389);
ld.bind(ldapVersion, "Manager", password.getBytes("UTF8") );
Thanks for your help
Leslie
---------------------------------
Yahoo! Music Unlimited - Access over 1 million songs. Try it free.