Displaying 3 results from an estimated 3 matches for "registrygrouppolicies".
2024 Apr 18
2
Samba-tool gpo manage - The authenticated user does not have sufficient privileges
...9;
> File "/usr/lib/python3/dist-packages/samba/netcmd/__init__.py", line 279, in _run
> return self.run(*args, **kwargs)
> ^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/samba/netcmd/gpo.py", line 3519, in run
> reg = RegistryGroupPolicies(gpo, self.lp, self.creds, self.samdb, H)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/samba/policies.py", line 77, in __init__
> ds_sd_ndr = msg['nTSecurityDescriptor'][0]
>...
2024 Apr 18
1
Samba-tool gpo manage - The authenticated user does not have sufficient privileges
...tion - 'No such element'
File "/usr/lib/python3/dist-packages/samba/netcmd/__init__.py", line 279, in _run
return self.run(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/samba/netcmd/gpo.py", line 3519, in run
reg = RegistryGroupPolicies(gpo, self.lp, self.creds, self.samdb, H)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/samba/policies.py", line 77, in __init__
ds_sd_ndr = msg['nTSecurityDescriptor'][0]
~~~^^^^^^^^^^^^^^^^^^^^^...
2024 Apr 18
1
Samba-tool gpo manage - The authenticated user does not have sufficient privileges
On 4/18/24 8:07 AM, Rowland Penny via samba wrote:
> OK, After reading the commands help, I created a simple script and ran
> the command like this:
>
> adminuser at tmpdc1:~ $ sudo samba-tool gpo manage scripts startup add {31B2F340-016D-11D2-945F-00C04FB984F9} test_script.sh -Uadministrator
There is no reason to run this command as root. It operates via SMB, not
on local files.
>