From: Kurt Zeilenga Date: Mon, 21 Aug 2000 03:09:53 +0000 (+0000) Subject: Use example.com in examples X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2213 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=52223bd69955803e8069a041074fcdeb219b7a12;p=openldap Use example.com in examples --- diff --git a/doc/man/man1/ldapdelete.1 b/doc/man/man1/ldapdelete.1 index 450eda31a7..f9c90b9e16 100644 --- a/doc/man/man1/ldapdelete.1 +++ b/doc/man/man1/ldapdelete.1 @@ -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 diff --git a/doc/man/man1/ldapmodify.1 b/doc/man/man1/ldapmodify.1 index ac41baef9e..2d5f5387fe 100644 --- a/doc/man/man1/ldapmodify.1 +++ b/doc/man/man1/ldapmodify.1 @@ -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), diff --git a/doc/man/man1/ldapmodrdn.1 b/doc/man/man1/ldapmodrdn.1 index 9bb794ab95..03675c938b 100644 --- a/doc/man/man1/ldapmodrdn.1 +++ b/doc/man/man1/ldapmodrdn.1 @@ -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 diff --git a/servers/slapd/back-shell/searchexample.conf b/servers/slapd/back-shell/searchexample.conf index 864ab22a3a..783e75a2d5 100644 --- a/servers/slapd/back-shell/searchexample.conf +++ b/servers/slapd/back-shell/searchexample.conf @@ -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