Displaying 2 results from an estimated 2 matches for "smb_delete_user_group".
2006 Oct 21
0
Usrmgr cannot add groups with ldap backend
I get the following errors when I try to remove group from a user with
usrmgr
smb_create_group: Running the command `/usr/local/sbin/smbldap-groupadd
-p 'test'' gave 111
[2006/10/20 19:53:29, 0] groupdb/mapping.c:smb_delete_user_group(1087)
smb_delete_user_group: Running the command
`/usr/local/sbin/smbldap-groupmod -x hmiller' 'hsstaff'' gave 2
I am running redhat es3 with samba 3.0.22 with ldap backend. Any ideas?
Here is the Global part of my smb.conf
Thanks in advance!
-Glenn
[global]
interfaces = eth*...
2005 Mar 14
2
Questions about 3.0.12rc1
....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 0;
}
3) I'm...