On Wed, 5 Sep 2001, Federico Sevilla III wrote:
..
> Also when doing an ls on an NFS-mounted /home, the uids
> don't get mapped to usernames that are already in LDAP (not in the local
> /etc/passwd, though).

Bingo. Broken name server switch.

Write a (tiny) application that uses getpwnam() to do a query. Compile and
link. do getpwnam("username that is in LDAP but not local passwd") see if
you get something back.

You prolly won't since ls(1) uses getpwuid() to display mappings.


-- 
Orlando Andico <[EMAIL PROTECTED]>
Mosaic Communications, Inc.

_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to