To configure sssd to connect AD server. I set id_provider to ldap
As AD server cannot accept TLS, so I closed it by:
- ldap_id_use_start_tls = false
- set ssl off in ldap.conf
When I use login ftp via domain account, it works. But it failed for ssh.
I compared the TCPdump between ftp and ssh. I found the password are different in bindrequest between ftp and ssh. It seems ssh encrypted the password, so that pam_sss got the wrong password from PAM stack.
Encrypted Password as below: simple: \b\n\r\177INCO
If it's possible to change it to plaintext password for ssh?