LDAP-UX Client Services B.05.01 Administrator Guide for HP directory servers and Windows ADS
get_profile_entry Downloads a profile from the directory to LDIF, and creates the
profile cache.
ldap_proxy_config Configures a proxy user.
ldapcfinfo Displays LDAP-UX configuration and status by examining LDAP
User and Group (UG) template files, the LDAP UG configuration
file, or the LDAP-UX configuration profile. See Section 9.3.10
(page 348) or the ldapcfinfo manpage for detailed information
about tool usage, syntax, options and arguments.
The following tools are called by the setupprogram and are not typically used separately.
create_profile_schema Extends the schema in the directory for profiles.
create_profile_cache Creates a new active profile from an LDIF profile. This is also
called by get_profile_entry.
9.2.1 The create_profile_entry tool
This tool, found in /opt/ldapux/config, creates a new profile entry in an LDAP directory from
information you provide interactively. The directory schema must have the DUAConfigProfile
extensions.
9.2.1.1 Syntax
create_profile_entry
9.2.2 The create_profile_cache tool
This tool, found in /opt/ldapux/config, creates a binary profile file from an LDIF profile file,
thus activating the profile for the client. (You can download a profile to LDIF from the directory
with get_profile_entry.) Typically you run the setup program instead of running this program
directly. See also Section 2.5.8 (page 111).
9.2.2.1 Syntax
create_profile_cache [-i infile] [-o outfile]
where infileis the LDIF file containing a profile, by default /etc/opt/ldapux/
ldapux_profile.ldif and outfileis 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.
9.2.2.2 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.
9.2.3 create_profile_schema tool
This tool, found in /opt/ldapux/config, extends the schema of an HP-UX Directory Server with
the DUAConfigProfile object class using the information you provide interactively. Typically you
run the setup program instead of running this program directly.
9.2 Client management tools 279