On Wed, Sep 07, 2005 at 07:07:43PM +0100, Scott James Remnant wrote: > reassign 326986 perl,libnss-ldap > retitle 326986 getpwnam fails if libnss-ldap.conf is not readable
Ok. this perl script: --- @fowner = getpwnam ("atporter"); for (@fowner) { $entry .= "$_:"; } chop $entry; print "$entry\n"; --- As non-root: atporter:x:21002:124:::Aaron T. Porter:/home/atporter:/bin/bash as root: atporter:<hash here>:21002:124:::Aaron T. Porter:/home/atporter:/bin/bash: -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]