Forgive me if this post is the wrong place.
NethServer = Version 7
VMware = Version 6.0
Hostname = us1-neth.us1.local
RAM = 2GB
DISK = 60GB
I have recently created a new VM in an effort to test out some of the features in Neth. I was drawn here by a LinkedIn member in response to a question I posed about joining a linux server to a Windows domain.
I have done this in several ways numerous times with CentOS and Neth made it super simple which intrigued me more. However, after joining the domain and being able to view the users and groups via Server Manager, I am struggling to find a way to grant full control to a domain group or user.
I thought simply modifying the /etc/sudoers would solve the issue, but it actually prevented all logins. The linuxadmins group does work, but when logging in as a domain user I cannot perform any tasks.
vi /etc/sudoers
Allow root to run any commands anywhere
root ALL=(ALL) ALLOW
%linuxadmins ALL=(ALL) ALLOW
%âdomain adminsâ ALL=(ALL) ALLOW
Maybe this feature doesnât exist in this version, but I thought I would pose the question, how do you elevate the permissions for domain users?
Thanks in advance