search for: is_guest

Displaying 2 results from an estimated 2 matches for "is_guest".

2006 Sep 18
0
Segfault in Samba
...x830c1ae "DOM_SID") at lib/talloc.c:617 #9 0x082276f0 in add_sid_to_array (mem_ctx=0x842bfe8, sid=0xbfffc8b0, sids=0xbfffc89c, num=0xbfffc8a4) at lib/util_sid.c:587 #10 0x0826c9f1 in create_token_from_username (mem_ctx=0x842bfe8, username=0xbfffe8e0 "DELSOLW2K\\Dale", is_guest=0, uid=0xbfffc9ec, gid=0xbfffc9f0, found_username=0xbfffc9f4, token=0xbfffc9f8) at auth/auth_util.c:1230 #11 0x0826cf25 in user_in_group_sid (username=0xbfffe8e0 "DELSOLW2K\\Dale", group_sid=0xbfffca30) at auth/auth_util.c:1271 #12 0x0826d123 in user_in_group (username=0xbff...
2003 Dec 01
0
No subject
if((group_c = *lp_force_group(snum))) { BOOL is_guest = False; some lines deleted token = create_nt_token(uid, gid, current_user.ngroups,current_user.groups, is_guest); must_free_token = True; } set_sec_ctx(uid, gid, current_user.ngroups, current_user.groups,token); /* * Free...