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_kpasswd.8 | |
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_kpasswd.8')
-rw-r--r-- | install/tools/man/ipa_kpasswd.8 | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/install/tools/man/ipa_kpasswd.8 b/install/tools/man/ipa_kpasswd.8 deleted file mode 100644 index 3c0d8105..00000000 --- a/install/tools/man/ipa_kpasswd.8 +++ /dev/null @@ -1,36 +0,0 @@ -.\" A man page for ipa_kpasswd -.\" Copyright (C) 2008 Red Hat, Inc. -.\" -.\" This program is free software; you can redistribute it and/or modify -.\" it under the terms of the GNU General Public License as published by -.\" the Free Software Foundation, either version 3 of the License, or -.\" (at your option) any later version. -.\" -.\" This program is distributed in the hope that it will be useful, but -.\" WITHOUT ANY WARRANTY; without even the implied warranty of -.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -.\" General Public License for more details. -.\" -.\" You should have received a copy of the GNU General Public License -.\" along with this program. If not, see <http://www.gnu.org/licenses/>. -.\" -.\" Author: Rob Crittenden <rcritten@redhat.com> -.\" -.TH "ipa_kpasswd" "8" "Mar 14 2008" "freeipa" "" -.SH "NAME" -ipa_kpasswd \- Proxy Kerberos password change requests -.SH "SYNOPSIS" -ipa_kpasswd -.SH "DESCRIPTION" -Implementation of the kpasswd protocol (RFC 3244). - -It is used to proxy password change operations to Directory Server. -.SH "ENVIRONMENT VARIABLES" -.TP -KRB5_KTNAME -Location of the keytab to be used by ipa_kpasswd -.TP -IPA_KPASSWD_DEBUG -Enable additional syslog output from ipa_kpasswd. Setting greater than 0 gets basic output. Setting higher than 100 gets more. -.SH "EXIT STATUS" -\-1 if an error occurred |