]> git.sur5r.net Git - openldap/blob - doc/man/man8/ldif.8
5106149c4d9a82c5da55d52cc2efbfe2d4b7b0ca
[openldap] / doc / man / man8 / ldif.8
1 .TH LDIF 8C "22 September 1998" "OpenLDAP LDVERSION"
2 .\" $OpenLDAP$
3 .\" Copyright 1998-1999 The OpenLDAP Foundation All Rights Reserved.
4 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
5 .SH NAME
6 ldif \- convert arbitrary data to LDIF format
7 .SH SYNOPSIS
8 .B SBINDIR/ldif [\-b] attr\-name
9 .LP
10 .SH DESCRIPTION
11 .LP
12 This program is used to convert arbitrary data to the
13 LDAP Directory Interchange Format (LDIF) described in
14 .BR ldif (5).
15 .B ldif
16 reads data from standard input, converts it,
17 and writes the corresponding LDIF output to standard output.
18 The output is suitable for use as a line in an
19 .BR ldif (5)
20 file.
21 .LP
22 Without the
23 .B \-b
24 flag,
25 .B ldif
26 considers its input a sequence of values to be
27 converted, one per line. With the
28 .B \-b
29 flag, 
30 .B ldif
31 considers its input as a single raw binary value to be
32 converted. This can be useful when converting binary data
33 such as a photo or audio attribute.
34 .LP
35 See "The SLAPD and SLURPD Administrator's Guide" for more details on
36 using this program.
37 .SH OPTIONS
38 .TP
39 .B \-b
40 This option specifies that
41 .B ldif
42 should interpret its input as a single binary value for conversion.
43 Otherwise, it interprets it as a sequence of lines, with each line
44 containing a single value.
45 .SH "SEE ALSO"
46 .BR ldap (3),
47 .BR ldif (5),
48 .BR slapadd (8),
49 .BR slapd (8)
50 .LP
51 "The SLAPD and SLURPD Administrator's Guide"
52 .SH ACKNOWLEDGEMENTS
53 .B      OpenLDAP
54 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
55 .B      OpenLDAP
56 is derived from University of Michigan LDAP 3.3 Release.