This is my problem:
I am using the same user login ID on two development AIX servers. Both servers have filesystems mounted on each other and I am getting a mix match of User ID and names when I view the files in the mounted directories. This causes a big permission problem when checking files in/out SCCS.
e.g 1st server:
uid=431(jsmith) gid=515(ontw) groups=1(staff)
I've edited the following file using SCCS and the date,time,user and permission is stamped correctly.
-rw-r--r-- 1 jsmith sys mubzent.4gl
Now I go to my 2nd server, also logged in as jsmith:
uid=376(jsmith) gid=200(informix)
-rw-r--r-- 1 431 sys mubzent.4gl
Now it appears that the owner of the file is 431 and not jsmith.
Any ideas how I can get around this problem?
I am using the same user login ID on two development AIX servers. Both servers have filesystems mounted on each other and I am getting a mix match of User ID and names when I view the files in the mounted directories. This causes a big permission problem when checking files in/out SCCS.
e.g 1st server:
uid=431(jsmith) gid=515(ontw) groups=1(staff)
I've edited the following file using SCCS and the date,time,user and permission is stamped correctly.
-rw-r--r-- 1 jsmith sys mubzent.4gl
Now I go to my 2nd server, also logged in as jsmith:
uid=376(jsmith) gid=200(informix)
-rw-r--r-- 1 431 sys mubzent.4gl
Now it appears that the owner of the file is 431 and not jsmith.
Any ideas how I can get around this problem?