]> git.sur5r.net Git - openldap/commitdiff
Use example.com in examples
authorKurt Zeilenga <kurt@openldap.org>
Mon, 21 Aug 2000 03:09:53 +0000 (03:09 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 21 Aug 2000 03:09:53 +0000 (03:09 +0000)
doc/man/man1/ldapdelete.1
doc/man/man1/ldapmodify.1
doc/man/man1/ldapmodrdn.1
servers/slapd/back-shell/searchexample.conf

index 450eda31a7f72a361802636638a3c2502fbf429e..f9c90b9e168e4fd7f48d106bacbbd0d7d0f36065 100644 (file)
@@ -178,11 +178,11 @@ Issue StartTLS (Transport Layer Security) extended operation. If you use
 The following command:
 .LP
 .nf
-    ldapdelete "cn=Delete Me, dc=OpenLDAP, dc=org"
+    ldapdelete "cn=Delete Me, dc=example, dc=com"
 .fi
 .LP
 will attempt to delete the entry named with commonName "Delete Me"
-directly below the "dc=OpenLDAP, dc=org" entry.  Of
+directly below the "dc=example, dc=com" entry.  Of
 course it would probably be necessary to supply a \fIbinddn\fP and
 \fIpasswd\fP for deletion to be allowed (see the -D and -w options).
 .SH DIAGNOSTICS
index ac41baef9edf2d94a83a69093dec116e0ce3f6d3..2d5f5387fe4c5f2357f513f31bffd739daf77040 100644 (file)
@@ -312,7 +312,7 @@ Assuming that the file
 exists and has the contents:
 .LP
 .nf
-    dn: cn=Modify Me, dc=OpenLDAP, dc=Org
+    dn: cn=Modify Me, dc=example, dc=com
     changetype: modify
     replace: mail
     mail: modme@OpenLDAP.org
@@ -335,7 +335,7 @@ the command:
 .LP
 will replace the contents of the "Modify Me" entry's
 .I mail
-attribute with the value "modme@OpenLDAP.org", add a
+attribute with the value "modme@example.com", add a
 .I title
 of "Grand Poobah", and the contents of the file "/tmp/modme.jpeg"
 as a
@@ -345,11 +345,11 @@ and completely remove the
 attribute.
 The same modifications as above can be performed using the older
 .I ldapmodify
-inout format:
+input format:
 .LP
 .nf
-    cn=Modify Me, dc=OpenLDAP, dc=org
-    mail=modme@OpenLDAP.org
+    cn=Modify Me, dc=example, dc=com
+    mail=modme@example.com
     +title=Grand Poobah
     +jpegPhoto=/tmp/modme.jpeg
     -description
@@ -366,13 +366,13 @@ Assuming that the file
 exists and has the contents:
 .LP
 .nf
-    dn: cn=Barbara Jensen, dc=OpenLDAP, dc=org 
+    dn: cn=Barbara Jensen, dc=example, dc=com
     objectClass: person
     cn: Barbara Jensen
     cn: Babs Jensen
     sn: Jensen
     title: the world's most famous mythical manager
-    mail: bjensen@OpenLDAP.org
+    mail: bjensen@example.com
     uid: bjensen
 .LP
 the command:
@@ -390,7 +390,7 @@ Assuming that the file
 exists and has the contents:
 .LP
 .nf
-    dn: cn=Barbara Jensen, dc=OpenLDAP, dc=org
+    dn: cn=Barbara Jensen, dc=example, dc=com
     changetype: delete
 .LP
 the command:
@@ -401,8 +401,8 @@ the command:
 .LP
 will remove Babs Jensen's entry.
 .SH DIAGNOSTICS
-Exit status is 0 if no errors occur.  Errors result in a non-zero exit
-status and a diagnostic message being written to standard error.
+Exit status is zero if no errors occur.  Errors result in a non-zero
+exit status and a diagnostic message being written to standard error.
 .SH "SEE ALSO"
 .BR ldapadd (1),
 .BR ldapdelete (1),
index 9bb794ab9561527e8e340c76caea4f09708c5901..03675c938bd6b14c50aa5dc2f2a4b1290f1eadba 100644 (file)
@@ -190,7 +190,7 @@ Assuming that the file
 exists and has the contents:
 .LP
 .nf
-    cn=Modify Me, dc=OpenLDAP, dc=org
+    cn=Modify Me, dc=example, dc=com
     cn=The New Me
 .fi
 .LP
index 864ab22a3aa8084f5ca416c476ecd62fe0657e6c..783e75a2d5ee29e1ddc729e49e8015fb9af98b2b 100644 (file)
@@ -3,5 +3,5 @@
 ## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
 
 database       shell
-suffix         "dc=openldap,dc=org"
+suffix         "dc=example,dc=com"
 search         /usr/local/etc/searchexample.sh