Need to login to sun IDM by using LDAP user and password

Hi all, I need to login to sun IDM by using ldap users and password. LDAP users will not be stored in the sun IDM. All authentication should be done with respect to sun idm by making using of LDAP users and passwords. Please tell me how can i achieve this.
[270 byte] By [abc_12345a] at [2007-11-27 6:32:34]
# 1
Create a login module group and add LDAP login module and make LDAP as sufficient to login in. And attach it with you login applications both user and adminrgds,SurenMessage was edited by: Surinder_Singh_Bora
Surinder_Singh_Boraa at 2007-7-12 17:58:05 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
If all IDM users have Active Directory resource assigned, then could set IDM to authenticate on AD (out of the box) and sync Ldap (Sun DS) pw to AD with Sun ISW.
scripetoa at 2007-7-12 17:58:05 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3
Hi scripeto, can u be more specific about your answer please.
abc_12345a at 2007-7-12 17:58:05 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4

Sorry, I was incorrect because ISW doesn't have a way to prime initially all DS passwords into AD.

Another solution could be based on Sun Access Manager:

- Install Sun Access Manager and cofigure it to use your Ldap or whatever as users credentials repository

- Install the Access Manager Policy Agent on top of the IDM web container (web server or app server where IDM is deployed)

- configure the Policy Agent for IDM (there is specific Sun doc on this)

In this scenario you get a basic SSO between AM and IDM: when a user tries to login into IDM then the Policy Agent intercepts the IDM Login and checks credentials on the AM Ldap.

You could extend this setup to Active Directory, so when a user is already authenticated to AD, then he can enter IDM without login again!

scripetoa at 2007-7-12 17:58:05 > top of Java-index,Web & Directory Servers,Directory Servers...