If you change your
/etc/nsswitch.conf it will should local first if you set files first in on these lines:
Code: Select all
passwd: files XXX XXX
shadow: files XXX XXX
group: files XXX XXX
The recommendation would be that before you integrate AD/LDAP (or temporarily disable it), install XI first, connect to AD/LDAP, then update your
/etc/nsswitch.conf to look at the local files first. A reboot would be recommended at that point as it will likely pick up the non-local nagios account for some things temporarily once you rejoin/connect the system.