Displaying 1 result from an estimated 1 matches for "samplegroup".
Did you mean:
examplegroup
2007 Jun 20
0
wbinfo & net ads different results
Hi,
Could this a bug or misconfiguration?
'wbinfo -g' only return partial result compare to 'net ads group', thus
unable to authenticate
# wbinfo -g | wc -l
4998
# net ads group | wc -l
9114
# getent group | wc -l
5047 [+ local groups]
Take a group dl.samplegroup, which is in the DC, but missing from wbinfo
# net ads group | grep dl.samplegroup
dl.samplegroup [found]
# wbinfo -g | grep dl.samplegroup
[not found]
# getent group | grep dl.samplegroup
[not found]
BUT, these works
# getent group dl.samplegroup
dl.samplegroup:*:15053: user1,...