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
- 3008 reads
Comentarios recientes
8 years 27 weeks ago
8 years 51 weeks ago
8 years 51 weeks ago
8 years 51 weeks ago
10 years 14 weeks ago
11 years 22 weeks ago
11 years 22 weeks ago
11 years 23 weeks ago
12 years 18 weeks ago
12 years 26 weeks ago