[Date Prev][Date Next] [Chronological] [Thread] [Top]

slapd crashes with incomplete sasl config (ITS#2492)



Full_Name: suomi hasler
Version: 2.1.17
OS: Linux 2.4.19
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (195.141.97.126)


Hi every
checkout the listing below, where you see that the slapd crashed when the
ldapsearch was issued with an incomplete slapd config.



rosetta:~ # rpm -q openldap
openldap-2.1.17-1
rosetta:~ # rpm -q cyrus-sasl2
cyrus-sasl2-2.1.7-52
rosetta:~ # uname -a
Linux rosetta 2.4.19-4GB #1 Fri Sep 13 13:14:56 UTC 2002 i686 unknown
rosetta:~ # /etc/init.d/ldap start
Starting ldap-server                                                            
                        done
rosetta:~ # netstat -tupa
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State      
PID/Program name
tcp        0      0 *:smpnameres            *:*                     LISTEN     
1154/inetd
tcp        0      0 *:netbios-ssn           *:*                     LISTEN     
1078/smbd-classic
tcp        0      0 *:sunrpc                *:*                     LISTEN     
655/portmap
tcp        0      0 *:x11                   *:*                     LISTEN     
1173/X
tcp        0      0 rosetta.ayni.c:www-http *:*                     LISTEN     
542/httpd
tcp        0      0 *:ftp                   *:*                     LISTEN     
1154/inetd
tcp        0      0 *:telnet                *:*                     LISTEN     
1154/inetd
tcp        0      0 *:ipp                   *:*                     LISTEN     
738/cupsd
tcp        0      0 localhost:smtp          *:*                     LISTEN     
965/master
tcp        0      0 rosetta.ayni.com:https  *:*                     LISTEN     
542/httpd
tcp        0      0 *:ldap                  *:*                     LISTEN     
1986/slapd
tcp        0      0 *:ssh                   *:*                     LISTEN     
704/sshd
tcp        0      0 195.141.97.126:32806    195.141.97.123:imaps    CLOSE_WAIT 
1330/mozilla-bin
tcp        0      0 195.141.97.126:32805    195.141.97.123:imaps    ESTABLISHED
1330/mozilla-bin
udp        0      0 *:sunrpc                *:*                                
655/portmap
udp        0      0 *:ipp                   *:*                                
738/cupsd
rosetta:~ # /usr/local/openldap/bin/ldapsearch -I -U cellino  -b
"dc=ayni,dc=com" uid=cellino
ldap_sasl_interactive_bind_s: Can't contact LDAP server (81)
rosetta:~ # netstat -tupa
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State      
PID/Program name
tcp        0      0 *:smpnameres            *:*                     LISTEN     
1154/inetd
tcp        0      0 *:netbios-ssn           *:*                     LISTEN     
1078/smbd-classic
tcp        0      0 *:sunrpc                *:*                     LISTEN     
655/portmap
tcp        0      0 *:x11                   *:*                     LISTEN     
1173/X
tcp        0      0 rosetta.ayni.c:www-http *:*                     LISTEN     
542/httpd
tcp        0      0 *:ftp                   *:*                     LISTEN     
1154/inetd
tcp        0      0 *:telnet                *:*                     LISTEN     
1154/inetd
tcp        0      0 *:ipp                   *:*                     LISTEN     
738/cupsd
tcp        0      0 localhost:smtp          *:*                     LISTEN     
965/master
tcp        0      0 rosetta.ayni.com:https  *:*                     LISTEN     
542/httpd
tcp        0      0 *:ssh                   *:*                     LISTEN     
704/sshd
tcp        0      0 195.141.97.126:32806    195.141.97.123:imaps    CLOSE_WAIT 
1330/mozilla-bin
tcp        0      0 195.141.97.126:32805    195.141.97.123:imaps    ESTABLISHED
1330/mozilla-bin
udp        0      0 *:sunrpc                *:*                                
655/portmap
udp        0      0 *:ipp                   *:*                                
738/cupsd
rosetta:~ #