On Fri Jan 24, 2003 at 09:05:57PM -0600, Brian Smith wrote: > Hey guys, I had ssh start crapping out on me recently, but I was able to fix > it by changing "ssl start_tls" to "ssl on". With start_tls, ssh segfaults if > run by a user who's not in /etc/passwd, and sshd segfaults if you try to > login as a user not in /etc/passwd. > > Other problems I've seen with ldap are the MySQL problem, and wine crashes if > the user isn't in /etc/passwd also. I've reported that to the wine folks, > since it happens even if I build from their source tarball.
Then there's a problem with nss_ldap or pam_ldap talking to the server via TLS. A misconfiguration or something wrong with the tools themselves, because then ssh isn't aware of the user logging in (ie. can't get the data from ldap)... although why it's segfaulting is beyond me.. that's just bad behaviour. When you have "ssl start_tls" do the usual "getent passwd" or "getent shadow" and such work? -- MandrakeSoft Security; http://www.mandrakesecure.net/ "lynx -source http://linsec.ca/vdanen.asc | gpg --import" {FE6F2AFD : 88D8 0D23 8D4B 3407 5BD7 66F9 2043 D0E5 FE6F 2AFD}
msg87973/pgp00000.pgp
Description: PGP signature
