Problemas OPENLDAP Centos 6
Para resolver el problema de:
Jul 23 20:29:44 localhost sssd[be[default]]: Could not start TLS encryption. TLS error -5938:Encountered end of file
Se debe editar el archivo:
/etc/sysconfig/authconfig
Y cambiar los parametros:
FORCELEGACY=no
a:
FORCELEGACY=yes
Luego se debe hacer una actualizacion de la Autentificacion mediante el comando:
authconfig --enableldap --enableldapauth --ldapserver=123.456.78.910 --ldapbasedn="dc=example,dc=com" --update
Si vamos a usar un servidor local usamos:
authconfig --enableldap --enableldapauth --ldapserver=127.0.0.1 --ldapbasedn="dc=dominio,dc=com" --update
Fuente:
http://www.linuxquestions.org/questions/linux-enterprise-47/rhel-6-ldap-now-requires-tls-843917/
»
- bitfrost's blog
- Login to post comments
- 3037 reads
Comentarios recientes
8 years 33 weeks ago
9 years 5 weeks ago
9 years 5 weeks ago
9 years 5 weeks ago
10 years 20 weeks ago
11 years 28 weeks ago
11 years 28 weeks ago
11 years 29 weeks ago
12 years 24 weeks ago
12 years 32 weeks ago