diff options
author | Simo Sorce <ssorce@redhat.com> | 2011-07-20 18:11:05 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2011-08-26 08:26:08 -0400 |
commit | dfa944da247f71f4ccf8a18eee30459e6c25caa5 (patch) | |
tree | a0734aaade4426e61f24e4a026b6c6f47ce30305 /install/tools/man/ipa-server-install.1 | |
parent | a60a71497bb412217922b00d0e8398bfc3e6a9db (diff) | |
download | freeipa.git-dfa944da247f71f4ccf8a18eee30459e6c25caa5.tar.gz freeipa.git-dfa944da247f71f4ccf8a18eee30459e6c25caa5.tar.xz freeipa.git-dfa944da247f71f4ccf8a18eee30459e6c25caa5.zip |
daemons: Remove ipa_kpasswd
Now that we have our own database we can properly enforce stricter constraints
on how the db can be changed. Stop shipping our own kpasswd daemon and instead
use the regular kadmin daemon.
Diffstat (limited to 'install/tools/man/ipa-server-install.1')
-rw-r--r-- | install/tools/man/ipa-server-install.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/man/ipa-server-install.1 b/install/tools/man/ipa-server-install.1 index a247c19b..a06b849c 100644 --- a/install/tools/man/ipa-server-install.1 +++ b/install/tools/man/ipa-server-install.1 @@ -22,7 +22,7 @@ ipa\-server\-install \- Configure an IPA server .SH "SYNOPSIS" ipa\-server\-install [\fIOPTION\fR]... .SH "DESCRIPTION" -Configures the services needed by an IPA server. This includes setting up a Kerberos Key Distribution Center (KDC) with an LDAP back\-end, configuring Apache, configuring NTP and starting the ipa_kpasswd service provided by IPA. By default a dogtag\-based CA will be configured to issue server certificates. +Configures the services needed by an IPA server. This includes setting up a Kerberos Key Distribution Center (KDC) and a Kadmin daemon with an LDAP back\-end, configuring Apache, configuring NTP and optionally configuring and starting an LDAP-backed DNS server. By default a dogtag\-based CA will be configured to issue server certificates. .SH "OPTIONS" .TP \fB\-r\fR \fIREALM_NAME\fR, \fB\-\-realm\fR=\fIREALM_NAME\fR |