aboutsummaryrefslogtreecommitdiff
path: root/doc/admin/admin_commands/kadmind.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/admin/admin_commands/kadmind.rst')
-rw-r--r--doc/admin/admin_commands/kadmind.rst48
1 files changed, 27 insertions, 21 deletions
diff --git a/doc/admin/admin_commands/kadmind.rst b/doc/admin/admin_commands/kadmind.rst
index f5b7733ea33d..7e1482635d0a 100644
--- a/doc/admin/admin_commands/kadmind.rst
+++ b/doc/admin/admin_commands/kadmind.rst
@@ -23,9 +23,9 @@ DESCRIPTION
-----------
kadmind starts the Kerberos administration server. kadmind typically
-runs on the master Kerberos server, which stores the KDC database. If
-the KDC database uses the LDAP module, the administration server and
-the KDC server need not run on the same machine. kadmind accepts
+runs on the primary Kerberos server, which stores the KDC database.
+If the KDC database uses the LDAP module, the administration server
+and the KDC server need not run on the same machine. kadmind accepts
remote requests from programs such as :ref:`kadmin(1)` and
:ref:`kpasswd(1)` to administer the information in these database.
@@ -49,14 +49,14 @@ After the server begins running, it puts itself in the background and
disassociates itself from its controlling terminal.
kadmind can be configured for incremental database propagation.
-Incremental propagation allows slave KDC servers to receive principal
-and policy updates incrementally instead of receiving full dumps of
-the database. This facility can be enabled in the :ref:`kdc.conf(5)`
-file with the **iprop_enable** option. Incremental propagation
-requires the principal ``kiprop/MASTER\@REALM`` (where MASTER is the
-master KDC's canonical host name, and REALM the realm name). In
-release 1.13, this principal is automatically created and registered
-into the datebase.
+Incremental propagation allows replica KDC servers to receive
+principal and policy updates incrementally instead of receiving full
+dumps of the database. This facility can be enabled in the
+:ref:`kdc.conf(5)` file with the **iprop_enable** option. Incremental
+propagation requires the principal ``kiprop/PRIMARY\@REALM`` (where
+PRIMARY is the primary KDC's canonical host name, and REALM the realm
+name). In release 1.13, this principal is automatically created and
+registered into the datebase.
OPTIONS
@@ -74,14 +74,13 @@ OPTIONS
**-nofork**
causes the server to remain in the foreground and remain
- associated to the terminal. In normal operation, you should allow
- the server to place itself in the background.
+ associated to the terminal.
**-proponly**
- causes the server to only listen and respond to Kerberos slave
+ causes the server to only listen and respond to Kerberos replica
incremental propagation polling requests. This option can be used
- to set up a hierarchical propagation topology where a slave KDC
- provides incremental updates to other Kerberos slaves.
+ to set up a hierarchical propagation topology where a replica KDC
+ provides incremental updates to other Kerberos replicas.
**-port** *port-number*
specifies the port on which the administration server listens for
@@ -100,12 +99,12 @@ OPTIONS
**-K** *kprop_path*
specifies the path to the kprop command to use to send full dumps
- to slaves in response to full resync requests.
+ to replicas in response to full resync requests.
**-k** *kprop_port*
- specifies the port by which the kprop process that is spawned by kadmind
- connects to the slave kpropd, in order to transfer the dump file during
- an iprop full resync request.
+ specifies the port by which the kprop process that is spawned by
+ kadmind connects to the replica kpropd, in order to transfer the
+ dump file during an iprop full resync request.
**-F** *dump_file*
specifies the file path to be used for dumping the KDB in response
@@ -116,8 +115,15 @@ OPTIONS
<dboptions>` in :ref:`kadmin(1)` for supported arguments.
+ENVIRONMENT
+-----------
+
+See :ref:`kerberos(7)` for a description of Kerberos environment
+variables.
+
+
SEE ALSO
--------
:ref:`kpasswd(1)`, :ref:`kadmin(1)`, :ref:`kdb5_util(8)`,
-:ref:`kdb5_ldap_util(8)`, :ref:`kadm5.acl(5)`
+:ref:`kdb5_ldap_util(8)`, :ref:`kadm5.acl(5)`, :ref:`kerberos(7)`