Displaying 14 results from an estimated 14 matches for "delmem".
Did you mean:
delme
2011 Jan 12
0
working with the net commands... trouble.
...sing Samba 3.5.6, FreeBSD 8.1 Clean install of everything yesterday.
So, I'm trying to add KRH\jdown to the Print Operators group. It acts
as if the command completed successfully, however, when asked to list
the members of the group, it chops off the domain portion.
freecups-2# net sam delmem 'Administrators' KRH\\jdown
Deleted KRH\jdown from BUILTIN\Administrators
freecups-2# net sam delmem 'Print Operators' KRH\\jdown
Deleted KRH\jdown from BUILTIN\Print Operators
freecups-2# net sam addmem 'Print Operators' 'KRH\jdown'
Added KRH\jdown to BUILTIN\Print...
2006 Mar 18
2
Problem with 'net rpc group delmem' command
...rs to groups just fine
using something similar to the following:
net rpc group addmem "Domain Admins" bob
If I then type:
net rpc group members "Domain Admins"
it lists the user I just added bob. But if I then try to remove the user
with the following command:
net rpc group delmem "Domain Admins" bob
I get NT_STATUS_ACCESS_DENIED. Debug level 5 output is pasted below. Any
help would be greatly appreciated.
Thank you.
-------------------------------------------------------------------------------
root@nightwolf:~# net rpc group delmem "Domain Admins" -d...
2017 May 29
2
samba-tool cannot add or remove group members
...st-packages/samba/samdb.py", line 274, in add_remove_group_members
raise Exception('Unable to find "%s". Operation cancelled.' % member)
net rpc group addmem stage user -UAdministrator
>ok, user added
samba-tool group removemembers stage user
>error
net rpc group delmem stage user -UAdministrator
> ok user deleted
I remember that I provisionned my domain few weeks ago with samba-tool without problem!
This command does not work anymore for another user, or for other groups...
What's the problem? I'm on debian 9, samba 4.5.8
I read some similar problem...
2004 Nov 28
0
3.0.9 - net groupmap
Hi @all,
net groupmap in 3.0.9 is not clear for me:
test2 # net groupmap help
net groupmap add
Create a new group mapping
net groupmap modify
Update a group mapping
net groupmap delete
Remove a group mapping
net groupmap addmem
Add a foreign alias member
net groupmap delmem
Delete a foreign alias member
net groupmap listmem
List foreign group members
net groupmap memberships
List foreign group memberships
net groupmap list
List current group map
net groupmap set
Set group mapping
net groupmap cleanup
Remove foreign group mapping entries
Okay. Samba is PDC...
2008 Aug 25
1
net rpc group addmem returns NT_STATUS_ACCESS_DENIED
...25 12:59:50, 10] passdb/lookup_sid.c:legacy_gid_to_sid(1170)
LEGACY: gid 512 -> sid S-1-5-21-440367617-1876916578-3462541782-512
samr_AddGroupMember: struct samr_AddGroupMember
out: struct samr_AddGroupMember
result : NT_STATUS_ACCESS_DENIED
For delmem I again get the same access check granted value
_samr_DeleteGroupMember: access check ((granted: 00000f001f;
required: 0000000008)
then
Get_Pwnam_internals did find user [dunk]!
[2008/08/25 14:41:10, 3] smbd/sec_ctx.c:pop_sec_ctx(432)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2008/08/25...
2006 Mar 15
2
OK,I'm In Trouble
Hi Everyone,
I've been getting this error when trying to login from an XP box to a Samba
3 + LDAP PDC, but failed.
[2006/03/15 17:48:12, 1] rpc_server/srv_netlog_nt.c:_net_sam_logon(766)
_net_sam_logon: user Domain\user has user sid
S-1-5-21-3570476861-1302945835-1904156257-3004
but group sid S-1-5-21-790863915-1833833965-864709722-513.
The conflicting domain portions are not supported
2005 Feb 22
4
Winbind - how to map ADS group to Unix group
I am running 3.0.10-1.4E on RHEL4. The machine is a ADS member server. I
would like to statically map the ADS group "Domain Admins" to the built in
"wheel" group so all members of "Domain Admins" are in the "wheel" group. I
have looked at the username map option, but I don't want a group of users
mapped to a UID (this would defeat what I am trying to
2017 May 29
0
samba-tool cannot add or remove group members
...> add_remove_group_members raise Exception('Unable to find "%s".
> Operation cancelled.' % member)
>
> net rpc group addmem stage user -UAdministrator
> >ok, user added
>
> samba-tool group removemembers stage user
> >error
>
> net rpc group delmem stage user -UAdministrator
> > ok user deleted
>
> I remember that I provisionned my domain few weeks ago with
> samba-tool without problem! This command does not work anymore for
> another user, or for other groups...
>
> What's the problem? I'm on debian 9, samba...
2008 Nov 12
1
AD Member server and local UNIX groups
Greetings,
I hope someone can tell me if what I want to do is possible with Samba
or not. I have been searching for info and found a number of people
with similar problems, but not an answer.
I have a Samba server (3.2.4) running on a Solaris 10 machine which is a
member server in Active Directory (AD). I am using winbind. The AD
users can access the samba server shares and UNIX services.
2007 Mar 04
0
Samba PDC (3.0.24)
...-----------------------
net rpc user password <username>
Delete Users
------------
net rpc user del <username>
Assign a user to a group
------------------------
net rpc group addmem <groupname> <username>
Remove a user from a group
--------------------------
net rpc group delmem <groupname> <username>
(NOTE : doesn't work, the usermod command cannot delete a group from a user)
Assign user rights
------------------
(used to override the group rights assigned earlier)
net rpc rights grant <username> <rightname>
Remove user rights
--------------...
2004 May 25
0
Re: Nested group support documentation
...group "all" can be done by
net rpc group add all -L
where the -L switch denotes that you want to create a local group.
Please add -S and -U switches for accessing the correct host via a
user with root priviliges as needed. Adding and removing group
members can be done via the addmem and delmem subcommands of "net
rpc group". For example adding "DOM\Domain Users" to the local
group "all" would be done by
net rpc group addmem all "DOM\Domain Users"
Having done these two steps you will find that "getent group all"
will show all members of...
2014 Jul 29
0
nested groups on samba 3.6 server broken
...d to get groups for 'WINDOMAIN\peter' with error: Could not map
names to SIDs.
A few months ago I updated from Samba 3.5.x to Samba 3.6.20. I do not
think this corresponds to the nested groups breaking, since the problem
was not reported until months later.
The "net rpc group delmem" also no longer works, tho this may be
related to the samba upgrade. I can still delete sambasidlist entries
with ldap tools.
wbinfo shows that the user id's, sids and names are all consistent for
trusted users. The getent and id commands work with trusted users. I
can make a t...
2012 Nov 23
6
Samba PDC group list empty
Dear samba users,
I have very strange problem. I have Samba PDC up and running, but only
thing is missing. I cannot see any Domain Groups at all.
Here is my config:
Debian Squeeze:
ii samba 2:3.5.6~dfsg-3squeeze8
SMB/CIFS file, print, and login server for Unix
ii samba-common 2:3.5.6~dfsg-3squeeze8 common
files used by both the Samba
2014 Jul 30
1
samba Digest, Vol 139, Issue 40
...er' with error: Could not map names
> to SIDs.
>
>
> A few months ago I updated from Samba 3.5.x to Samba 3.6.20. I do not
> think this corresponds to the nested groups breaking, since the problem was
> not reported until months later.
>
>
> The "net rpc group delmem" also no longer works, tho this may be related
> to the samba upgrade. I can still delete sambasidlist entries with ldap
> tools.
>
>
>
> wbinfo shows that the user id's, sids and names are all consistent for
> trusted users. The getent and id commands work with tr...