Displaying 1 result from an estimated 1 matches for "officepub".
2009 Nov 05
1
problem with force group parameter
...=10513('DOMAIN\???????????? ??????' - 'DOMAIN\domain users' in 
english) and few supplementary groups.
Now i want to make a share restricted to use by users from one of 
supplementary groups, i.e. 11395(DOMAIN\??????????).
I created a directory:
fs:~# ls -l /home/sambashare/ | grep officepub
drwxrwx---   2 DOMAIN\admin    DOMAIN\??????????             4096 ??? 26 
20:28 officepub
and checked that i can access it localy via ssh:
fs:~# su DOMAIN\\andrey
DOMAIN\andrey at fs:/root$ cd /home/sambashare/officepub/
DOMAIN\andrey at fs:/home/sambashare/officepub$ touch file
DOMAIN\andrey at...