LDAP-UX Client Services B.04.00 Administrator's Guide

Command and Tool Reference
Client Management Tools
Chapter 5144
Syntax
create_profile_cache [-i
infile
] [-o
outfile
]
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 that you must copy the file my_profile.bin to
/etc/opt/ldapux/ldapux_profile.bin to activate the profile.
The create_profile_schema Tool
This tool, found in /opt/ldapux/config, extends the schema of a Netscape
Directory Server 6.x 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
The display_profile_cache Tool
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
]