search for: addmembers

Displaying 20 results from an estimated 93 matches for "addmembers".

2012 Oct 11
1
Asterisk 1.8 - ADDMEMBER event in queue_log not using member name
Hi, Watching my queue_log file content, I can read entries like : 1349940957|1349940957.4|6025|Local/6455 at from-queue/n|ADDMEMBER| My extensions.conf file used this statement: exten => *9876,n,AddQueueMember(6025,Local/6455 at from-queue /n,10,,FOOBAR,hint:6455 at ext-local) I was expecting to see: 1349940957|1349940957.4|6025|FOOBAR|ADDMEMBER| Searching the web, I found a reference to
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): Fai...
2016 Mar 02
2
Remote Desktop Users Group not working??
Hi I have setup a Samba AD and connected a Windows 7 machine to the AD... I'm having problems getting the Remote Desktop Users group to work... [root at bart private]# samba-tool group addmembers "Remote Desktop Users" mj ldb_wrap open of secrets.ldb Added members to group Remote Desktop Users [root at bart private]# samba-tool group listmembers "Remote Desktop Users" ldb_wrap open of secrets.ldb mj Still I get the "To log on to this remote computer, you...
2017 May 29
2
samba-tool cannot add or remove group members
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", line 227, in run add_members_operation=True) File "/usr/lib/py...
2016 Mar 02
2
Remote Desktop Users Group not working??
..., Remote Desktop Services, set to Automatic startup. Administrative Templates - Windows components/Remote desktop services/Host external dekstop session/ connection. "Allow users to connect to Remote Desktop." Reboot the PC. Try again, this should work. This : samba-tool group addmembers "Remote Desktop Users" mj wil not work, so yes, this is correct. This might work: samba-tool group addmembers "BUILDIN\Remote Desktop Users" "DOMAIN\mj" or samba-tool group addmembers "BUILDIN\Remote Desktop Users" "mj" or samba-tool group a...
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 "/usr/local/samba/lib64/python2.6/site-packages/samba/netcmd/group.py", line 239, in run add_members_opera...
2015 May 21
3
Bash-Completion for samba-tool
Hey list, arriving home from SambaXP, it was really nice. That darth vader cake was super sweet :-) Hearing some people talking about how much they'd like bash completion for `samba-tool`, I've put together an ugly script that does that. It's a very dumb script (I'm boldly calling it script), but it might make someones day a little bit easier.
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 'SAMDOM\domaingroup' 'SAMDOM\user1' &...
2016 Mar 02
0
Remote Desktop Users Group not working??
...Remote Desktop Services, set to Automatic startup. Administrative Templates - Windows components/Remote desktop services/Host external dekstop session/ connection. "Allow users to connect to Remote Desktop." Reboot the PC. Try again, this should work. This : samba-tool group addmembers "Remote Desktop Users" mj wil not work, so yes, this is correct. This might work: samba-tool group addmembers "BUILDIN\Remote Desktop Users" "DOMAIN\mj" or samba-tool group addmembers "BUILDIN\Remote Desktop Users" "mj" or samba-tool group add...
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 works properly. Any other ideas? Le 2017-04-25 à 11:50, Rowland Penny via samba a écrit : > On Tue, 25 Apr 2017 10:36:54 -0400 > Luc Lalonde via samba <samba at...
2016 Mar 02
0
Remote Desktop Users Group not working??
...startup. > > Administrative Templates - > Windows components/Remote desktop services/Host external dekstop session/ connection. > "Allow users to connect to Remote Desktop." > > > Reboot the PC. > > Try again, this should work. > > This : samba-tool group addmembers "Remote Desktop Users" mj > wil not work, so yes, this is correct. > > This might work: > samba-tool group addmembers "BUILDIN\Remote Desktop Users" "DOMAIN\mj" > or > samba-tool group addmembers "BUILDIN\Remote Desktop Users" "mj"...
2018 Nov 27
2
Odd behavior on group membership
...ple below, I can successfully add the user "test.account" to group "test", but not my user "marcio.merlone": root at araucaria:~# id test.account uid=30214(A1\test.account) gid=100(users) groups=100(users),3000008(BUILTIN\users) root at araucaria:~# samba-tool group addmembers test test.account Added members to group test root at araucaria:~# id test.account uid=30214(A1\test.account) gid=100(users) groups=100(users),3000203(A1\test),3000008(BUILTIN\users) User test.account was added successfully to group test. Although: root at araucaria:~# samba-tool group addmember...
2017 May 30
2
samba-tool cannot add or remove group members
...y,CN=Users,DC=samdom,DC=example,DC=com CN: Rowland Penny sAMAccountName: rowland # record 2 dn: CN=rowland,OU=SUDOers,DC=samdom,DC=example,DC=com CN: rowland NOTE: other attributes removed for brevity. If I now try to add 'rowland' to a group, I get this: root at dc1:~# samba-tool group addmembers group12 rowland ERROR(exception): Failed to add members "rowland" to group "group12" - Unable to find "rowland". Operation cancelled. File "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/group.py", line 239, in run add_members_operation=True)...
2017 Apr 26
2
Unable to add a particular member to group (Samba 4.6.3)
...4/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 at roquefort samba]# /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 "/usr/local/samba/lib64/python2.6/site-packages/samba/netcmd/group.py", line 239, in run add_members_opera...
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", line 227, > in run add_members_operation=True) File >...
2017 May 30
2
samba-tool cannot add or remove group members
...39;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 it in your > favourite editor and find this line: > You should then be able to add your user to the group: samba-tool group addmembers is OK now! do I have to maintain manually this file, or will it be ported in next samba versions? thank you very much for your great support, Rowland!
2023 Jul 04
1
Found multiple results for "tga":
...C smb.conf ? > ldb_wrap open of secrets.ldb > backup > > root at dc0:~# samba-tool user list|grep tga > lpcfg_do_global_parameter: WARNING: The "domain logons" option is > deprecated > ldb_wrap open of secrets.ldb > tga > > root at dc0:~# samba-tool group addmembers backup tga > lpcfg_do_global_parameter: WARNING: The "domain logons" option is > deprecated > ldb_wrap open of secrets.ldb > string_to_sid: SID tga is not in a valid format > ERROR: Failed to add members ['tga'] to group "backup" - Found multiple > re...
2016 Apr 11
1
SerNet - Samba 4.3 and ssh password logins
...body else as root and mysamba-user can logon with ssh > > 2.) Into the sshd_config > AllowGroups > > Into /etc/group > ssh:x:105:mysamba-user > > /etc/init.d/ssh restart > ...this doesnt work! > > 3.) Into sshd_config > AllowGroups > > samba-tool group addmembers AllowGroups mysamba-user > /etc/init.d/ssh restart > ...this doesn't work! > > 4.) Into sshd_config > AllowGroups AllowGroups > samba-tool group addmembers AllowGroups mysamba-user > /etc/init.d/ssh restart > ...this doesn't work! > > Please could anybody tel...
2015 Oct 29
3
Local Administrators (group) and delegation in AD
...e DC, either as root or as a user that can use sudo (you > can use kerberos, but I am not going into that here) > > Create the group: > samba-tool group add unixadmins --gid-number=GID_NUMBER > --nis-domain=NIS_DOMAIN > > Add the group to Administrators: > samba-tool group addmembers Administrators unixadmins > > Add the required users to unixadmins, they should get the same rights > as if they were directly members of Administrators. > samba-tool group addmembers unixadmins anADuser > > Now with setfacl, give the group unixadmins the required permissions &g...
2017 Apr 26
2
Unable to add a particular member to group (Samba 4.6.3)
...: >> >> - 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 works properly. >> >> Any other ideas? >> >> > I have the exact same problem on 4.5.1. The user I was having a p...