Questions tagged [user-permissions]
The user-permissions tag has no summary.
421 questions
0
votes
0
answers
86
views
sftp changing file ownership on centos
All files on centos are owned by me, goofy, and group as domain group. After uploading a plugin to the server ownership and group ownership "flipped" one of the files in the plugin to appear ...
0
votes
2
answers
138
views
Is it possible to create a Windows usergroup that has basic Admin Privileges for a tech support worker to carry out repairs?
I recently rented a dedicated Windows Server 2022 Standard Edition, and whilst trying to fix an issue I was having I accidentally lost network connectivity and was unable to use RDP as my servers IP ...
0
votes
1
answer
258
views
Microsoft Entra ID: restrict 3rd-party app to access users data thata are in specific group
I need to assign access for third party app (MailStore Server) so it can access only users in MailStoreArchive group. I've tried "Assigment Required: yes", and I've assigned group ...
0
votes
1
answer
398
views
Allow local users to install and run software for specific vendors
I have a group of remote Technician that need privileges to use COM settings, Network Settings and Install and uninstall Software.
I have the Network and COM part with local Usergroups. I need a ...
-1
votes
1
answer
121
views
Teams Owner connection to SharePoint severed, how to restore?
Someone recommended I try asking my question here. I personally don't have Powershell or SP Admin Centre access but my company's IT, despite using MS 365 deeply, doesn't appear to have very advanced ...
0
votes
0
answers
263
views
RDP Read Only Local Drive
I need an auditor to be able to access the server's file system and be able to run programs on their local computer without the ability to save/copy the data.
At the moment, the best solution we have ...
0
votes
0
answers
296
views
Grant permission to user on AD for installing only drivers
I need to grant permission to one user to install only drivers.
Is there such an option? Or another option to grant permission?
0
votes
1
answer
1k
views
How to chown a directory on a mounted samba share?
I have a linux client mounting a samba share with the following fstab entry:
//<serverip>/<nameofshare> /home/user -o nofail,x-systemd.device-timeout=15s,vers=3.11,user=<sambauser>,...
0
votes
0
answers
362
views
Windows 10 symbolic links: Finer grained than developer mode?
We have a number of external developers who are not administrators on their Windows 10 machines. In a new project, we have a git repository with lots of symbolic links which we would like to actually ...
0
votes
2
answers
2k
views
Incorrect Permissions and Ownership in /etc/nginx/sites-available Folder for Containers
I seem to have encountered an issue with the default permissions and ownership of the containers within my /etc/nginx/sites-available directory. The current permissions and ownership structure appears ...
0
votes
0
answers
231
views
How to trace process that has already terminated? And even trace back its parent process?
I am able to jail specific commands execution by a proxy script to a user whose sudo privilege is only this script sodo check here for how to. Also the sodo script logs whatever critical commands they ...
1
vote
1
answer
6k
views
How can I enable BUILTIN\Administrators for my user
I am working in an Windows active directory environment.
I am connected to a windows workstation with a domain user.
Here is what I see when I type:
whoami /groups
BUILTIN\Administrators Alias ...
0
votes
1
answer
386
views
NT Security Descriptor
In active directory an object have several permissions on many objects.
how to view permissions of particular object?
i am asking like for eg user Kavin have read permissions on some folder, full ...
1
vote
1
answer
1k
views
Linux GID and groups
On Linux systems, /etc/passwd file contains an UID and a GID per user.
GID represents the ID of the primary group of the user.
But we can also set additional groups to a user with /etc/group file.
Is ...
0
votes
0
answers
416
views
How to enable sudo and disbale sudo su on ubuntu 20.04
We need to capture user commands, on logs now the user has Sudo access. we have planned to disable sudo and they need to use sudo before the command. How to enable sudo and disable sudo su on ubuntu ...