Displaying 1 result from an estimated 1 matches for "otheradgroup".
Did you mean:
other_group
2004 Jul 22
0
chgrp not consistent on AD groups
...s AD memberserver on SuSE9.1 and try to set
some access to a folder.
getent group and getent passwd works fine, but
"chgrp 'NAT-SDU%someADgroup' /data"
fails with
"chgrp: invalid group name 'NAT-SDU%someADgroup'".
Strangely enough "chgrp 'NAT-SDU%some-otherADgroup' /data" works just fine.
"chown 'NAT-SDU%someADuser' /data" is OK ( UID 11417 ), but
"chown 'NAT-SDU%some-otherADuser' /data" fails too. ( UID 10002 )
smb.conf attached.
In the same rack I have a RH9 with same setup that works fine with 3.0.4
allthou...