On Wed, Sep 07, 2005 at 09:28:47PM +0100, Andrew Suffield wrote: > It's pure NSS, perl's just making the glibc calls. It's also user > error for configuring it that way, but there's actually no right way > to configure libnss-ldap in this scenario, just a selection of wrong > ones.
Can someone explain to me why this change fixes things? @fowner = getpwnam ($ENV{'LOGNAME'}); to @fowner = getpwnam ($ENV{'LOGNAME'}) || die "getpwnam: $!"; -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]