Bugs item #447596, was opened at 2001-08-03 12:55 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=447596&group_id=22866 Category: JBossSX Group: v2.4 BETA (stable) Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: JAAS LDAP login module busted Initial Comment: In LdapLoginModule.java, the validatePassword method never sets the isValid boolean to true. Can't see how this ever would have worked. Fix is marked with >>>> if( inputPassword != null ) { try { // Validate the password by trying String username = getUsername(); createLdapInitContext(username, xxxx >>>> isValid=true; } ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=447596&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development
