我有一个大型AD设置,它没有以理想的方式配置,基本DN:
dc=davinci,dc=mydomain,dc=local现在,我们的广告的现有结构如下:
@ 1122 Logan
Accounting
Aquarius
Alejandro
Mike
Justin
Aerospace
Distribution
Engineering
@ 2150 Logan
Uniflyte
@ 1480 Church试图测试用户Alejandro的身份验证(老网络家伙给我起用户名时很有趣)。
以下是我的服务器属性转储:
sid = Davinci
numeric_sid = 1
name = Employees
status = 1
ldap_type = ad
address = davinci
port = 389
tls = 0
followrefs = 0
bind_method = 2
basedn = Array ( [0] => dc=davinci,dc=cadorath,dc=local )
binddn =
user_dn_expression = cn=%username,%basedn
user_attr = samaccountname
account_name_attr =
mail_attr =
mail_template =
picture_attr =
unique_persistent_attr =
unique_persistent_attr_binary = 0
ldap_to_drupal_user =
testing_drupal_username = Alejandro
testing_drupal_user_dn = cn=Alejandro,ou=@ 1122 Logan,dc=davinci,dc=mydomain,dc=local
grp_unused = 0
grp_object_cat =
grp_nested = 0
grp_user_memb_attr_exists = 0
grp_user_memb_attr =
grp_memb_attr =
grp_memb_attr_match_user_attr =
grp_derive_from_dn = 0
grp_derive_from_dn_attr =
grp_test_grp_dn =
grp_test_grp_dn_writeable =
search_pagination = 0
search_page_size = 1000我输入密码用于非匿名搜索(Windows登录密码).
cn=Alejandro,ou=@ 1122 Logan,dc=davinci-1,dc=cadorath,dc=local
Drupal日志报告:
LDAP bind failure for user userdn=, pass=XXX.用户在哪里建造的?
我仍然不能用Windows登录到drupal,details...D7运行在与Davinci相同的域中,所以我想我忽略了连接字符串的语法?
发布于 2014-04-22 19:17:13
用于用户和字段的ldap配置页面有一个可以设置的user_dn条目。
https://drupal.stackexchange.com/questions/110892
复制相似问题