Thanks for your response.
On 12/04/11 19:10 -0500, Madhusudan Singh wrote:Could you provide more details about your setup?:
Hello
I have an LDAP authentication setup that authenticates users against a
server that I do not control.
Do you know what ldap server and version the server is running?
What openldap client libraries are you using on the clients?
What other software, if any, are you using to authenticate users to the
server (e.g. PADLs pam-ldap)? Are you also using an ldap nss plugin? What
OS on the clients?
So the users' home directories are set to something similar to
However, whenever a user logs in, the default home directory is set to an
NFS mount on another server.
'/nfs/server-1/home/jsmith' I would guess.
See 'getent passwd jsmith' (or your system's equivalent) to see what their
current home directory is.
You'd have to know what nss plugin, if any, is in effect, and modify it's
I want to change the settings so that the user's home directory is local,
say, /home/CAMPUS/username.
database (e.g. /etc/passwd, or the user's entry in your ldap server).