-Fix RHEL6 domain template package list, document TODO for SLES/RHEL5 AD
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7202 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
047faa030c
commit
f29da8e67b
@ -141,6 +141,7 @@ reboot
|
||||
%packages
|
||||
#INCLUDE_DEFAULT_PKGLIST#
|
||||
pam_krb5
|
||||
krb5-workstation
|
||||
nss-pam-ldapd
|
||||
%pre
|
||||
#INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.rh#
|
||||
|
@ -31,5 +31,7 @@ if [ "$OSVER" = "rhels6" ]; then
|
||||
echo 'kinit -c /var/run/ldap_krb5cc < /etc/krb5.hostpass' >> /etc/cron.hourly/nslcdkrb.cron
|
||||
chmod +x /etc/cron.hourly/nslcdkrb.cron
|
||||
fi
|
||||
#TODO: SLES/maybe RHEL5. Uncomfortable with libnss_ldap without root_krb5_ccname, ldap needs diff credentials per user
|
||||
# or else the host private key must be wide open...
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user