]> git.sur5r.net Git - openldap/blobdiff - doc/man/man5/ldif.5
ITS#2594 add URI support for replica config
[openldap] / doc / man / man5 / ldif.5
index a96b888ce47e2ce1493737c973c6d143b57b1b19..5b0c9e07df0da2b349045f8faaef08b588a4d46a 100644 (file)
@@ -1,6 +1,6 @@
-.TH LDIF 5 "20 August 2000" "OpenLDAP LDVERSION"
+.TH LDIF 5 "RELEASEDATE" "OpenLDAP LDVERSION"
 .\" $OpenLDAP$
-.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved.
+.\" Copyright 1998-2003 The OpenLDAP Foundation All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldif \- LDAP Data Interchange Format
@@ -33,8 +33,8 @@ or tab, e.g.,
 .LP
 .nf
 .ft tt
-       dn: cn=Barbara J Jensen, dc=Open
-        LDAP, dc=org
+       dn: cn=Barbara J Jensen,dc=exam
+        ple,dc=com
 .ft
 .fi
 .LP
@@ -61,12 +61,12 @@ the value " begins with a space" would be encoded like this:
 .fi
 .LP
 If the attribute value is located in a file, the <attrtype> is
-followed by a ':<' and a file:// URI.  e.g., the value contained
+followed by a ':<' and a file: URI.  e.g., the value contained
 in the file /tmp/value would be listed like this:
 .LP
 .nf
 .ft tt
-       cn:< file://tmp/value
+       cn:< file:///tmp/value
 .ft
 .fi
 Other URI schemes (ftp,http) may be supported as well.
@@ -78,20 +78,20 @@ Here is an example of an LDIF file containing three entries.
 .LP
 .nf
 .ft tt
-       dn: cn=Barbara J Jensen, dc=OpenLDAP, dc=Org
+       dn: cn=Barbara J Jensen,dc=example,dc=com
        cn: Barbara J Jensen
        cn: Babs Jensen
        objectclass: person
        description:< file://tmp/babs
        sn: Jensen
 
-       dn: cn=Bjorn J Jensen, dc=OpenLDAP, dc=Org
+       dn: cn=Bjorn J Jensen,dc=example,dc=com
        cn: Bjorn J Jensen
        cn: Bjorn Jensen
        objectclass: person
        sn: Jensen
 
-       dn: cn=Jennifer J Jensen, dc=OpenLDAP, dc=Org
+       dn: cn=Jennifer J Jensen,dc=example,dc=com
        cn: Jennifer J Jensen
        cn: Jennifer Jensen
        objectclass: person
@@ -109,8 +109,9 @@ Jensen's entry is encoded using base 64.
 .SH SEE ALSO
 .BR ldap (3),
 .BR ldapsearch (1),
-.BR ldapadd (1)
-.BR "LDAP Data Interchange Format," Good, G., RFC 2849.
+.BR ldapadd (1).
+.LP
+"LDAP Data Interchange Format," Good, G., RFC 2849.
 .SH ACKNOWLEDGEMENTS
 .B     OpenLDAP
 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).