summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/man/ipa-addservice.1
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-01-04 16:42:33 -0500
committerRob Crittenden <rcritten@redhat.com>2008-01-04 16:42:33 -0500
commit1db719691eba93cb47e55603b41ddcbb4b1ff060 (patch)
tree23d0ad497ed45427db37250c7760bc36c3e6549c /ipa-admintools/man/ipa-addservice.1
parent1c4e4b3e141996ad89d999257b3bfe10b1d150df (diff)
downloadfreeipa-1db719691eba93cb47e55603b41ddcbb4b1ff060.tar.gz
freeipa-1db719691eba93cb47e55603b41ddcbb4b1ff060.tar.xz
freeipa-1db719691eba93cb47e55603b41ddcbb4b1ff060.zip
Add man page
Diffstat (limited to 'ipa-admintools/man/ipa-addservice.1')
-rw-r--r--ipa-admintools/man/ipa-addservice.154
1 files changed, 54 insertions, 0 deletions
diff --git a/ipa-admintools/man/ipa-addservice.1 b/ipa-admintools/man/ipa-addservice.1
new file mode 100644
index 000000000..7ac1a7a89
--- /dev/null
+++ b/ipa-admintools/man/ipa-addservice.1
@@ -0,0 +1,54 @@
+.\" A man page for ipa-addservice
+.\" Copyright (C) 2007 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; either version 2 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 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-addservice" "1" "Jan 4 2008" "freeipa" ""
+.SH "NAME"
+ipa\-addservice \- Add a service principal
+
+.SH "SYNOPSIS"
+ipa\-adduser \fIprincipal\fR
+
+.SH "DESCRIPTION"
+Adds a service principal \fIprincipal\fR.
+
+The principal takes the form of:
+
+service "/" fully\-qualified host name
+
+The list of possible services is too exhaustive to list here but a short list is:
+
+cifs
+dhcp
+dns
+host
+HTTP
+ldap
+rpc
+snmp
+
+NOTE: It is not necessary to include the kerberos realm.
+.SH "EXAMPLES"
+.TP
+ipa\-addservice HTTP/www.example.com
+Add a service principal for a web server
+.TP
+ipa\-addservice host/ipa.example.com
+Add a service principal for the host (for ssh, for example)
+.SH "EXIT STATUS"
+The exit status is 0 on success, nonzero on error.