Displaying 20 results from an estimated 800 matches similar to: "samba-tool cannot add or remove group members"
2017 May 29
2
samba-tool cannot add or remove group members
samba-tool group addmembers domaingroup 'SAMDOM\user1'
ERROR(exception): Failed to add members "SAMDOM\user1" to group "domaingroup" - Unable to find "SAMDOM\user1". Operation cancelled.
samba-tool group addmembers 'SAMDOM\domaingroup' 'SAMDOM\user1'
ERROR(exception): Failed to add members "SAMDOM\user1" to group
2017 May 29
0
samba-tool cannot add or remove group members
On Mon, 29 May 2017 21:51:15 +0200 (CEST)
Sébastien QUESSON via samba <samba at lists.samba.org> wrote:
> Hi
>
> samba-tool group addmembers stage user
> ERROR(exception): Failed to add members "user" to group "stage" -
> Unable to find "user". Operation cancelled. File
> "/usr/lib/python2.7/dist-packages/samba/netcmd/group.py",
2017 May 29
0
samba-tool cannot add or remove group members
On Mon, 29 May 2017 23:01:43 +0200 (CEST)
Sébastien QUESSON via samba <samba at lists.samba.org> wrote:
> samba-tool group addmembers domaingroup 'SAMDOM\user1'
> ERROR(exception): Failed to add members "SAMDOM\user1" to group
> "domaingroup" - Unable to find "SAMDOM\user1". Operation cancelled.
>
> samba-tool group addmembers
2017 Apr 25
2
Unable to add a particular member to group (Samba 4.6.3)
Hello Folks,
I'm getting this strange error when I try to add a particular member to
a group:
[root at roquefort admin]# /usr/local/samba/bin/samba-tool group addmembers
foogroup foouser
ERROR(exception): Failed to add members "foouser" to group "foogroup" -
Unable to find "foouser". Operation cancelled.
File
2017 May 30
2
samba-tool cannot add or remove group members
> Do you have users in /etc/passwd ?
I only have original debian system users
> If so, are you trying to add one of these users to an AD group ?
no
2017 Apr 26
2
Unable to add a particular member to group (Samba 4.6.3)
Still doesn't work for that user... for works for another user:
[root at roquefort samba]# cp -av
./lib64/python2.6/site-packages/samba/samdb.py
./lib64/python2.6/site-packages/samba/samdb.py.bak
« ./lib64/python2.6/site-packages/samba/samdb.py » ->
« ./lib64/python2.6/site-packages/samba/samdb.py.bak »
[root at roquefort samba]# vi ./lib64/python2.6/site-packages/samba/samdb.py
[root
2017 Apr 26
2
Unable to add a particular member to group (Samba 4.6.3)
This is the case for this user too... Could it be that Samba is trying
to work with the old SID???
Le 2017-04-26 à 10:47, Dale Renton via samba a écrit :
> On Tue, Apr 25, 2017 at 3:31 PM, Luc Lalonde via samba <
> samba at lists.samba.org> wrote:
>
>> The user exists in AD:
>>
>> - I can see the user using 'wbinfo', 'samba-tool user list'
2017 Apr 25
3
Unable to add a particular member to group (Samba 4.6.3)
The user exists in AD:
- I can see the user using 'wbinfo', 'samba-tool user list'
- I can add the user to a group with 'Active Directory Users and
Computers' in Windows 2008R2
- It's seems impossible to use 'samba-tool group addmembers foogroup
foouser'
I looked at the user's attributes but can't find anything different from
any other user that
2017 May 30
2
samba-tool cannot add or remove group members
> > > All I can think of is, you have a user with
> > > 'sAMAccountName=username' and another with 'CN=username', this
> > > could lead to 'len(targetmember)' being 2
yeah, that's the point
I created my users with : samba-tool user add user password --use-username-as-cn
> OK, I think I have a fix, find 'samdb.py' on your DC, open
2017 May 30
2
samba-tool cannot add or remove group members
On Tue, 30 May 2017 09:22:59 +0100
Rowland Penny via samba <samba at lists.samba.org> wrote:
>
> All I can think of is, you have a user with 'sAMAccountName=username'
> and another with 'CN=username', this could lead to 'len(targetmember)'
> being 2
>
OK, I can confirm my thoughts, if I run:
ldbsearch -H /usr/local/samba/private/sam.ldb -b
2017 May 30
0
samba-tool cannot add or remove group members
On Tue, 30 May 2017 06:44:37 +0200 (CEST)
Sébastien QUESSON via samba <samba at lists.samba.org> wrote:
>
> samba-tool group addmembers domaingroup user1
> ERROR(exception): Failed to add members "user1" to group
> "domaingroup" - Unable to find "user1". Operation cancelled.
>
> samba-tool group addmembers localgroup user1
>
2017 Jun 06
2
samba-tool cannot add or remove group members
On Tue, 2017-05-30 at 12:18 +0100, Rowland Penny via samba wrote:
> On Tue, 30 May 2017 13:09:38 +0200 (CEST)
> > Sébastien QUESSON via samba <samba at lists.samba.org> wrote:
>
> > > > > All I can think of is, you have a user with
> > > > > > > > > > 'sAMAccountName=username' and another with 'CN=username',
this
>
2017 Apr 28
0
Unable to add a particular member to group (Samba 4.6.3)
Hello Rowland,
Have you tried deleting a user, re-creating the same user and then try
to add him to a group?
I'm convinced that this will point us in the right direction to correct
the bug.
Thanks!
Le 2017-04-26 à 14:25, Luc Lalonde a écrit :
> Still doesn't work for that user... for works for another user:
>
> [root at roquefort samba]# cp -av
>
2017 Apr 25
0
Unable to add a particular member to group (Samba 4.6.3)
On Tue, 25 Apr 2017 10:36:54 -0400
Luc Lalonde via samba <samba at lists.samba.org> wrote:
> Hello Folks,
>
> I'm getting this strange error when I try to add a particular member
> to a group:
>
> [root at roquefort admin]# /usr/local/samba/bin/samba-tool group
> addmembers foogroup foouser
> ERROR(exception): Failed to add members "foouser" to group
2023 Jul 04
1
Found multiple results for "tga":
On 04/07/2023 17:14, Edson Wolf via samba wrote:
> I only have a tga user. But it says it has multiple entries.
>
> ( ERROR: Failed to add members ['tga'] to group "backup" - Found
> multiple results for "tga": )
>
> root at dc0:~# samba-tool group list |grep backup
> lpcfg_do_global_parameter: WARNING: The "domain logons" option is
2017 May 30
0
samba-tool cannot add or remove group members
On Tue, 30 May 2017 10:30:27 +0100
Rowland Penny via samba <samba at lists.samba.org> wrote:
> On Tue, 30 May 2017 09:22:59 +0100
> Rowland Penny via samba <samba at lists.samba.org> wrote:
>
> >
> > All I can think of is, you have a user with
> > 'sAMAccountName=username' and another with 'CN=username', this
> > could lead to
2023 Jul 04
1
Found multiple results for "tga":
I only have a tga user. But it says it has multiple entries.
( ERROR: Failed to add members ['tga'] to group "backup" - Found
multiple results for "tga": )
root at dc0:~# samba-tool group list |grep backup
lpcfg_do_global_parameter: WARNING: The "domain logons" option is
deprecated
ldb_wrap open of secrets.ldb
backup
root at dc0:~# samba-tool user
2015 Apr 16
2
Group Mapping: All Users from a Domain group should be able to write to a local group
Hello Mailinglist,
I have created a local user "localuser" who is in the local group
"localgroup"
$ id
uid=1001(localuser) gid=1001(localgroup) groups=1001(localgroup)
My machine authenticates against Active Directory - works
The AD-User "aduser" belongs to a domain group "adgroup"
$ id
uid=6161(aduser) gid=5513(dom?nen-benutzer)
2020 Jun 19
2
Add gidNumber for group
> You will probably not have any uidNumbers yet either, but if you have
> added any users, 'samba-tool user' has a similar option to the group
> one. If you haven't added any users, see 'samba-tool user create
> --help' for more info.
>
> Rowland
>
No, I have not added any groups as yet but, I did add four users via RSAT.
Now:
root at dc01:~#
2003 Feb 14
4
domain users in local groups with Winbind/Samba/Redhat
Hi,
I am running a Samba 2.2.7a on Redhat 7.3 in a NT domain. For authentication
I am using the domainusers.This is done by Winbind 2.2.7a which verifies the
existens of the users on the PDC. So I dont't have to create local users
(/etc/passwd) for users who want to connect to the shares in the smb.conf.
I authorise them by adding valid users = domain+domainuser to the smb.conf.
This works