Displaying 1 result from an estimated 1 matches for "my_sid".
Did you mean:
my_pid
2011 May 13
0
Winbindd can't convert between SIDs and uid/gid
...with-ads"
Samba is joined to our Windows-2008 AD domain. Pretty much everything
works,
except that winbindd can't convert between SIDs and uid/gid:
1. wbinfo -r WIN\\lanz
(Returns nothing -- no output)
First I obtain my SID from "wbinfo -n WIN\\lanz", then:
2. wbinfo -S <my_SID>
Could not convert <my_SID> to uid
3. wbinfo -U 2104 <-- That's my correct Unix numerical uid
Could not convert uid 2104 to sid
4. wbinfo -G 37 <-- That's my correct Unix numerical gid
Could not convert gid 37 to sid
First I obtain my group SID on another machine...