Create a BPEL application to authenticate against LDAP [message #525591] |
Tue, 04 October 2011 00:47 |
|
rahul8590
Messages: 1 Registered: October 2011
|
Junior Member |
|
|
I intend to create a BPEL application to authorise user crendentials against OID.
I have already created Users / Roles and granted permissions in the OID. but i dunno how to integrate BEPl app with it.
In the oracle linux system , where i have OID installed . I tried accessing the directiry using LDAP cmds , but it just doenst seem to work.
for example ,
$ldapbind -p <port_number> -h <ip> -D "cn=orcladmin"
bind sucessful
$ ldapsearch -h 10.10.20.30 -p 3060 "dc=<name>"
ldap_search: Inappropriate authentication
ldap_search: additional info: Server is Configured to Deny Anonymous Binds
Is there something i am missing ?
My final plan is to create BPEL app and integrate with OID. but i m unable to even access the directory using simple LDAPcmds .
|
|
|