[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Simple Authentication Mechanism
- To: <OpenLDAP-software@OpenLDAP.org>
- Subject: Simple Authentication Mechanism
- From: "Yoginee Bhagwat" <ybhagwat@micromuse.com>
- Date: Tue, 12 Jul 2005 09:56:16 -0700
- Content-class: urn:content-classes:message
- Thread-index: AcWHApwXVCrPDBUpTMi6oYHka6KSsg==
- Thread-topic: Simple Authentication Mechanism
hi,
I have slapd running with ssl. I am trying to authenticate against it
through java application. My java application passes following
parameters to LDAP server
user : cn=Manager,dc=wallst.dev.micromuse,dc=com
password : secret
host : shark
port : 6560
security protocol : ssl
Authentication Mechanism : none/anonymous
My application can connect and query to my LDAP server successfully if
Authentication Mechanism is used either none or simple. It fails to
connect if Authetication Mechanism is "Simple".
Can anybody tell me what do I need to do ? or do I need to include
anything in my slapd.conf?
Here is ACL in my slapd.conf
#Simple ACL granting read access
access to *
access to dn="cn=Manager,dc=wallst.dev.micromuse,dc=com"
by * read
defaultaccess search
Thanks
-Yoginee