各位大大
小弟最近剛玩LDAP,ldap server 是使用Win2003 AD,
我希望登入Linux 時登入的帳號是由linux利用ldap去抓win2003 ad來認證
當我測試 AD與LINUx的連線是正常且可以取得帳號資料
ldapsearch -x -D "cn=administrator,cn=Users,dc=test,dc=idv,dc=tw" -W
但是當我利用ssh登入linux時卻無法登入,看Log時會出現下列訊息
Mar 17 21:40:58 test sshd[1398]: nss_ldap: could not search LDAP server - Operations error
Mar 17 21:41:01 test sshd[1397]: nss_ldap: could not search LDAP server - Operations error
Mar 17 21:41:01 test sshd[1397]: Illegal user alien from 61.23.15.52
Mar 17 21:41:01 test sshd[1397]: Failed none for illegal user test from 61.23.15.52 port 1288
Mar 17 21:41:05 test sshd[1397]: Failed password for illegal user alien from 61.23.15.52 port 1288
不知道那裡設定有問題 ,不知那位先進可以指點