Tip: Run a script after FAI install

2019-01-09 Diskussionsfäden John G Heim
So I had this problem. I want to configure certain users to have sudo on the workstations I manage. Problem we do ldap authenticaition -- so the users don't exist during the install. I can easily write an fai script to do an adduser but it doesn't work because the user doesn't exist during the

Re: Tip: Run a script after FAI install

2019-01-09 Diskussionsfäden Martin Krämer
Hi John, if you are using LDAP - why not permitting a LDAP group (which already exists during install) and then configure sudo via LDAP? Thats how I solved it for my soho environment. See: https://www.sudo.ws/man/1.8.17/sudoers.ldap.man.html Kind Regards Martin On Wed, Jan 9, 2019, 22:06 John