The ldif command converts arbitrary data to the LDAP Directory Interchange Format (LDIF). ldif reads data from standard input, converts it, and writes the corresponding LDIF output to standard output. The output is suitable for use as a line in an LDIF file.
By default, ldif considers its input a sequence of values, one value on each line, to be converted to values of the specified attribute. With the -b flag, ldif considers its input as a single raw binary value to be converted. This is useful when converting binary data such as a photo or audio attribute.
|
The parameter for this command is: