Displaying 1 result from an estimated 1 matches for "userbasictest".
Did you mean:
usersbasictest
2013 Apr 07
0
Samba 4.0.4 : Unable to map unix gid group
...table/samba-4.0.4.tar.gz
I would like to share directories based only on unix uid and gid, (on Ubunu 12.04LTS)
To test I have added 2 users to the system and samba (same password) : user1 and user2
user1 is member of the groups permanentstest and usersbasictest
user2 is member of the group userbasictest
Test :
id user1
uid=10005(user1) gid=10005(user1) groupes=10005(user1),10010(permanentstest),10013(usersbasictest)
id user2
uid=10006(user2) gid=10006(user2) groupes=10006(user2),10013(usersbasictest)
users added to samba by :
/usr/local/samba/bin/samba-tool user add user1
/usr/local/samb...