hello,
I am trying to join linux hosts to an AD domain where I also have a local MIT Kerberos KDC and cross domain trust configured.
I am setting
adjoin.krb5.conf.file: /home/ec2-user/krb5.conf
in /etc/centrifydc/centrifydc.conf to speciy a custom kerberos config file.
after joining the domain with:
sudo adjoin -u "${ADJOIN_USER}" -p "${ADJOIN_PASSWORD}" -c "${COMPUTER_OU}" -w "${DOMAIN}" --prewin2k "${PREWIN2K_HOSTNAME}"
no custom settings are being applied and the default kerberos file is being used.
I'm using centrify-unix-config-guide for reference - is there something i am missing with this?
thanks
Pete