Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Samba] GID-to-SID mapping fails

0 views
Skip to first unread message

Matt Seitz

unread,
Nov 11, 2004, 11:20:07 PM11/11/04
to
Name-to-SID works:
[root@paris mpmCx]# wbinfo -n QA4\\DnsUpdateProxy
S-1-5-21-3152226350-2923503207-3337354198-1105 Domain Group (2)

SID-to-Name works
[root@paris mpmCx]# wbinfo -s S-1-5-21-3152226350-2923503207-3337354198-1105
QA4\DnsUpdateProxy 2

SID-to-GID works:
[root@paris mpmCx]# wbinfo -Y S-1-5-21-3152226350-2923503207-3337354198-1105
10010

GID-to-SID fails:
[root@paris mpmCx]# wbinfo -G 10010
Could not convert gid 10010 to sid

Any suggestions?

Additional info:

[root@paris mpmCx]# wbinfo --version
Version 3.0.7-1.3E

[root@paris mpmCx]# wbinfo -g
BUILTIN\System Operators
BUILTIN\Replicators
BUILTIN\Guests
BUILTIN\Power Users
BUILTIN\Print Operators
BUILTIN\Administrators
BUILTIN\Account Operators
BUILTIN\Backup Operators
BUILTIN\Users
QA4\Domain Computers
QA4\Domain Controllers
QA4\Schema Admins
QA4\Enterprise Admins
QA4\Domain Admins
QA4\Domain Users
QA4\Domain Guests
QA4\Group Policy Creator Owners
QA4\DnsUpdateProxy

[root@paris mpmCx]# getent group | grep 10010
QA4\DnsUpdateProxy:x:10010:

--
To unsubscribe from this list go to the following URL and read the
instructions: http://lists.samba.org/mailman/listinfo/samba

Matt Seitz

unread,
Nov 12, 2004, 12:00:31 PM11/12/04
to
I tried running "winbindd -i -n -d 10". I then opened a second terminal window
and gve the command "wbinfo -G 10010". Then winbindd prints the following:

accepted socket 16
client_read: read 1824 bytes. Need 0 more for a full request.
process_request: request fn INTERFACE_VERSION
[ 7542]: request interface version
client_write: wrote 1300 bytes.
client_read: read 1824 bytes. Need 0 more for a full request.
process_request: request fn WINBINDD_PRIV_PIPE_DIR
[ 7542]: request location of privileged pipe
client_write: wrote 1300 bytes.
client_write: need to write 37 extra data bytes.
client_write: wrote 37 bytes.
client_write: client_write: complete response written.
accepted socket 17
client_read: read 0 bytes. Need 1824 more for a full request.
read failed on sock 16, pid 7542: EOF
client_read: read 1824 bytes. Need 0 more for a full request.
process_request: request fn GID_TO_SID
[ 7542]: gid to sid 10010
client_write: wrote 1300 bytes.
client_read: read 0 bytes. Need 1824 more for a full request.
read failed on sock 17, pid 7542: EOF

0 new messages