mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-22 19:20:24 +00:00
Fix a theoretical problem in a theoretical script
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7193 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -8,7 +8,7 @@ authconfig --update --krb5realm=$UPDNSDOMAIN --enablekrb5kdcdns --enablekrb5
|
||||
(echo $TEMPHOSTPASS;echo $MYPASS;echo $MYPASS)|kpasswd $HOSTPRINC
|
||||
(echo $MYPASS)|kinit $HOSTPRINC
|
||||
KVNO=`kvno $HOSTPRINC|awk '{print $NF}'`
|
||||
(echo add_entry -password -p vs99 -k $KVNO -e des;echo $MYPASS|wkt /etc/host.keytab)|ktutil
|
||||
(echo add_entry -password -p $HOSTPRINC -k $KVNO -e des;echo $MYPASS;wkt /etc/host.keytab)|ktutil
|
||||
|
||||
|
||||
#ok, time for ldap
|
||||
|
Reference in New Issue
Block a user