Another nice LDAP related buglet. On a cooker machine that's running slapd (openldap-servers) the sshd won't work properly.

It's easy to reproduce (I've done it on 2 machines):

[root@taz root]# service ldap start
ldaps
Starting slapd (ldap + ldaps): [ OK ]
[root@taz root]# ssh stefan@localhost
stefan@localhost's password:
Read from remote host localhost: Connection reset by peer
Connection to localhost closed.
[root@taz root]# service ldap stop
Stopping slapd: /etc/init.d/ldap: line 243: kill: (15609) - No such process
/etc/init.d/ldap: line 243: kill: (15608) - No such process
/etc/init.d/ldap: line 243: kill: (15602) - No such process
[ OK ]
[root@taz root]# ssh stefan@localhost
stefan@localhost's password:
Last login: Thu Jan 23 21:44:58 2003 from localhost.localdomain
[stefan@taz stefan]$ exit

Connection to localhost closed.
[root@taz root]# service ldap start
ldaps
Starting slapd (ldap + ldaps): [ OK ]
[root@taz root]# ssh stefan@localhost
stefan@localhost's password:
Read from remote host localhost: Connection reset by peer
Connection to localhost closed.
[root@taz root]#

[root@taz root]# rpm -qa | grep ldap
nss_ldap-202-1mdk
openldap-clients-2.0.27-4mdk
openldap-migration-2.0.27-4mdk
openldap-servers-2.0.27-4mdk
libldap2-2.0.27-4mdk
openldap-2.0.27-4mdk
[root@taz root]# rpm -qa | grep ssh
openssh-clients-3.5p1-5mdk
openssh-3.5p1-5mdk
openssh-server-3.5p1-5mdk
[root@taz root]# rpm -qa | grep ssl libopenssl0-0.9.6h-2mdk
libopenssl0.9.7-0.9.7-3mdk
libopenssl0.9.7-devel-0.9.7-3mdk
openssl-0.9.7-3mdk
[root@taz root]#

Where shall I file the bug, openldap-servers package or openssh-server?

Stefan

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to