Displaying 1 result from an estimated 1 matches for "problemgroup".
2017 Aug 25
1
AD Group update lag / cache, firewall related?
# wbinfo -n working-group | awk '{print $1}' | awk -F '-' '{print $8}'
69153
# wbinfo -n problem-group | awk '{print $1}' | awk -F '-' '{print $8}'
136399
The OS can use that group:-
# chgrp problem-group test.txt
# ls -asl test.txt
0 -rw-r--r-- 1 root problem-group 0 Aug 25 17:55 test.txt
#
It's not a case that the group is unavailable...