
368 Implementing NFSv4 in the Enterprise: Planning and Migration Strategies
AFS to Kerberos/LDAP user migration
Example E-5 provides a script to migrate users from AFS to Kerberos/LDAP.
Example: E-5 Script migusr to migrate users from AFS to Kerberos/LDAP
#!/bin/ksh
##
## Copyright 2005 IBM Corporation. All rights reserved. This script
## is provided solely as an example for migration planning purposes;
## no warranty, expressed or implied, is provided for this utility.
##
# Script to migrate user information
# The script does the following:
#
# i. adds the user
# ii. displays user information in LDAP
# iii. sets the user's temporary password
# iv. expires ...