Displaying 1 result from an estimated 1 matches for "student_0251040".
2002 Nov 22
0
winbind / sid problem.
...ENT/0251347
/bin/false
[root@danish /tmp]# perl -e "print join(' ',getpwuid(15983)),$/"
STUDENT_0251347 x 15983 10001 Wing Pui Ma /NTAccounts/homes/STUDENT/0251347
/bin/false
[root@danish /tmp]#
Not Working:
[root@danish /tmp]# perl -e "print join(' ',getpwnam('STUDENT_0251040')),$/"
STUDENT_0251040 x 10196 10001 Anthea Simpson
/NTAccounts/homes/STUDENT/0251040 /bin/false
[root@danish /tmp]# perl -e "print join(' ',getpwuid(10196)),$/"
[root@danish /tmp]#
I did a little further digging and I see, for all the accounts that don't
correctl...