The samba server is FC3 / samba 3.0.10 (Fedora package w/ idmap_rid compiled) The samba server shows up in the browse list, but when you select it from an XP machine windows spits up "\\ server is not accessable" yada yada "The user name could not be found" The following shows up twice in /var/log/samba/winbindd: [2005/02/01 14:00:27, 0] sam/idmap_rid.c:rid_idmap_get_id_from_sid(461) rid_idmap_get_id_from_sid: no suitable range available for sid: S-1-5-21-601769246-1165110998-860360866-2946 If I run: #wbinfo -s S-1-5-21-601769246-1165110998-860360866-2946 VIDAR\All Vidar Employees 2 And: #wbinfo -n 'All Vidar Employees' S-1-5-21-1606980848-117609710-1547161642-1325 Domain Group (2) The SIDs not matching confuses me, but the real question is what is wrong with my uid / gid ranges. /*/*/*/*/*/*/ smb.conf /*/*/*/*/*/*/*/* [global] unix charset = LOCALE workgroup = VIDAR realm = VIDAR.CORP server string = BIS05 security = ADS allow trusted domains = No log level = 1 syslog = 0 log file = /var/log/samba/%m max log size = 250 ldap ssl = no idmap backend = idmap_rid:VIDAR=10000-20000 idmap uid = 10000-20000 idmap gid = 10000-20000 template shell = /bin/bash template primary group = 'Domain Users' winbind enum users = No winbind enum groups = No winbind use default domain = Yes winbind nested groups = Yes [users] comment = User Folders path = /smb/users admin users = bch read only = No guest ok = Yes [homes] comment = Users Folders valid users = %S read only = no browsable = no
Hi Brian, On Tue, Feb 01, 2005 at 03:11:23PM -0500, Brian Hoover wrote:> The samba server is FC3 / samba 3.0.10 (Fedora package w/ idmap_rid > compiled) > > The samba server shows up in the browse list, but when you select it > from an XP machine windows spits up "\\ server is not accessable" yada > yada "The user name could not be found" The following shows up twice in > /var/log/samba/winbindd: > > [2005/02/01 14:00:27, 0] sam/idmap_rid.c:rid_idmap_get_id_from_sid(461) > rid_idmap_get_id_from_sid: no suitable range available for sid: > S-1-5-21-601769246-1165110998-860360866-2946Could you please restart winbindd once with loglevel = 10 and post the rid_idmap respective idmap_rid relevant entries of log.winbindd? Thanks, Guenther -- Guenther Deschner Samba Team SerNet GmbH - Goettingen gd@samba,org gd@sernet.de -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20050201/b47a5e4c/attachment.bin
Guenther Deschner wrote:> Hi Brian,Thanks for the response.> > On Tue, Feb 01, 2005 at 03:11:23PM -0500, Brian Hoover wrote: >> The samba server is FC3 / samba 3.0.10 (Fedora package w/ idmap_rid >> compiled) >> >> The samba server shows up in the browse list, but when you select it >> from an XP machine windows spits up "\\ server is not accessable" >> yada yada "The user name could not be found" The following shows up >> twice in /var/log/samba/winbindd: >> >> [2005/02/01 14:00:27, 0] >> sam/idmap_rid.c:rid_idmap_get_id_from_sid(461) >> rid_idmap_get_id_from_sid: no suitable range available for sid: >> S-1-5-21-601769246-1165110998-860360866-2946 > > > Could you please restart winbindd once with loglevel = 10 and post > the rid_idmap respective idmap_rid relevant entries of log.winbindd? >This one may need to remain a mystery. I went show the SID differences to a colleague 4 hours after sending the original post and the symptom had disappeared. I had changed the uid / gid ranges from 10000-20000 to 1000-200000 but even after changing them back I have not been able to repeat the issue. I'll post again if this happens again. Since this is my first samba server it is still in lab status and I will leave the log level set to 10. Maybe I'll catch something. The log you ask for does not show anything to me that is abnormal but here it is: [2005/02/02 07:43:43, 1] nsswitch/winbindd.c:main(864) winbindd version 3.0.10-1.fc3 started. Copyright The Samba Team 2000-2004 [2005/02/02 07:43:43, 5] lib/debug.c:debug_dump_status(366) INFO: Current debug levels: all: True/10 tdb: False/0 printdrivers: False/0 lanman: False/0 smb: False/0 rpc_parse: False/0 rpc_srv: False/0 rpc_cli: False/0 passdb: False/0 sam: False/0 auth: False/0 winbind: False/0 vfs: False/0 idmap: False/0 quota: False/0 acls: False/0 --SNIP-- doing parameter idmap backend = idmap_rid:VIDAR=10000-20000 doing parameter idmap uid = 10000-20000 doing parameter idmap gid = 10000-20000 -Brian> Thanks, > > Guenther