
Chapter 5. Sample implementation scenarios 199
#chnfsrtd -a KDC.ITSC.AUSTIN.IBM.COM nfs.ibm.com
#
#chnfsrtd
kdc.itsc.austin.ibm.com nfs.ibm.com
#
#chnfs -S -B
#
#/etc/rc.nfs
8. Now, we can mount the exported file system.
Example 5-91 Sample mount output
# mount -o vers=4,sec=krb5 nfs403:/exports/home /nfs
#
# kinit sally
Password for sally@KDC.ITSC.AUSTIN.IBM.COM:
#
# cd /nfs
#
# ls
bob joe lost+found mary sally
#
For further details about configuring AIX Integrated Login using Kerberos and
Windows Active Directory, see the AIX 5.3 online documentation chapter about
security and authenticating to AIX using Kerberos.
5.12 Setting up Kerberos cross-realm access ...