Open karlmdavis opened 6 years ago
For now, I've added a partial workaround for this that grabs the test user's ticket when running nss_updatedb
as part of my Ansible plays. The cron job is still 100% broken, though.
@karlmdavis what was the work-a-round?
The LDAP server is configured to require authentication. I've gone back and forth on this, but I think it's probably for the best. However, that means that
ldapsearch
,nss_updatedb ldap
, etc. won't work without a Kerberos ticket:The right way to fix this is:
eddings
, e.g.ansible
.kadmin
on all workstations.nss_updatedb
service keytab on all workstations.nss_updatedb
usage to use that service keytab.