From 4abcfca8f523bfc1c22a64aad4cf1090da1940b2 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 4 Sep 2001 02:47:25 +0000 Subject: [PATCH] Clean up DNs and remove extraneous files --- doc/man/man5/ldaptemplates.conf.5 | 4 +- doc/man/man5/ldif.5 | 10 +- doc/man/man5/slapd.replog.5 | 6 +- doc/man/man8/go500.8 | 178 ------------------------------ doc/man/man8/go500gw.8 | 178 ------------------------------ doc/man/man8/rcpt500.8 | 94 ---------------- 6 files changed, 10 insertions(+), 460 deletions(-) delete mode 100644 doc/man/man8/go500.8 delete mode 100644 doc/man/man8/go500gw.8 delete mode 100644 doc/man/man8/rcpt500.8 diff --git a/doc/man/man5/ldaptemplates.conf.5 b/doc/man/man5/ldaptemplates.conf.5 index c42c5710ec..e526c04292 100644 --- a/doc/man/man5/ldaptemplates.conf.5 +++ b/doc/man/man5/ldaptemplates.conf.5 @@ -114,7 +114,7 @@ The next line is the default location under which new entries are created. It should be a string-represented Distringuished Name. E.g., .nf .ft B - "dc=example, dc=com" + "dc=example,dc=com" .ft .fi .LP @@ -246,7 +246,7 @@ for display of people entries and one for display of contries. # # default location when adding new entries (DN; "" means no default) - "dc=example, dc=com" + "dc=example,dc=com" # # rules used to define default values for new entries diff --git a/doc/man/man5/ldif.5 b/doc/man/man5/ldif.5 index 62f63174a9..1f7423af84 100644 --- a/doc/man/man5/ldif.5 +++ b/doc/man/man5/ldif.5 @@ -33,8 +33,8 @@ or tab, e.g., .LP .nf .ft tt - dn: cn=Barbara J Jensen, dc=exam - ple, dc=com + dn: cn=Barbara J Jensen,dc=exam + ple,dc=com .ft .fi .LP @@ -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=example, dc=com + 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=example, dc=com + 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=example, dc=com + dn: cn=Jennifer J Jensen,dc=example,dc=com cn: Jennifer J Jensen cn: Jennifer Jensen objectclass: person diff --git a/doc/man/man5/slapd.replog.5 b/doc/man/man5/slapd.replog.5 index 1fe1c0105c..5cb40c9ef7 100644 --- a/doc/man/man5/slapd.replog.5 +++ b/doc/man/man5/slapd.replog.5 @@ -128,7 +128,7 @@ on one of each type of change. replica: truelies.rs.itd.umich.edu replica: judgmentday.rs.itd.umich.edu time: 797612941 - dn: cn=Babs Jensen, o=U of M, c=US + dn: cn=Babs Jensen,dc=example,dc=com changetype: add objectclass: person cn: babs @@ -138,7 +138,7 @@ on one of each type of change. replica: truelies.rs.itd.umich.edu replica: judgmentday.rs.itd.umich.edu time: 797612973 - dn: cn=Babs Jensen, o=U of M, c=US + dn: cn=Babs Jensen,dc=example,dc=com changetype: modify add: description description: the fabulous babs @@ -146,7 +146,7 @@ on one of each type of change. replica: truelies.rs.itd.umich.edu replica: judgmentday.rs.itd.umich.edu time: 797613020 - dn: cn=Babs Jensen, o=U of M, c=US + dn: cn=Babs Jensen,dc=example,dc=com changetype: modrdn newrdn: cn=Barbara J Jensen deleteoldrdn: 0 diff --git a/doc/man/man8/go500.8 b/doc/man/man8/go500.8 deleted file mode 100644 index 1ed2ef07e3..0000000000 --- a/doc/man/man8/go500.8 +++ /dev/null @@ -1,178 +0,0 @@ -.TH GO500 8C "20 August 2000" "OpenLDAP LDVERSION" -.\" $OpenLDAP$ -.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved. -.\" Copying restrictions apply. See COPYRIGHT/LICENSE. -.SH NAME -go500 \- Local Gopher index search to X.500 search gateway -.SH SYNOPSIS -.B LIBEXECDIR/go500 [\-b searchbase] [\-d level] [\-l] -.B [\-x hostname] [\-c rdncount] [\-f filterfile] -.B [\-t templatefile] -.B [\-p port] [\-I] -.SH DESCRIPTION -.I go500 -is the local gopher index search to X.500 search daemon. -It looks like a gopher index server to a gopher -client, translating the search criteria it is given into a -search of a pre-configured portion of the X.500 directory. -It uses LDAP to talk to X.500. By default, it listens on -port 5555 for connections from gopher clients. -.LP -The -.B go500 -server can be run either from -.BR inetd (8) -or as stand-alone server. -.SH STAND-ALONE OPERATION -To start -.B go500 -as a stand-alone server, simply start it with no arguments -.LP -.nf -.ft tt - LIBEXECDIR/go500 -.ft -.fi -.LP -If you would like to start it at boot time add some lines like this to -the -.B etc/rc.local -or equivalent file: -.LP -.nf -.ft tt - if [ -f LIBEXECDIR/go500 ]; then - LIBEXECDIR/go500; echo ' go500' - fi -.ft -.fi -.SH OPERATION WITH INETD -To arrange to have -.B go500 -started from -.BR inetd (8), -the Internet protocol -daemon, add a line like the following to your -.B /etc/services -file, or the equivalent: -.LP -.nf -.ft tt - go500 5555/tcp go500 -.ft -.fi -.LP -Next, add a line like this to your -.B /etc/inetd.conf -file, or the equivalent: -.LP -.nf -.ft tt - go500 stream tcp nowait nobody LIBEXECDIR/go500 go500 -I -.ft -.fi -.LP -For these changes to take effect with inetd, you will probably have -to send it it a HUP signal. See -.BR inetd (8) -for more details. -.SH GOPHER CONFIGURATION -The next step is to configure your local gopher server to have an -entry for -.BR go500 . -With the standard unix gopher server, this -can be done with a -.B .link -file. -A sample -.B .link -file is given below, with the things you should -change given in <>'s: -.LP -.nf -.ft tt - Name=