search for: idmap_gid_to_sid

Displaying 6 results from an estimated 6 matches for "idmap_gid_to_sid".

Did you mean: idmap_sid_to_gid
2005 Oct 06
0
WinXP SP2 winlogon.exe blue screen to death
...001 -> S-1-5-21-2025429265-2000478354-1801674531-513 [2005/10/06 12:35:26, 10] sam/idmap_util.c:idmap_sid_to_gid(181) idmap_sid_to_gid: gid = [10001] [2005/10/06 12:35:26, 3] nsswitch/winbindd_sid.c:winbindd_gid_to_sid(406) [ 0]: gid to sid 10033 [2005/10/06 12:35:26, 10] sam/idmap_util.c:idmap_gid_to_sid(124) idmap_gid_to_sid: gid = [10033] [2005/10/06 12:35:26, 10] sam/idmap_tdb.c:db_get_sid_from_id(283) db_get_sid_from_id: id_type_in = 0x32 [2005/10/06 12:35:26, 10] sam/idmap_tdb.c:internal_get_sid_from_id(190) internal_get_sid_from_id: fetching record GID 10033 [2005/10/06 12:35:26, 10] sa...
2015 Nov 08
0
idmap & migration to rfc2307
...effective(0, 0), real(0, 0), class=winbind] ../source3/winbindd/winbindd_dual_ndr.c:315(winbindd_dual_ndrcmd) winbindd_dual_ndrcmd: Running command WBINT_GID2SID (no domain) [2015/11/08 01:07:02.077666, 10, pid=24816, effective(0, 0), real(0, 0), class=idmap] ../source3/winbindd/idmap_util.c:106(idmap_gid_to_sid) idmap_gid_to_sid: gid = [3000007] [2015/11/08 01:07:02.077732, 10, pid=24816, effective(0, 0), real(0, 0), class=idmap] ../source3/winbindd/idmap.c:518(idmap_backends_unixid_to_sid) idmap_backend_unixid_to_sid: xid = 3000007 (type 2) [2015/11/08 01:07:02.081098, 4, pid=24816, effective(0, 0),...
2015 Nov 07
4
idmap & migration to rfc2307
On 2015-11-07 at 17:47 +0000, Jonathan Hunter wrote: > On 7 November 2015 at 17:01, Michael Adam <obnox at samba.org> wrote: > > > > Also, for all I know, the DC always has local unix user and group > > IDs, and does NOT use the rfc2307 attributes for this. (Unless > > this has changed recently, but I can't imagine how.) So there is > > nothing wrong with
2012 Apr 30
3
winbind stop working
Hi, I am trying to use squid proxy with validation on win 2003 active directory to filter internet navigation and for it I installed an ubuntu 10.04 server 64 bit with samba. My installation looks ok, the server is joined to the AD, ntlm is able to validate user, wbinfo report corret information and squid works good. The problem arise after some hours: winbind become not able to resolv info
2005 Oct 19
0
Windows group file permission problem
..._to_gid(181) idmap_sid_to_gid: gid = [15035] [2005/10/19 08:13:42, 10] nsswitch/winbindd.c:process_request(325) process_request: request fn GID_TO_SID [2005/10/19 08:13:42, 3] nsswitch/winbindd_sid.c:winbindd_gid_to_sid(406) [ 0]: gid to sid 15035 [2005/10/19 08:13:42, 10] sam/idmap_util.c:idmap_gid_to_sid(124) idmap_gid_to_sid: gid = [15035] [2005/10/19 08:13:42, 10] sam/idmap_tdb.c:db_get_sid_from_id(283) db_get_sid_from_id: id_type_in = 0x32 [2005/10/19 08:13:42, 10] sam/idmap_tdb.c:internal_get_sid_from_id(190) internal_get_sid_from_id: fetching record GID 15035 [2005/10/19 08:13:42, 10] sa...
2002 Oct 22
4
Re: Coming round to SURS...
..._OK; > } > > if (!NT_STATUS_IS_OK(idmap_central_uid_to_sid(uid,sid))) > { > return NT_STATUS_UNSUCCESFUL; > } > > idmap_cache_update(sid,uid,False); > return NT_STATUS_OK; > } > > NT_STATUS idmap_gid_to_sid(gid_t gid, DOM_SID **sid); > { > if (NT_STATUS_IS_OK(idmap_cache_gid_to_sid(gid,sid))) > { > return NT_STATUS_OK; > } > > if (!NT_STATUS_IS_OK(idmap_central_gid_to_sid(gid,sid))) > { > return...