使用Glassfish 3.1获取Active Directory域时出错

时间:2013-05-29 09:01:13

标签: java glassfish ldap glassfish-3

你好每一个我试图通过配置Relam Ldap在玻璃鱼3.1中解决这个问题,但是我得到了这个错误

WARNING: SEC1106: Error during LDAP search with filter [uid=teuser].
WARNING: SEC1000: Caught exception.
javax.naming.NamingException: [LDAP: error code 1 - 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1]; remaining name= 'DC=dev,DC=tcs,DC=com'
WARNING: WEB9102: Web Login Failed: com.sun.enterprise.security.auth.login.common.LoginException: Login failed: javax.security.auth.login.LoginException: User MyUserName not found.

web.xml如下所示:

<security-constraint>
<display-name>Constraint1</display-name>
    <web-resource-collection>
        <web-resource-name>Simple Web Resource</web-resource-name>
        <description/>
        <url-pattern>*</url-pattern>
    </web-resource-collection>
</security-constraint>

<login-config>
    <auth-method>FORM</auth-method>
    <realm-name>ldapRealm</realm-name>
    <form-login-config>
        <form-login-page>/index.jsp</form-login-page>
        <form-error-page>/error.xhtml</form-error-page>
    </form-login-config>
</login-config>

glassfish目录中的domain.xml:

<auth-realm name="ldapRealm" classname="com.sun.enterprise.security.auth.realm.ldap.LDAPRealm">
      <property name="directory" value="ldap://10.0.???.???:389"></property>
      <property name="base-dn" value="DC=dev,DC=tcs,DC=com"></property>
      <property name="jaas-context" value="ldapRealm"></property>
    </auth-realm>

我需要知道在glassfish配置中出现的错误是什么?或者是什么?

1 个答案:

答案 0 :(得分:1)

当我没有为Active Directory服务器指定正确的凭据时,我点击了这个。将凭据指定为其他领域属性:

  1. search-bind-dn for username
  2. 密码的搜索绑定密码