
Troubleshooting LDIF Files 39
Using the Novell Import Conversion Export Utility Command Line Interface
To configure error log options in the command line utility, use the
-l
general option.
For more information, see “General Options” in the Novell eDirectory 8.8 SP7 Administration Guide.
5.2.4 Using LDAP SDK Debugging Flags
To understand some LDIF problems, you might need to see how the LDAP client SDK is functioning.
You can set the following debugging flags for the LDAP source handler, the LDAP destination
handler, or both.
To enable this functionality, use the
-e
option for the LDAP source and LDAP destination handlers.
The integer value you give for the
-e
option is a bitmask that enables various types of debugging
information in the LDAP SDK.
For more information, see“LDAP Source Handler Options” and “LDAP Destination Handler
Options” in the Novell eDirectory 8.8 SP7 Administration Guide.
5.3 Using LDIF to Extend the Schema
Because LDIF can represent LDAP update operations, you can use LDIF to modify the schema.
5.3.1 Adding a New Object Class
To add a class, simply add an attribute value that conforms to the specification for
NDSObjectClassDescription
to the
objectClasses
attribute of the
subschemaSubentry
.
Value Description
0x0001 Trace LDAP function calls.
0x0002 Print information about packets.
0x0004 Print information about arguments.
0x0008 Print connections information.
0x0010 Print BER encoding and decoding information.
0x0020 Print search filter information.
0x0040 Print configuration information.
0x0080 Print ACL information.
0x0100 Print statistical information.
0x0200 Print additional statistical information.
0x0400 Print shell information.
0x0800 Print parsing information.
0xFFFF (-1 Decimal) Enable all debugging options.
Komentarze do niniejszej Instrukcji