search for: sid_name_us

Displaying 20 results from an estimated 40 matches for "sid_name_us".

Did you mean: sid_name_use
2011 Sep 09
3
Can't add users to well known groups...
I created the well known group Domain Admins pointing to a local group, but I am not able to add users to the group -- it claims I can only add users to local or global groups... But I only see local, domain ,well-known, builtin. There are no global groups unless one would include all groups that are not local (i.e. domain, well-known, and builtin).... So why doesn't it want to let me add
2015 May 18
1
Getent group don't work
...num_principals : 4 principals: ARRAY(4) principals: struct wbint_Principal sid : S-1-5-21-678467049-2606551726-923385481-1613 type : SID_NAME_USER (1) name : * name : 'tnowak' principals: struct wbint_Principal sid : S-1-5-21-678467049-2606551726-92338548...
2008 Jul 08
12
Some more win32-security: SID.create
Hi all, How does this look as a general approach to a SID.create method: # Creates and initializes def self.create(authority, *sub_authorities) if sub_authorities.length > 8 raise ArgumentError, ''maximum of 8 subauthorities allowed'' end authorities = Array.new(8, 0) authorities.replace(sub_authorities) count = authorities.select{ |e| e > 0 }.size
2015 May 18
0
Getent Group dont'work
...principals: ARRAY(4) > />/ principals: struct wbint_Principal > />/ sid : > />/ S-1-5-21-678467049-2606551726-923385481-1613 > />/ type : SID_NAME_USER (1) > />/ name : * > />/ name : 'tnowak' > />/ principals: struct wbint_Principal > />/ sid...
2012 Sep 27
3
3.6.8: Winbind/Active Directory: lsass.exe process run cpu to 100%
Dear I have connected samba 3.6.8 to my Active Directory in the lsass.exe run to 100% When stopping winbind the lsass.exe CPU is down to 0% When set winbindd to debug mode, it seems it try to scan the root user every time. I would to know how to ban nsswitch to query winbindd for system internal users such has root, apache..... Here it is my nsswitch.conf : # # Example configuration of GNU
2011 Nov 30
1
Failing identification of users in trusted domains?
...6279 -> diego.zuccato2 (NT_STATUS_OK) [2011/11/28 11:43:51.053805, 1] ../librpc/ndr/ndr.c:251(ndr_print_function_debug) wbint_LookupName: struct wbint_LookupName out: struct wbint_LookupName type : * type : SID_NAME_USER (1) sid : * sid : S-1-5-21-790525478-1035525444-682003330-86279 result : NT_STATUS_OK [2011/11/28 11:43:51.053997, 4] winbindd/winbindd_dual.c:1532(fork_domain_child) Finished processing c...
2020 Sep 10
2
Samba as member of DC - NT_STATUS_LOGON_FAILURE
...:13.121488, 1, pid=162, effective(0, 0), real(0, 0), class=rpc_parse] ../../librpc/ndr/ndr.c:471(ndr_print_function_debug) wbint_LookupName: struct wbint_LookupName out: struct wbint_LookupName type : * type : SID_NAME_USER (1) sid : * sid : S-1-5-21-2104135160-127914087-578546287-1107 result : NT_STATUS_OK [2020/09/10 17:15:13.121705, 10, pid=162, effective(0, 0), real(0, 0), class=winbind] ../../source3/winbin...
2003 Sep 27
0
Samba 3(PDC) + winbind, anyone has it working ?
...LE\root"). The reason is shown below. In winbnd_user.c, the relavent function is listed below : enum winbindd_result winbindd_getpwnam(struct winbindd_cli_state *state) { WINBIND_USERINFO user_info; WINBINDD_PW *pw; DOM_SID user_sid; NTSTATUS status; fstring name_domain, name_user; enum SID_NAME_USE name_type; struct winbindd_domain *domain; TALLOC_CTX *mem_ctx; /* Ensure null termination */ state->request.data.username[sizeof(state->request.data.username)-1]='\0'; DEBUG(3, ("[%5lu]: getpwnam %s\n", (unsigned long)state->pid, state->request.data.userna...
2018 Feb 21
2
Could not convert sid: NT_STATUS_NO_SUCH_USER
...[2018/02/21 15:33:44.920277, 1, pid=21519, effective(0, 0), real(0, 0)] ../librpc/ndr/ndr.c:468(ndr_print_function_debug) wbint_LookupName: struct wbint_LookupName out: struct wbint_LookupName type : * type : SID_NAME_USER (1) sid : * sid : S-1-5-21-3239498231-402109693-3067992304-72680 result : NT_STATUS_OK [2018/02/21 15:33:44.920405, 10, pid=21519, effective(0, 0), real(0, 0), class=winbind] ../source3/winbi...
2012 Jun 25
1
winbind AD nested group issues
A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 6083 bytes Desc: not available URL: <http://lists.samba.org/pipermail/samba/attachments/20120625/569cea1a/attachment.bin>
2018 Feb 21
0
Could not convert sid: NT_STATUS_NO_SUCH_USER
...1, pid=21519, effective(0, 0), > real(0, 0)] > ../librpc/ndr/ndr.c:468(ndr_print_function_debug) > wbint_LookupName: struct wbint_LookupName > out: struct wbint_LookupName > type : * > type : SID_NAME_USER (1) > sid : * > sid : > S-1-5-21-3239498231-402109693-3067992304-72680 > result : NT_STATUS_OK > [2018/02/21 15:33:44.920405, 10, pid=21519, effective(0, 0), > real(0, 0),...
2002 Aug 10
1
Samba 2.2.x PDC code small corrections
...nd bug in source/rpc_server/srv_samr_nt.c @@ -227,7 +227,7 @@ static_map[0].gid = (gid_t)-1; sid_copy(&static_map[0].sid, &global_sam_sid); - sid_append_rid(&static_map[1].sid, DOMAIN_GROUP_RID_ADMINS); + sid_append_rid(&static_map[0].sid, DOMAIN_GROUP_RID_ADMINS); static_map[0].sid_name_use = SID_NAME_DOM_GRP; fstrcpy(static_map[0].nt_name, "Domain Admins"); fstrcpy(static_map[0].comment, "Administrators for the domain"); So before "Domains Admins" had bad domain sid. Full patches are there http://www.mif.vu.lt/~rolnas/samba/. I use them half year wi...
2005 Mar 17
0
usrmgr.exe and problems
...db_update_group_mapping_entry(&map); + unbecome_root(); - if(!pdb_update_group_mapping_entry(&map)) { - return NT_STATUS_NO_SUCH_GROUP; + if(!ret) { + return NT_STATUS_NO_SUCH_GROUP; } return NT_STATUS_OK; @@ -4430,6 +4449,7 @@ BOOL is_user = False; NTSTATUS result; enum SID_NAME_USE type = SID_NAME_UNKNOWN; + BOOL ret; sid_copy( &delete_sid, &q_u->sid.sid ); @@ -4466,18 +4486,27 @@ pdb_init_sam(&sam_pass); - if ( pdb_getsampwsid(sam_pass, &delete_sid) ) { - is_user = True; + become_root(); + + ret = pdb_getsampwsid(sam_pass, &delete_...
2012 Dec 06
0
SID_TO_UID not working
...55555555-3032 -> matare (NT_STATUS_OK) [2012/12/06 17:43:12.850410, 1] ../librpc/ndr/ndr.c:251(ndr_print_function_debug) wbint_LookupSid: struct wbint_LookupSid out: struct wbint_LookupSid type : * type : SID_NAME_USER (1) domain : * domain : * domain : 'SGI' name : * name : * name : &...
2012 May 14
2
idmap_ad partially stopped working after upgrading Samba from 3.4.3 to 3.6.3
...lags : 0x00000008 (8) [2012/05/14 16:50:47.959276, 1] ../librpc/ndr/ndr.c:284(ndr_print_function_debug) wbint_LookupName: struct wbint_LookupName out: struct wbint_LookupName type : * type : SID_NAME_USER (1) sid : * sid : S-1-5-21-828208052-1092558876-1846952604-22794 result : NT_STATUS_OK [2012/05/14 16:50:47.959404, 1] ../librpc/ndr/ndr.c:284(ndr_print_function_debug) wbint_QueryUse...
2017 Oct 16
2
Samba 4.6.2 member server errors
...017/10/16 10:11:21.392899, 1, pid=1440, effective(0, 0), real(0, 0)] ../librpc/ndr/ndr.c:450(ndr_print_function_debug) wbint_LookupName: struct wbint_LookupName out: struct wbint_LookupName type : * type : SID_NAME_USER (1) sid : * sid : S-1-5-21-3052942767-4183929206-737583365-1617 result : NT_STATUS_OK [2017/10/16 10:11:21.392926, 10, pid=1440, effective(0, 0), real(0, 0), class=winbind] ../source3/winb...
2018 Dec 09
2
"wbinfo -u" considered harmful towards Winbindd...
...x0000000809bad3c5 in snprintf () from /lib/libc.so.7 > #2 0x0000000806852f56 in namemap_cache_set_sid2name (sid=sid at entry=0x7fffffffccf0, domain=<optimized out>, domain at entry=0x8be412930 "AD", name=name at entry=0x8becdef10 "annha585", > type=type at entry=SID_NAME_USER, timeout=1544354765) at ../source3/lib/namemap_cache.c:74 > #3 0x0000000001054ff6 in wcache_save_sid_to_name (domain=domain at entry=0x812669fe0, status=..., sid=sid at entry=0x7fffffffccf0, domain_name=0x8be412930 "AD", name=0x8becdef10 "annha585", > type=SID_NAME_...
2019 Apr 26
3
Samba with AD : SID rejected
...) [2019/04/26 10:11:27.061974,  1, pid=3586, effective(0, 0), real(0, 0)] ../librpc/ndr/ndr.c:468(ndr_print_function_debug)        wbint_LookupName: struct wbint_LookupName           out: struct wbint_LookupName               type                     : *                   type                     : SID_NAME_USER (1)               sid                      : *                   sid                      : S-1-5-21-2816186202-4468957523-2022743653-4403               result                   : NT_STATUS_OK [2019/04/26 10:11:27.062006,  3, pid=3586, effective(0, 0), real(0, 0), class=winbind] ../source3/winbin...
2007 Feb 20
2
A problem On the integrate Samba and AD 2k3 ..
...00000001 [2007/02/20 09:19:29, 5] rpc_parse/parse_prs.c:prs_uint32(642) 006c ptr_trans_names: 00020010 [2007/02/20 09:19:29, 5] rpc_parse/parse_prs.c:prs_uint32(642) 0070 num_entries2 : 00000001 [2007/02/20 09:19:29, 5] rpc_parse/parse_prs.c:prs_uint16(613) 0074 sid_name_use: 0002 [2007/02/20 09:19:29, 5] rpc_parse/parse_prs.c:prs_uint16(613) 0078 uni_str_len: 0014 [2007/02/20 09:19:29, 5] rpc_parse/parse_prs.c:prs_uint16(613) 007a uni_max_len: 0014 [2007/02/20 09:19:29, 5] rpc_parse/parse_prs.c:prs_uint32(642) 007...
2006 Aug 10
6
3.0.20 -> 3.0.23 SID/group error?? Won't connect.
Gerry, all: HELP! On mandriva, I compiled samba from source and got it running, but I cannot connect from windows. (see my post from earlier "[Samba] Compiling and Configuring Samba for Mandrival") I think this relates to the group/SID changes discussed in the release notes. However, I'm not smart enough to figure it out. The tarball compiled and installed fine. It