내 서버(일부 RHEL 및 CentOS 6)에 sssd를 구성했지만 일부에서는 다음 오류가 발생합니다 /var/log/sssd/sssd_example.com.log
.
[sssd[be[example.com]]] [sdap_auth_send] (1): Authentication token type [(null)] is not supported
[sssd[be[example.com]]] [fo_set_port_status] (4): Marking port 389 of server 'example.com' as 'not working'
SSSD는 LDAP 서버를 사용하도록 구성됩니다. /etc/sssd/sssd.conf
포함하다:
[..]
ldap_default_bind_dn = CN=example,cn=com
ldap_default_authtok_type = obfuscated_password
ldap_default_authtok = AAAgAE/vW3+JSwU737kaW/fByo/8zxXgFqyrsFn62RiOyuo2C9475/X9Ps5jnNvm6T61mQW3gjPrzr8tqWIbRh7qrGTe/TDiHkt13l4r8yMqCqpeAAECAyEC
[..]
뭐가 문제 야?
답변1
ldap_default_authtok_type
이 오류는 잘못된 값과 관련이 있습니다.
제 경우에는 일부 RHEL/CentOS 6.2 서버에서 설정을 준비했지만 obfuscated_password
시나리오를 지원하지 않는 일부 이전 RHEL/CentOS 6.0 서버에 배포했습니다(참조:sss_혼란).
따라서 두 가지 옵션이 있습니다.
obfuscated_password
SSD 지원을 받을 수 있도록 시스템을 업그레이드하세요 .- sssd.conf에서 난독화되지 않은 암호를 사용하십시오.
예:
ldap_default_authtok_type = password
ldap_default_authtok = mycleartextpassword