Displaying 1 result from an estimated 1 matches for "ugtest".
Did you mean:
gtest
2004 Aug 27
1
template homdir vairable expansion
.../home/%D/%G/%U
and created a new test user with a primary group of "ugrad"
>getent group ugrad
ugrad:x:10003:
pam_mkhomedir will not create a user directory
<lots of creating and messing with home directories
[ugrad,geog+ugrad,UGRAD,etc]>
then i discover:
>getent passwd ugtest
ugtest:x:10000:10003:ugrad, test:/home/GEOG/10003/ugtest:/bin/bash
Is the 10003 provided by the %G in template homedir supposed to be a
numeric group number or is it supposed to be expanded to "ugrad" ?
Thanks
Barry