| Author |
Password not Supplied and AuthenticationException
|
leonardo battagli
Ranch Hand
Joined: Aug 28, 2003
Posts: 33
|
|
Hi all, I got this exception while getting an InitialContext. I added an user IBANKERBPV to myrealm and I am using both username and password but it says 'Password not Supplied'. any tips? thks in advance Leonardo javax.naming.AuthenticationException. Root exception is javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User IBANKERBPV javax.security.auth.login.LoginException: [Security:090301]Password Not Supplied at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login()Z(LDAPAtnLoginModuleImpl.java:192) at weblogic.security.service.DelegateLoginModuleImpl.login()Z(DelegateLoginModuleImpl.java:71) BEA-090301 Error: Password Not Supplied DescIn the LoginModule for the LDAP Authentication provider, the password returned from the PasswordCallback is null. Cause Password cannot be null. Action This exception indicates an internal coding error in the server. Contact BEA support.
|
 |
Sirajudeen Mohamed
Greenhorn
Joined: Apr 23, 2004
Posts: 3
|
|
|
if u are still facing the problem, just let me know whether u have created a security group(and the user has to be assigned to the group) in the weblogic server?
|
 |
 |
|
|
subject: Password not Supplied and AuthenticationException
|
|
|