cd heimdal-0.6.3 ./configure --with-x make make install vim /etc/krb5.conf mkdir /var/heimdal/ openssl rand 4096 | /usr/heimdal/sbin/kstash --master-key-fd=0 /usr/heimdal/sbin/kadmin -l kadmin> add --random-key host/d313base.biomed.cas.cz@BIOMED.CAS.CZ kadmin> ext_keytab host/d313base.biomed.cas.cz@BIOMED.CAS.CZ kadmin> add --random-key afs Max ticket life [1 day]:unlimited Max renewable life [1 week]:unlimited Principal expiration time [never]: Password expiration time [never]: Attributes []: kadmin> get afs Principal: afs@BIOMED.CAS.CZ Principal expires: never Password expires: never Last password change: never Max ticket life: unlimited Max renewable life: unlimited Kvno: 1 Mkvno: 0 Last successful login: never Last failed login: never Failed login count: 0 Last modified: 2004-11-02 11:02:29 UTC Modifier: mmokrejs/admin@BIOMED.CAS.CZ Attributes: Keytypes: des-cbc-md5(pw-salt), des-cbc-md4(pw-salt), des-cbc-crc(pw-salt), aes256-cts-hmac-sha1-96(pw-salt), des3-cbc-sha1(pw-salt), arcfour-hmac-md5(pw-salt) kadmin> ext afs kadmin> ext host/d313base.biomed.cas.cz kadmin> ext -k AFSKEYFILE:/usr/afs/etc/KeyFile afs kadmin> quit /usr/heimdal/libexec/kdc & echo "mmokrejs/admin@BIOMED.CAS.CZ all" > /var/heimdal/kadmind.acl /usr/heimdal/sbin/kadmin & bzip2 -dc openafs-1.3.71-src.tar.bz2 | tar xvf - cd openafs-1.3.71 ./configure --enable-transarc-paths --enable-bitmap-later --enable-fast-restart --enable-supergroups --enable-largefil e-fileserver --enable-namei-fileserver --enable-bos-new-config make dest mkdir /usr/afsws mv i386_linux24 /usr/afsws/ #/usr/heimdal/sbin/ktutil copy /etc/krb5.keytab AFSKEYFILE:/usr/afs/etc/KeyFile cat >> /etc/conf.d/local.start << EOF /usr/afs/bin/fs setcrypt on /usr/heimdal/libexec/kdc & /usr/heimdal/sbin/kadmin & EOF /usr/afs/etc/bosserver