Displaying 4 results from an estimated 4 matches for "smb_add_user_group".
2007 Aug 24
1
Group add trouble
...ion to service profiles
[2007/08/25 02:08:33, 1] smbd/service.c:close_cnum(1150)
mikeslap (10.194.79.195) closed connection to service profiles
/usr/sbin/usermod: invalid option -- a
Try `usermod --help' or `usermod --usage' for more information.
[2007/08/25 02:09:09, 0] groupdb/mapping.c:smb_add_user_group(978)
smb_add_user_group: Running the command `/usr/sbin/usermod -a -G 'users' 'root'' gave 2
/usr/sbin/usermod: invalid option -- a
Try `usermod --help' or `usermod --usage' for more information.
[2007/08/25 02:09:44, 0] groupdb/mapping.c:smb_add_user_group(978)
smb_...
2005 Mar 14
2
Questions about 3.0.12rc1
...check ret code .....if my script exit in code != 0, i'm change
primary group ... ( script "set primary group" still needed ? )
2) Next in this code is winbind, but debug message string have code
DEBUG(3,("smb_delete_group:
You use copy/paste ;)
This is affect in function: smb_add_user_group,smb_delete_user_group
smb_add_user_group have bug
if ( winbind_add_user_to_group( unix_user, unix_group ) ) {
DEBUG(3,("smb_delete_group: winbindd added user (%s) to the group
(%s)\n",
unix_user, unix_group));
return -1;
^^^^^^^^^^^^^^^^^^^^^^^^^^
needed return...
2008 Aug 25
1
net rpc group addmem returns NT_STATUS_ACCESS_DENIED
...0000000004)
[2008/08/25 12:59:48, 10]
rpc_server/srv_samr_nt.c:_samr_AddGroupMember(4651)
sid is S-1-5-21-440367617-1876916578-3462541782-3003
[2008/08/25 12:59:48, 10] groupdb/mapping.c:get_domain_group_from_sid(132)
get_domain_group_from_sid
...
[2008/08/25 12:59:50, 3] groupdb/mapping.c:smb_add_user_group(352)
smb_add_user_group: Running the command
`/usr/local/sbin/smbldap-groupmod -m "dunk" "room11"' gave 0
[2008/08/25 12:59:50, 10] lib/system_smbd.c:sys_getgrouplist(122)
sys_getgrouplist: user [dunk]
[2008/08/25 12:59:50, 3] smbd/sec_ctx.c:push_sec_ctx(224)
push_se...
2005 Jan 25
0
Samba LDAP PDC Admin and other minor problems.
...en the windows usrmgr program with
my account. I even set it up so my default group is "Domain Admins" I can
open it with the administrator account, but I can't add groups to a user from
there. When I try I get this error in my log.smbd
[2005/01/25 15:02:48, 3] groupdb/mapping.c:smb_add_user_group(1082)
smb_add_user_group: Running the command
`/usr/local/samba/sbin/smbldap-groupmod -m "test" "ntadmin"' gave 6
I tried running it at the command line and I just get:
/usr/local/samba/sbin/smbldap-groupmod: ntadmin doesn't exist
I do have a ntgroup "Domain Adm...