summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhanna Tsitkov <tsitkova@mit.edu>2012-03-23 19:20:12 +0000
committerZhanna Tsitkov <tsitkova@mit.edu>2012-03-23 19:20:12 +0000
commit5c90e2e933f6449e05b334cdfdb4a828d1fa8535 (patch)
tree6c8fe7ce20d28b7bf219ccf31c82c6e36352b0aa
parentf309175aeb7cee90bc1537ccc871e5b2221dac87 (diff)
Remove references to the "feedback" and the original source of the document (such as Kerberos V5 Installation Guide etc) in the rst files
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25787 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--doc/rst_source/krb_admins/admin_commands/index.rst5
-rw-r--r--doc/rst_source/krb_admins/backup_host.rst6
-rw-r--r--doc/rst_source/krb_admins/conf_files/index.rst6
-rw-r--r--doc/rst_source/krb_admins/conf_ldap.rst6
-rw-r--r--doc/rst_source/krb_admins/database.rst12
-rw-r--r--doc/rst_source/krb_admins/install.rst7
-rw-r--r--doc/rst_source/krb_admins/install_kdc.rst7
-rw-r--r--doc/rst_source/krb_admins/realm_config.rst6
-rw-r--r--doc/rst_source/krb_build/index.rst6
-rw-r--r--doc/rst_source/krb_users/index.rst8
-rw-r--r--doc/rst_source/krb_users/pwd_mgmt.rst5
-rw-r--r--doc/rst_source/krb_users/tkt_mgmt.rst5
-rw-r--r--doc/rst_source/krb_users/user_commands/index.rst5
-rw-r--r--doc/rst_source/mitK5defaults.rst5
-rw-r--r--doc/rst_source/relay/index.rst2
15 files changed, 0 insertions, 91 deletions
diff --git a/doc/rst_source/krb_admins/admin_commands/index.rst b/doc/rst_source/krb_admins/admin_commands/index.rst
index 1a6a8c872..1250a1d61 100644
--- a/doc/rst_source/krb_admins/admin_commands/index.rst
+++ b/doc/rst_source/krb_admins/admin_commands/index.rst
@@ -1,11 +1,6 @@
Administration programs
========================
-.. note:: This document was copied from Kerberos man pages. Currently
- it is under review. Please, send your feedback, corrections
- and additions to krb5-bugs@mit.edu. Your contribution is
- greatly appreciated.
-
.. toctree::
:maxdepth: 1
diff --git a/doc/rst_source/krb_admins/backup_host.rst b/doc/rst_source/krb_admins/backup_host.rst
index 8c078da9a..a0c2a2878 100644
--- a/doc/rst_source/krb_admins/backup_host.rst
+++ b/doc/rst_source/krb_admins/backup_host.rst
@@ -1,12 +1,6 @@
Backups of secure hosts
=======================
-.. note:: This document was copied from **Kerberos V5 System
- Administrator's Guide** with minor changes. Currently it is
- under review. Please, send your feedback, corrections and
- additions to krb5-bugs@mit.edu. Your contribution is
- greatly appreciated.
-
When you back up a secure host, you should exclude the host's keytab
file from the backup. If someone obtained a copy of the keytab from a
backup, that person could make any host masquerade as the host whose
diff --git a/doc/rst_source/krb_admins/conf_files/index.rst b/doc/rst_source/krb_admins/conf_files/index.rst
index 2dc83de75..d17564fb5 100644
--- a/doc/rst_source/krb_admins/conf_files/index.rst
+++ b/doc/rst_source/krb_admins/conf_files/index.rst
@@ -1,12 +1,6 @@
Configuration Files
===================
-.. note:: This document was copied from **Kerberos V5 System
- Administrator's Guide** with minor changes. Currently it is
- under review. Please, send your feedback, corrections and
- additions to krb5-bugs@mit.edu. Your contribution is greatly
- appreciated.
-
.. toctree::
:maxdepth: 2
diff --git a/doc/rst_source/krb_admins/conf_ldap.rst b/doc/rst_source/krb_admins/conf_ldap.rst
index 0a85f6f1a..b59da28f8 100644
--- a/doc/rst_source/krb_admins/conf_ldap.rst
+++ b/doc/rst_source/krb_admins/conf_ldap.rst
@@ -1,12 +1,6 @@
Configuring Kerberos with OpenLDAP back-end
===========================================
-.. note:: This document was copied from **Kerberos V5 System
- Administrator's Guide** with minor changes. Currently it is
- under review. Please, send your feedback, corrections and
- additions to krb5-bugs@mit.edu. Your contribution is
- greatly appreciated.
-
.. seealso:: :ref:`ldap_be_ubuntu`
1. Set up SSL on the OpenLDAP server and client to ensure secure
diff --git a/doc/rst_source/krb_admins/database.rst b/doc/rst_source/krb_admins/database.rst
index f73e4b938..1b0defb36 100644
--- a/doc/rst_source/krb_admins/database.rst
+++ b/doc/rst_source/krb_admins/database.rst
@@ -1,12 +1,6 @@
Database administration
=======================
-.. note:: This document was copied from **Kerberos V5 System
- Administrator's Guide** with minor changes. Currently it is
- under review. Please, send your feedback, corrections and
- additions to krb5-bugs@mit.edu. Your contribution is
- greatly appreciated.
-
A Kerberos database contains all of a realm's Kerberos principals,
their passwords, and other administrative information about each
principal. For the most part, you will use the :ref:`kdb5_util(8)`
@@ -770,12 +764,6 @@ database as well as the new key. For example::
Incremental database propagation
--------------------------------
-.. note:: This document was copied from **Kerberos V5 Installation
- Guide** with minor changes. Currently it is under review.
- Please, send your feedback, corrections and additions to
- krb5-bugs@mit.edu. Your contribution is greatly
- appreciated.
-
Overview
~~~~~~~~
diff --git a/doc/rst_source/krb_admins/install.rst b/doc/rst_source/krb_admins/install.rst
index 1505b109f..a79bda952 100644
--- a/doc/rst_source/krb_admins/install.rst
+++ b/doc/rst_source/krb_admins/install.rst
@@ -1,13 +1,6 @@
Installation guide
==================
-.. note:: This document was copied from **Kerberos V5 Installation
- Guide** with minor changes. Currently it is under
- review. Please, send your feedback, corrections and
- additions to krb5-bugs@mit.edu. Your contribution is greatly
- appreciated.
-
-
Contents
--------
diff --git a/doc/rst_source/krb_admins/install_kdc.rst b/doc/rst_source/krb_admins/install_kdc.rst
index 6b8e0a31d..92b46f9c4 100644
--- a/doc/rst_source/krb_admins/install_kdc.rst
+++ b/doc/rst_source/krb_admins/install_kdc.rst
@@ -1,10 +1,3 @@
-.. note:: This document was copied from **Kerberos V5 Installation
- Guide** with minor changes. Currently it is under
- review. Please, send your feedback, corrections and
- additions to krb5-bugs@mit.edu. Your contribution is greatly
- appreciated.
-
-
Installing KDCs
===============
diff --git a/doc/rst_source/krb_admins/realm_config.rst b/doc/rst_source/krb_admins/realm_config.rst
index f8e53b3ad..2a0e0cc22 100644
--- a/doc/rst_source/krb_admins/realm_config.rst
+++ b/doc/rst_source/krb_admins/realm_config.rst
@@ -1,12 +1,6 @@
Realm configuration decisions
=============================
-.. note:: This document was copied from **Kerberos V5 Installation
- Guide** with minor changes. Currently it is under review.
- Please, send your feedback, corrections and additions to
- krb5-bugs@mit.edu. Your contribution is greatly
- appreciated.
-
Before installing Kerberos V5, it is necessary to consider the
following issues:
diff --git a/doc/rst_source/krb_build/index.rst b/doc/rst_source/krb_build/index.rst
index 8f852f362..7c682f016 100644
--- a/doc/rst_source/krb_build/index.rst
+++ b/doc/rst_source/krb_build/index.rst
@@ -3,12 +3,6 @@
Building Kerberos V5
====================
-.. note:: This document was copied from **Kerberos V5 Installation
- Guide** with minor changes. Currently it is under
- review. Please, send your feedback, corrections and
- additions to krb5-bugs@mit.edu. Your contribution is
- greatly appreciated.
-
Build Requirements
------------------
diff --git a/doc/rst_source/krb_users/index.rst b/doc/rst_source/krb_users/index.rst
index ef653dd92..5963db31e 100644
--- a/doc/rst_source/krb_users/index.rst
+++ b/doc/rst_source/krb_users/index.rst
@@ -1,14 +1,6 @@
For users
=========
-A collection of documents for Kerberos users
-
-.. note:: This document was copied from **Kerberos V5 UNIX User's
- Guide**. Currently it is under review. Please, send your
- feedback, corrections and additions to krb5-bugs@mit.edu.
- Your contribution is greatly appreciated.
-
-
Contents
--------
diff --git a/doc/rst_source/krb_users/pwd_mgmt.rst b/doc/rst_source/krb_users/pwd_mgmt.rst
index 8645c06dd..c0d210910 100644
--- a/doc/rst_source/krb_users/pwd_mgmt.rst
+++ b/doc/rst_source/krb_users/pwd_mgmt.rst
@@ -1,11 +1,6 @@
Password management
===================
-.. note:: This document was copied from **Kerberos V5 UNIX User's
- Guide**. Currently it is under review. Please, send your
- feedback, corrections and additions to krb5-bugs@mit.edu.
- Your contribution is greatly appreciated.
-
Your password is the only way Kerberos has of verifying your identity.
If someone finds out your password, that person can masquerade as
you--send email that comes from you, read, edit, or delete your files,
diff --git a/doc/rst_source/krb_users/tkt_mgmt.rst b/doc/rst_source/krb_users/tkt_mgmt.rst
index 9fdd2b4eb..0ca95accd 100644
--- a/doc/rst_source/krb_users/tkt_mgmt.rst
+++ b/doc/rst_source/krb_users/tkt_mgmt.rst
@@ -1,11 +1,6 @@
Ticket management
=================
-.. note:: This document was copied from **Kerberos V5 UNIX User's
- Guide**. Currently it is under review. Please, send your
- feedback, corrections and additions to krb5-bugs@mit.edu.
- Your contribution is greatly appreciated.
-
On many systems, Kerberos is built into the login program, and you get
tickets automatically when you log in. Other programs, such as ssh,
can forward copies of your tickets to a remote host. Most of these
diff --git a/doc/rst_source/krb_users/user_commands/index.rst b/doc/rst_source/krb_users/user_commands/index.rst
index 97f57b7a6..d0a72d891 100644
--- a/doc/rst_source/krb_users/user_commands/index.rst
+++ b/doc/rst_source/krb_users/user_commands/index.rst
@@ -3,11 +3,6 @@
User commands
=============
-.. note:: This document was copied from Kerberos man pages. Currently
- it is under review. Please, send your feedback, corrections
- and additions to krb5-bugs@mit.edu. Your contribution is
- greatly appreciated.
-
.. toctree::
:maxdepth: 1
diff --git a/doc/rst_source/mitK5defaults.rst b/doc/rst_source/mitK5defaults.rst
index 4f22c2730..db6e067e0 100644
--- a/doc/rst_source/mitK5defaults.rst
+++ b/doc/rst_source/mitK5defaults.rst
@@ -100,8 +100,3 @@ Site- and system-wide initialization for the code compiled on Linux or Solaris
===================== ============================== =================
-Report the problem
-------------------
-
-Please, provide your feedback on this document at
-krb5-bugsmit.edu?subject=Documentation___krb5_implementation_features
diff --git a/doc/rst_source/relay/index.rst b/doc/rst_source/relay/index.rst
index 436ec754b..45e3e1f14 100644
--- a/doc/rst_source/relay/index.rst
+++ b/doc/rst_source/relay/index.rst
@@ -7,5 +7,3 @@ About this project
philosophy.rst
build_this.rst
-Please, provide your feedback on this document at
-krb5-bugs@mit.edu?subject=Documentation___relay_feedback