LDAP-UX Client Services B.04.00 with Microsoft Windows 2000/2003 Active Directory Administrator's Guide

Command, Tool, and Migration Script Reference
Client Management Tools
Appendix C162
where
infile
is the LDIF file containing a profile, by default
/etc/opt/ldapux/ldapux_profile.ldif and
outfile
is the name of
the binary output file, by default
/etc/opt/ldapux/ldapux_profile.bin. The LDIF file must contain an
entry for the object class DUAConfigProfile.
Examples
The following command creates the binary profile file
/etc/opt/ldapux/ldapux_profile.bin from the existing LDIF file
/etc/opt/ldapux/ldapux_profile.ldif:
create_profile_cache
The following command creates the binary profile file my_profile.bin
from the existing LDIF file profile1.ldif:
create_profile_cache -i profile1.ldif -o my_profile.bin
NOTE You must copy the file my_profile.bin to
/etc/opt/ldapux/ldapux_profile.bin to activate the profile.
create_profile_schema
This tool, found in /opt/ldapux/config, extends the Active Directory
schema with the DUAConfigProfile object class using the information
you provide interactively. Typically you run the setup program instead of
running this program directly.
Syntax
create_profile_schema
display_profile_cache
This tool, found in /opt/ldapux/config, displays information from a
binary profile (cache) file. By default, it displays the currently active
profile in /etc/opt/ldapux/ldapux_profile.bin.
Syntax
display_profile_cache [-i
infile
] [-o
outfile
]