Displaying 6 results from an estimated 6 matches for "user_in_group".
2006 Nov 14
1
unix group membership -- broken in 3.0.23c?
...mbpasswd database after the
upgrade (if it is indeed the case).
I tried to track down what might've happened by myself, but got lost in the
logic. The best I could figure out that lookup_name() does only return the
desired SID_NAME_DOM_GRP if the requested domain is "Unix Group", but
user_in_group() calls lookup_name() with the parameter set to NULL.
OTOH this all could be very much valid, and a change I supposed to make
in my smbd.conf is not present or deeply hidden. So, it this a bug? And if not,
what I need to do to enable unix groups lookups?
--
Sincerely,
Dmitry Karasik
2007 Aug 22
0
weird error - illegal instruction
...art(''xyz'', ''username'', ''pwd'') do |session|
shell = session.shell.sync
out = shell.sudo "-u abcdedf"
p out.stdout
p out.status
p out.stderr
shell.exit
if out.status == 0
@user_in_group.save
redirect_to :action => ''home'', :homestring => ''You were
successfully subscribed to the mailing list''
else
redirect_to :action => ''home'', :homestring => ''Unable to
subscribe from the mailing list,...
2006 Sep 18
0
Segfault in Samba
..., 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=0xbfffe8e0 "DELSOLW2K\\Dale",
groupname=0x83834a1 "DELSOLW2K\\Domain Admins") at auth/auth_util.c:1308
#13 0x0809841c in user_...
2006 Sep 15
1
Samba 3.0.23c Upgrade Errors
...#3 [0xffffe420]
#4 /lib/tls/libc.so.6(abort+0x109) [0x401df0c9]
#5 /usr/sbin/smbd [0x823285b]
#6 /usr/sbin/smbd(_talloc_realloc+0x3d) [0x82330ed]
#7 /usr/sbin/smbd(add_sid_to_array+0x40) [0x82276f0]
#8 /usr/sbin/smbd(create_token_from_username+0x571) [0x826c9f1]
#9 /usr/sbin/smbd(user_in_group_sid+0x65) [0x826cf25]
#10 /usr/sbin/smbd(user_in_group+0xf3) [0x826d123]
#11 /usr/sbin/smbd(user_in_list+0xdc) [0x809841c]
#12 /usr/sbin/smbd(map_username+0x3f2) [0x8094002]
#13 /usr/sbin/smbd [0x80bece7]
#14 /usr/sbin/smbd [0x80bfc05]
#15 /usr/sbin/smbd [0x80c0334]
#16 /usr/sb...
2003 Mar 05
2
Samba-3.0alpha22 available on samba.org mirrors
...en_printer_ex from HEAD, allowing
cupsaddsmb to work again!
42) Add support for dynamic RPC modules
43) wrap all cm_get_XX calls and their subsequent requests in a retry loop
in case we've temporarily lost connection to the DC. Makes winbindd
more reliable
44) Optimize user_ok() and user_in_group() when verifying group membership
45) Add NTLMv2 client code (that works) and some SMB signing fixes
46) Add caching of PRINTER_INFO_2 structures to open printer handles
47) Add 1/3 second delay in OpenPrinter() reply to trigger a LAN/WAN
optimization in Windows 2000 clients
48) Add "WinXP...
2007 Nov 08
1
sambaUserWorkstations (with LDAP) not working with Groups of Computers ?
Hi,
I'm trying to use the sambaUserWorkstations option to allow users to log
on certain computers only. This option looks great... In fact it looks
now a lot better than the 'ldap filter' one than was deprecated with
samba 3.0.20...
The fact is, if the sambaUserWorkstations option works well with machine
names, it doesn't seem to work when specifying groups of machines.