Is there way to get a hold of the UserRegistry in WAS?
I'm using LDAP, and want to create page where logged in people
can change their [ldap] passwords.
I also have custom attributes for user entries that I need to read out.
I can connect myself to LDAP, but then I have duplicated the connection information to the LDAP server in two places.
To my knowledge, there's no easy way to configure a LDAP "connection" just like a
jdbc datasource or JMS connection.
If that doesn't work, can I get a handle to JAAS entries in WAS?
I'd like to house the configuration of how to connect to the LDAP server in WAS, maybe through a URL provider, but that doesn't solve the authentication problem
Regards,
/Tom