Tuesday, 9 May 2017

Ubuntu Active Directory setup (17.04 Gnome)



To join the domain, download PBIS-open from here:
https://github.com/BeyondTrust/pbis-open/releases
(Choose linux.x86_64.deb.sh)

After installing, run domainjoin-cli join --disable ssh DOMAIN.NAME domain\admin

Replace domain.name with uppercase your full domain name, and domain\admin with a user that can join computers to AD.

To gain admin access, edit the sudoers file with the visudo command.

Add:

%DOMAINNAME\\domain^admins ALL=(ALL:ALL) all

No comments:

Post a Comment

VCenter Remediation fails with HPE Oneview SPP image

 If a VMWare host is failing in remediation after adding the HPE Firmware and Drivers Addon most likely the Smart Update Tools isn't con...