LDAP-UX Client Services B.04.00 with Microsoft Windows 2000/2003 Active Directory Administrator's Guide
Installing LDAP-UX Client Services
Downloading the Profile Periodically
Chapter 258
fi
rm -f /etc/opt/ldapux/ldapux_profile.sav
rm -f /tmp/profile.upd$$
3. Create a crontab(1) file (or edit your existing crontab file) and
specify how frequently you want to download the profile. For
example, assuming the script above is in the file
/ldapux/download_ldap_profile, the following crontab
specification specifies that /ldapux/download_ldap_profile be
executed nightly at midnight:
0 0 * * * /ldapux/download_ldap_profile
4. Log in as root and schedule the job with the crontab (1) command.
For example, assuming the crontab entry above is in the file
crontab.profile, the following schedules the profile download:
crontab crontab.profile