[jboss-cvs] JBossAS SVN: r74867 - projects/security/security-jboss-sx/trunk/jbosssx/src/main/org/jboss/security/auth/spi.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 19 19:55:19 EDT 2008


Author: mmoyses
Date: 2008-06-19 19:55:19 -0400 (Thu, 19 Jun 2008)
New Revision: 74867

Modified:
   projects/security/security-jboss-sx/trunk/jbosssx/src/main/org/jboss/security/auth/spi/LdapLoginModule.java
Log:
SECURITY-250

Modified: projects/security/security-jboss-sx/trunk/jbosssx/src/main/org/jboss/security/auth/spi/LdapLoginModule.java
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/main/org/jboss/security/auth/spi/LdapLoginModule.java	2008-06-19 23:48:30 UTC (rev 74866)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/main/org/jboss/security/auth/spi/LdapLoginModule.java	2008-06-19 23:55:19 UTC (rev 74867)
@@ -83,8 +83,8 @@
  * on the user's fully distinguished name. If false just the username is used
  * as the match value. If true, the userDN is used as the match value.
  * <li>allowEmptyPasswords : A flag indicating if empty(length==0) passwords
- * should be passed to the ldap server. An empty password is treated as an
- * anonymous login by some ldap servers and this may not be a desirable
+ * should be passed to the LDAP server. An empty password is treated as an
+ * anonymous login by some LDAP servers and this may not be a desirable
  * feature. Set this to false to reject empty passwords, true to have the ldap
  * server validate the empty password. The default is true.
  *




More information about the jboss-cvs-commits mailing list