diff options
author | Rob Crittenden <rcritten@redhat.com> | 2008-03-17 18:04:49 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2008-03-17 18:04:49 -0400 |
commit | 5f72955bca11f41808508bdd5fc33ea3fe16f40e (patch) | |
tree | 43ce47ca9fc9c9f785d94da30decabc65c5fa938 /ipa-client | |
parent | 4c288e653aec9c5d58ef782f07a13b9efde6e148 (diff) | |
download | freeipa-5f72955bca11f41808508bdd5fc33ea3fe16f40e.tar.gz freeipa-5f72955bca11f41808508bdd5fc33ea3fe16f40e.tar.xz freeipa-5f72955bca11f41808508bdd5fc33ea3fe16f40e.zip |
Add some missing man pages
436501
Diffstat (limited to 'ipa-client')
-rw-r--r-- | ipa-client/man/Makefile.am | 6 | ||||
-rw-r--r-- | ipa-client/man/ipa-client-install.1 | 55 |
2 files changed, 59 insertions, 2 deletions
diff --git a/ipa-client/man/Makefile.am b/ipa-client/man/Makefile.am index 612f6f74..f2cc876a 100644 --- a/ipa-client/man/Makefile.am +++ b/ipa-client/man/Makefile.am @@ -2,7 +2,9 @@ AUTOMAKE_OPTIONS = 1.7 -man_MANS = ipa-getkeytab.1 - +man_MANS = \ + ipa-getkeytab.1 \ + ipa-client-install.1 + install-data-hook: @for i in $(man_MANS) ; do gzip -f $(DESTDIR)$(man1dir)/$$i ; done diff --git a/ipa-client/man/ipa-client-install.1 b/ipa-client/man/ipa-client-install.1 new file mode 100644 index 00000000..a4e2a39f --- /dev/null +++ b/ipa-client/man/ipa-client-install.1 @@ -0,0 +1,55 @@ +.\" A man page for ipa-client-install +.\" Copyright (C) 2008 Red Hat, Inc. +.\" +.\" This is free software; you can redistribute it and/or modify it under +.\" the terms of the GNU Library General Public License as published by +.\" the Free Software Foundation; version 2 only +.\" +.\" 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 Library General Public +.\" License along with this program; if not, write to the Free Software +.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +.\" +.\" Author: Rob Crittenden <rcritten@redhat.com> +.\" +.TH "ipa-client-install" "1" "Mar 14 2008" "freeipa" "" +.SH "NAME" +ipa\-client\-install \- Configure an IPA client +.SH "SYNOPSIS" +ipa\-client\-install [\fIOPTION\fR]... +.SH "DESCRIPTION" +Configures a client machine to use IPA for authentication and identity services. + +This configures PAM and NSS (Name Switching Service) to work with an IPA server over Kerberos an LDAP. +.SH "OPTIONS" +.TP +\fB\-\-domain\fR=\fIDOMAIN\fR +Set the domain name to DOMAIN +.TP +\fB\-\-server\fR=\fISERVER\fR +Set the IPA server to connect to +.TP +\fB\-\-realm\fR=\fIREALM_NAME\fR +Set the IPA realm name to REALM_NAME +.TP +\fB\-f\fR, \fB\-\-force\fR +Force the settings even if errors occur +.TP +\fB\-d\fR, \fB\-\-debug\fR +Print debugging information to stdout +.TP +\fB\-U\fR, \fB\-\-unattended\fR +Unattended installation. The user will not be prompted. +.TP +\fB\-N\fR, \fB\-\-no\-ntp\fR +Do not configure or enable NTP +\fB\-\-on\-master\fB +The client is being configured on an IPA server +.SH "EXIT STATUS" +0 if the installation was successful + +1 if an error occurred |