Re: [squid-users] wbinfo_group.pl not working with Squid-2.5.STABLE5-4.fc2 / Samba- 3.0.6-2.fc2

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Wed, 15 Sep 2004 09:45:27 +0200 (CEST)

On Mon, 13 Sep 2004, Bastiaans, Remco wrote:

> # ./wbinfo_group.pl
> RZH_NT+RBasti Internet
> Got RZH_NT+RBasti Internet from squid
> User: -RZH_NT+RBasti-
> Group: -Internet-
> SID: -S-1-5-21-637226847-105070846-619646970-7160 Domain Group (2)-
> GID: -Could not convert sid S-1-5-21-637226847-105070846-619646970-7160
> Domain Group (2) to gid-
> Sending ERR to squid
> ERR

Which version of Samba is this?

What is the output of the following?

#!/bin/sh
set -x
sid="`wbinfo -n RZH_NT+RBasti`"
wbinfo -Y "$sid"
wbinfo -Y "${sid%% *}"
sid="`wbinfo -n Internet`"
wbinfo -Y "$sid"
wbinfo -Y "${sid%% *}"
wbinfo -r RZH_NT+RBasti

Regards
Henrik
Received on Wed Sep 15 2004 - 01:45:30 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Oct 01 2004 - 12:00:02 MDT