diff options
Diffstat (limited to 'ipa-admintools/man')
-rw-r--r-- | ipa-admintools/man/Makefile | 32 | ||||
-rw-r--r-- | ipa-admintools/man/ipa-adddelegation.1 | 62 | ||||
-rw-r--r-- | ipa-admintools/man/ipa-addgroup.1 | 51 | ||||
-rw-r--r-- | ipa-admintools/man/ipa-addservice.1 | 59 | ||||
-rw-r--r-- | ipa-admintools/man/ipa-adduser.1 | 84 | ||||
-rw-r--r-- | ipa-admintools/man/ipa-defaultoptions.1 | 65 | ||||
-rw-r--r-- | ipa-admintools/man/ipa-deldelegation.1 | 39 | ||||
-rw-r--r-- | ipa-admintools/man/ipa-delgroup.1 | 37 | ||||
-rw-r--r-- | ipa-admintools/man/ipa-delservice.1 | 38 | ||||
-rw-r--r-- | ipa-admintools/man/ipa-deluser.1 | 35 | ||||
-rw-r--r-- | ipa-admintools/man/ipa-findgroup.1 | 41 | ||||
-rw-r--r-- | ipa-admintools/man/ipa-findservice.1 | 48 | ||||
-rw-r--r-- | ipa-admintools/man/ipa-finduser.1 | 48 | ||||
-rw-r--r-- | ipa-admintools/man/ipa-listdelegation.1 | 37 | ||||
-rw-r--r-- | ipa-admintools/man/ipa-lockuser.1 | 38 | ||||
-rw-r--r-- | ipa-admintools/man/ipa-moddelegation.1 | 50 | ||||
-rw-r--r-- | ipa-admintools/man/ipa-modgroup.1 | 56 | ||||
-rw-r--r-- | ipa-admintools/man/ipa-moduser.1 | 56 | ||||
-rw-r--r-- | ipa-admintools/man/ipa-passwd.1 | 34 | ||||
-rw-r--r-- | ipa-admintools/man/ipa-pwpolicy.1 | 54 |
20 files changed, 0 insertions, 964 deletions
diff --git a/ipa-admintools/man/Makefile b/ipa-admintools/man/Makefile deleted file mode 100644 index 506dbb43..00000000 --- a/ipa-admintools/man/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -MANDIR = $(DESTDIR)/usr/share/man - -MANFILES=\ - ipa-adddelegation.1 \ - ipa-addgroup.1 \ - ipa-addservice.1 \ - ipa-adduser.1 \ - ipa-deldelegation.1 \ - ipa-delgroup.1 \ - ipa-delservice.1 \ - ipa-deluser.1 \ - ipa-findgroup.1 \ - ipa-findservice.1 \ - ipa-finduser.1 \ - ipa-modgroup.1 \ - ipa-listdelegation.1 \ - ipa-lockuser.1 \ - ipa-moddelegation.1 \ - ipa-passwd.1 \ - ipa-pwpolicy.1 \ - ipa-moduser.1 \ - ipa-defaultoptions.1 - -all: ; - -install: - mkdir -p $(MANDIR)/man1 - @for i in $(MANFILES) ; do install -m 644 $$i $(MANDIR)/man1 ; gzip -f $(MANDIR)/man1/$$i ; done - -clean: - -test: diff --git a/ipa-admintools/man/ipa-adddelegation.1 b/ipa-admintools/man/ipa-adddelegation.1 deleted file mode 100644 index 4db109f6..00000000 --- a/ipa-admintools/man/ipa-adddelegation.1 +++ /dev/null @@ -1,62 +0,0 @@ -.\" A man page for ipa-adddelegation -.\" 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; 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-adddelegation" "1" "Oct 24 2007" "freeipa" "" -.SH "NAME" -ipa\-adddelegation \- Add a delegation - -.SH "SYNOPSIS" -ipa\-adddelegation [\fIOPTION\fR]... \fIname\fR - -.SH "DESCRIPTION" -Adds a delegation named \fIname\fR. - -A delegation is used to grant write access to certain attributes from one group to another. - -For example, a secretary group may be granted write access to modify the phone attribute of all users in a manager's group. -.SH "OPTIONS" -.TP -\fB\-a\fR, \fB\-\-attributes\fR=\fIATTRIBUTES\fR -A comma\-separated list of the \f[SM]attributes\fR that may be written by the source group. -.TP -\fB\-l\fR -Provide a list of common attribute names. This is not an exhaustive list. -.TP -\fB\-s\fR, \fB\-\-source\fR=\fISOURCE\fR -The name of the group that is being granted write permission. -.TP -\fB\-t\fR, \fB\-\-target\fR=\fITARGET\fR -The name of the group that will be written to. -.TP -\fB\-v\fR, \fB\-\-verbose\fR -Display the XML\-RPC request and response for more verbose debugging output -.PP -All arguments except \-v/\-\-verbose are mandatory. -.SH "EXAMPLES" -.TP -ipa\-adddelegation \-a telephonenumber,facsimiletelephonenumber,mobile \-s secretaries \-t everyone phones - -Create a delegation named \fBphones\fR that will let anyone in the \fIsecretaries\fR group edit the phone numbers of anyone in the group \fIeveryone\fR. -.SH "EXIT STATUS" -0 if the delegation was added successfully - -1 if an error occurred - -2 if no not exactly one matching source group was found (0 or more than one) - -3 if no not exactly one matching target group was found (0 or more than one diff --git a/ipa-admintools/man/ipa-addgroup.1 b/ipa-admintools/man/ipa-addgroup.1 deleted file mode 100644 index 0e61c619..00000000 --- a/ipa-admintools/man/ipa-addgroup.1 +++ /dev/null @@ -1,51 +0,0 @@ -.\" A man page for ipa-addgroup -.\" 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; 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-addgroup" "1" "Oct 10 2007" "freeipa" "" -.SH "NAME" -ipa\-addgroup \- Add a group - -.SH "SYNOPSIS" -ipa\-addgroup [\fIOPTION\fR]... \fIgroup\fR - -.SH "DESCRIPTION" -Adds a group with name \fIgroup\fR. -.SH "OPTIONS" -.TP -\fB\-d\fR, \fB\-\-description\fR=\fIdescription\fR -Set the description of the group to \fIdescription\fR. -.TP -\fB\-g\fR, \fB\-\-gid\fR=\fIgid\fR -Set the gid for this group to \fIgid\fR. -If this option is not present, one is created automatically -by \fBfreeIPA\fR. -.TP -\fB\-\-addattr\fR \fIattr=value\fR -Adds \fIvalue\fR to attribute \fIattr\fR. Attributes set this way are done after other options. If an attribute is listed more than once or already exists in the entry, it is considered a multi\-valued attribute and a list of the values is created. -.TP -\fB\-\-setattr\fR \fIattr=value\fR -Set attribute \fIattr\fR to \fIvalue\fR. Any existing value will be replaced with \fIvalue\fR. -.TP -\fB\-v\fR, \fB\-\-verbose\fR -Display the XML\-RPC request and response for more verbose debugging output. -.PP -The group name and description are mandatory fields. If either of these are not included on the command line you will be asked interactively. - -If no options are passed then all questions are asked. -.SH "EXIT STATUS" -The exit status is 0 on success, nonzero on error. diff --git a/ipa-admintools/man/ipa-addservice.1 b/ipa-admintools/man/ipa-addservice.1 deleted file mode 100644 index 54550572..00000000 --- a/ipa-admintools/man/ipa-addservice.1 +++ /dev/null @@ -1,59 +0,0 @@ -.\" 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; 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-addservice" "1" "Jan 4 2008" "freeipa" "" -.SH "NAME" -ipa\-addservice \- Add a service principal - -.SH "SYNOPSIS" -ipa\-addservice [\fIOPTION\fR]... \fIprincipal\fR -.SH "DESCRIPTION" -Adds a service principal \fIprincipal\fR. - -The principal takes the form of: - -service/fully\-qualified\-hostname - -The list of possible services is too extensive to list here but a short list is: - -cifs -dns -host -HTTP -ldap -nfs - -The IPA server automatically appends the Kerberos realm for which it is configured. You cannot specify a different realm. - -The hostname must resolve to a DNS A record in order to ensure that it will work with Kerberos. Use the \-\-force flag to force the creation of a principal. -.SH "OPTIONS" -.TP -\fB\-\-force\fR -Force the creation of the given principal name. -.TP -\fB\-v\fR, \fB\-\-verbose\fR -Display the XML\-RPC request and response for more verbose debugging output. -.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. diff --git a/ipa-admintools/man/ipa-adduser.1 b/ipa-admintools/man/ipa-adduser.1 deleted file mode 100644 index 0b8ad3e3..00000000 --- a/ipa-admintools/man/ipa-adduser.1 +++ /dev/null @@ -1,84 +0,0 @@ -.\" A man page for ipa-adduser -.\" 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; 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-adduser" "1" "Oct 10 2007" "freeipa" "" -.SH "NAME" -ipa\-adduser \- Add a user - -.SH "SYNOPSIS" -ipa\-adduser [\fIOPTION\fR]... \fIuser\fR - -.SH "DESCRIPTION" -Adds a user with username \fIuser\fR. - -.SH "OPTIONS" -.TP -\fB\-c\fR, \fB\-\-gecos\fR=\fIgecos\fR -Set the \f[SM]GECOS\fR field to \fIgecos\fR. -The \f[SM]GECOS\fR field is traditionally used to store user's real name and other information. -.TP -\fB\-d\fR, \fB\-\-directory\fR=\fIdirectory\fR -Set user's home directory to \fIdirectory\fR. -If this option is not present, a default specified by the -.B freeIPA configuration is used. -.TP -\fB\-f\fR, \fB\-\-firstname\fR=\fIgivenName\fR -Set user's first name to \fIgivenName\fR. -.TP -\fB\-l\fR, \fB\-\-lastname\fR=\fIfamilyName\fR -Set user's last name to \fIfamilyName\fR. -.TP -\fB\-p\fR, \fB\-\-password\fR=\fIpassword\fR -Set user's password to \fIpassword\fR. -.TP -\fB\-P\fR -Prompt for the user's password. -.TP -\fB\-s\fR, \fB\-\-shell\fR=\fIshell\fR -Set the user's login shell to \fIshell\fR. -If this option is not present, a default specified by the -.B freeIPA configuration is used. -.TP -\fB\-G\fR, \fB\-\-groups\fR=\fIgroups\fR -Add this user to one or more groups in \fIgroups\fR. -\fIgroups\fR is a comma\-separated list of groups. -Each \fIgroup\fR must already exist. -.TP -\fB\-k\fR, \fB\-\-krb\-principal\fR=\fIprincipal\fR -Set this user's principal to \fIprincipal\fR. -By default the principal is set to \fBuser\fR. -.TP -\fB\-M\fR, \fB\-\-mailAddress\fR=\fImail\fR -Set this user's e\-mail address to \fImail\fR. -.TP -\fB\-\-addattr\fR \fIattr=value\fR -Adds \fIvalue\fR to attribute \fIattr\fR. Attributes set this way are done after other options. If an attribute is listed more than once or already exists in the entry, it is considered a multi\-valued attribute and a list of the values is created. -.TP -\fB\-\-setattr\fR \fIattr=value\fR -Set attribute \fIattr\fR to \fIvalue\fR. Any existing value will be replaced with \fIvalue\fR. -.TP -\fB\-v\fR, \fB\-\-verbose\fR -Display the XML\-RPC request and response for more verbose debugging output. -.PP -The mandatory fields are: user, first name and last name. If any of these are not included on the command line you will be asked interactively. - -The password is asked interactively if not passed on the command\-line but it isn't mandatory. Leaving both values blank will leave the password unset on the account. - -If no options are passed then all questions are asked. -.SH "EXIT STATUS" -The exit status is 0 on success, nonzero on error. diff --git a/ipa-admintools/man/ipa-defaultoptions.1 b/ipa-admintools/man/ipa-defaultoptions.1 deleted file mode 100644 index f58588fe..00000000 --- a/ipa-admintools/man/ipa-defaultoptions.1 +++ /dev/null @@ -1,65 +0,0 @@ -.\" A man page for ipa-defaultoptions -.\" 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-defaultoptions" "1" "Jul 14 2008" "freeipa" "" -.SH "NAME" -ipa\-defaultoptions \- Display or modify the IPA Search and User Policies -.SH "SYNOPSIS" -ipa\-defaultoptions [\-\-maxusername number] [\-\-homedir directory] [\-\-defaultshell shell] [\-\-defaultgroup group] [\-\-emaildomain domain] [\-\-searchtimelimit number] [\-\-searchrecordslimit number] [\-\-usersearch fields] [\-\-groupsearch fields] [\-v|\-\-verbose] -ipa\-defaultoptions \-\-show -.SH "DESCRIPTION" -Displays or updates the IPA Search and User Policy. - -.SH "OPTIONS" -.TP -\fB\-\-maxusername\fR=\fIMAXUSERNAME\fR -Max. Length of a username -.TP -\fB\-\-homedir\fR=\fIHOMEDIR\fR -Default location of home directories -.TP -\fB\-\-defaultshell\fR=\fIDEFAULTSHELL\fR -Default shell for new users -.TP -\fB\-\-defaultgroup\fR=\fIDEFAULTGROUP\fR -Default group for new users -.TP -\fB\-\-emaildomain\fR=\fIEMAILDOMAIN\fR -Default e\-mail domain -.TP -\fB\-\-searchtimelimit\fR=\fISEARCHTIMELIMIT\fR -Max. amount of time (sec.) for a search (-1 for unlimited) -.TP -\fB\-\-searchrecordslimit\fR=\fISEARCHRECORDSLIMIT\fR -Max. number of records to search (-1 for unlimited) -.TP -\fB\-\-usersearch\fR=\fIUSERSEARCH\fR -A comma\-separated list of fields to search when -searching for users -.TP -\fB\-\-groupsearch\fR=\fIGROUPSEARCH\fR -A comma\-separated list of fields to search when -searching for groups -.TP -\fB\-\-show\fR -Display the current password policy. -.TP -\fB\-v\fR, \fB\-\-verbose\fR -Display the XML\-RPC request and response for more verbose debugging output -.SH "EXIT STATUS" -The exit status is 0 on success, nonzero on error. diff --git a/ipa-admintools/man/ipa-deldelegation.1 b/ipa-admintools/man/ipa-deldelegation.1 deleted file mode 100644 index f3d4a904..00000000 --- a/ipa-admintools/man/ipa-deldelegation.1 +++ /dev/null @@ -1,39 +0,0 @@ -.\" A man page for ipa-deldelegation -.\" 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; 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-deldelegation" "1" "Oct 24 2007" "freeipa" "" -.SH "NAME" -ipa\-deldelegation \- Remove a delegation - -.SH "SYNOPSIS" -ipa\-deldelegation \fIname\fR - -.SH "OPTIONS" -.TP -\fB\-v\fR, \fB\-\-verbose\fR -Display the XML\-RPC request and response for more verbose debugging output. -.SH "DESCRIPTION" -Removes an existing delegation named \fIname\fR. - -A delegation is used to grant write access to certain attributes from one group to another. ipa\-deldelegation removes this access. -.SH "EXIT STATUS" -0 if the delegation was removed successfully - -1 if an error occurred - -2 if no matching delegation was found diff --git a/ipa-admintools/man/ipa-delgroup.1 b/ipa-admintools/man/ipa-delgroup.1 deleted file mode 100644 index 4e87bcf4..00000000 --- a/ipa-admintools/man/ipa-delgroup.1 +++ /dev/null @@ -1,37 +0,0 @@ -.\" A man page for ipa-delgroup -.\" 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; 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-delgroup" "1" "Oct 10 2007" "freeipa" "" -.SH "NAME" -ipa\-delgroup \- Delete a group - -.SH "SYNOPSIS" -ipa\-delgroup \fIgroup\fR - -.SH "OPTIONS" -.TP -\fB\-v\fR, \fB\-\-verbose\fR -Display the XML\-RPC request and response for more verbose debugging output. -.SH "DESCRIPTION" -Deletes a group with group name \fIgroup\fR. - -Members of the group are not affected. - -The groups \fIadmins\fR and \fIeditors\fR are required by IPA and may not be removed. -.SH "EXIT STATUS" -The exit status is 0 on success, nonzero on error. diff --git a/ipa-admintools/man/ipa-delservice.1 b/ipa-admintools/man/ipa-delservice.1 deleted file mode 100644 index 779b9eca..00000000 --- a/ipa-admintools/man/ipa-delservice.1 +++ /dev/null @@ -1,38 +0,0 @@ -.\" A man page for ipa-delservice -.\" 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; 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-delservice" "1" "Jan 11 2008" "freeipa" "" -.SH "NAME" -ipa\-delservice \- Delete a service principal - -.SH "SYNOPSIS" -ipa\-delservice \fIprincipal\fR - -.SH "OPTIONS" -.TP -\fB\-v\fR, \fB\-\-verbose\fR -Display the XML\-RPC request and response for more verbose debugging output. -.SH "DESCRIPTION" -Deletes a service principal with name \fIprincipal\fR. - -.SH "EXIT STATUS" -0 on success - -1 if an error occurred - -2 if not exactly one matching entries was found diff --git a/ipa-admintools/man/ipa-deluser.1 b/ipa-admintools/man/ipa-deluser.1 deleted file mode 100644 index 2679302e..00000000 --- a/ipa-admintools/man/ipa-deluser.1 +++ /dev/null @@ -1,35 +0,0 @@ -.\" A man page for ipa-deluser -.\" 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; 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-deluser" "1" "Oct 10 2007" "freeipa" "" -.SH "NAME" -ipa\-deluser \- Delete a user - -.SH "SYNOPSIS" -ipa\-deluser \fIuser\fR - -.SH "OPTIONS" -.TP -\fB\-v\fR, \fB\-\-verbose\fR -Display the XML\-RPC request and response for more verbose debugging output. -.SH "DESCRIPTION" -Deletes a user with user name \fIname\fR. - -Users are automatically removed from groups when they are deleted. -.SH "EXIT STATUS" -The exit status is 0 on success, nonzero on error. diff --git a/ipa-admintools/man/ipa-findgroup.1 b/ipa-admintools/man/ipa-findgroup.1 deleted file mode 100644 index 266a60cd..00000000 --- a/ipa-admintools/man/ipa-findgroup.1 +++ /dev/null @@ -1,41 +0,0 @@ -.\" A man page for ipa-findgroup -.\" 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; 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-findgroup" "1" "Oct 10 2007" "freeipa" "" -.SH "NAME" -ipa\-findgroup \- Find a group - -.SH "SYNOPSIS" -ipa\-findgroup \fIstring\fR - -.SH "OPTIONS" -.TP -\fB\-v\fR, \fB\-\-verbose\fR -Display the XML\-RPC request and response for more verbose debugging output. -.SH "DESCRIPTION" -Searches for a group that contains \fIstring\fR. - -The search is a substring search in the name and description attributes. - -All entries that match are displayed. -.SH "EXIT STATUS" -0 if one or more entries were found - -1 if an error occurred - -2 if no matching entries were found diff --git a/ipa-admintools/man/ipa-findservice.1 b/ipa-admintools/man/ipa-findservice.1 deleted file mode 100644 index 3942391c..00000000 --- a/ipa-admintools/man/ipa-findservice.1 +++ /dev/null @@ -1,48 +0,0 @@ -.\" A man page for ipa-findservice -.\" 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; 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-findservice" "1" "Jan 11 2008" "freeipa" "" -.SH "NAME" -ipa\-findservice \- Find a service principal -.SH "SYNOPSIS" -ipa\-findservice \fIstring\fR - -.SH "DESCRIPTION" -Searches for a service principal that contains \fIstring\fR. - -The search is a substring search in the service principal. You can search for all principals for a given host, by service or a substring. - -All entries that match are displayed. -.SH "OPTIONS" -.TP -\fB\-v\fR, \fB\-\-verbose\fR -Display the XML\-RPC request and response for more verbose debugging output. -.SH "EXAMPLES" -Find all ldap service principals issued by the IPA KDC: - - # ipa\-findservice ldap - -Find all service principals for ipa.example.com: - - # ipa\-findservice ipa.example.com -.SH "EXIT STATUS" -0 if one or more entries were found - -1 if an error occurred - -2 if no matching entries were found diff --git a/ipa-admintools/man/ipa-finduser.1 b/ipa-admintools/man/ipa-finduser.1 deleted file mode 100644 index 1730daba..00000000 --- a/ipa-admintools/man/ipa-finduser.1 +++ /dev/null @@ -1,48 +0,0 @@ -.\" A man page for ipa-finduser -.\" 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; 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-finduser" "1" "Oct 10 2007" "freeipa" "" -.SH "NAME" -ipa\-finduser \- Find a user -.SH "SYNOPSIS" -ipa\-finduser [\fIOPTION\fR]... \fIstring\fR - -.SH "DESCRIPTION" -Searches for a user that contains \fIstring\fR. - -The search is a substring search in the username, given name, family name, telephone number, organization and title attributes. - -All entries that match are displayed. -.SH "OPTIONS" -.TP -\fB\-a\fR, \fB\-\-all -Display all attributes -.TP -\fB\-n\fR, \fB\-\-notranslate\fR -Don't translate the LDAP attribute names to labels that match the UI. -.TP -\fB\-v\fR, \fB\-\-verbose\fR -Display the XML\-RPC request and response for more verbose debugging output. -.PP -By default, the full name, home directory, login shell, and username fields are displayed. -.SH "EXIT STATUS" -0 if one or more entries were found - -1 if an error occurred - -2 if no matching entries were found diff --git a/ipa-admintools/man/ipa-listdelegation.1 b/ipa-admintools/man/ipa-listdelegation.1 deleted file mode 100644 index 9118bc9a..00000000 --- a/ipa-admintools/man/ipa-listdelegation.1 +++ /dev/null @@ -1,37 +0,0 @@ -.\" A man page for ipa-listdelegation -.\" 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; 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-listdelegation" "1" "Oct 24 2007" "freeipa" "" -.SH "NAME" -ipa\-listdelegation \- Lists all current delegations - -.SH "SYNOPSIS" -ipa\-listdelegation - -.SH "DESCRIPTION" -Lists all current delegations. - -No sorting is done. -.SH "OPTIONS" -.TP -\fB\-v\fR, \fB\-\-verbose\fR -Display the XML\-RPC request and response for more verbose debugging output. -.SH "EXIT STATUS" -0 if the delegations are listed successfully - -1 if an error occurred diff --git a/ipa-admintools/man/ipa-lockuser.1 b/ipa-admintools/man/ipa-lockuser.1 deleted file mode 100644 index 79df5c0e..00000000 --- a/ipa-admintools/man/ipa-lockuser.1 +++ /dev/null @@ -1,38 +0,0 @@ -.\" A man page for ipa-lockuser -.\" 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; 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-lockuser" "1" "Oct 10 2007" "freeipa" "" -.SH "NAME" -ipa\-lockuser \- Lock or unlock a user account - -.SH "SYNOPSIS" -ipa\-lockuser [\fIOPTION\fR]... \fIuser\fR - -.SH "DESCRIPTION" -Locks a user account with login name \fIname\fR. - -Users are not removed from groups when their account is locked. -.SH "OPTIONS" -.TP -\fB\-u\fR, \fB\-\-unlock -Unlock a user's account -.TP -\fB\-v\fR, \fB\-\-verbose\fR -Display the XML\-RPC request and response for more verbose debugging output. -.SH "EXIT STATUS" -The exit status is 0 on success, nonzero on error. diff --git a/ipa-admintools/man/ipa-moddelegation.1 b/ipa-admintools/man/ipa-moddelegation.1 deleted file mode 100644 index 28ab2aa9..00000000 --- a/ipa-admintools/man/ipa-moddelegation.1 +++ /dev/null @@ -1,50 +0,0 @@ -.\" A man page for ipa-moddelegation -.\" 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; 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-moddelegation" "1" "Oct 24 2007" "freeipa" "" -.SH "NAME" -ipa\-moddelegation \- Modify an existing delegation - -.SH "SYNOPSIS" -ipa\-moddelegation [\fIOPTION\fR]... \fIname\fR - -.SH "DESCRIPTION" -Modifies an existing delegation named \fIname\fR. - -A delegation is used to grant access to certain attributes from one group to another. -.SH "OPTIONS" -.TP -\fB\-a\fR, \fB\-\-attributes\fR=\fIATTRIBUTES\fR -A comma\-separated list of the the \f[SM]attributes\fR that may be written by the source group. This list of attributes replaces the list in the existing delegation. -.TP -\fB\-s\fR, \fB\-\-source\fR=\fISOURCE\fR -The name of the group that is being granted write permission. -.TP -\fB\-t\fR, \fB\-\-target\fR=\fITARGET\fR -The name of the group that will be written to. -.TP -\fB\-v\fR, \fB\-\-verbose\fR -Display the XML\-RPC request and response for more verbose debugging output. -.PP -At least one of \-a, \-s or \-t is required. -.SH "EXIT STATUS" -0 if the delegation was updated successfully - -1 if an error occurred - -2 if no matching delegation was found diff --git a/ipa-admintools/man/ipa-modgroup.1 b/ipa-admintools/man/ipa-modgroup.1 deleted file mode 100644 index e52d9636..00000000 --- a/ipa-admintools/man/ipa-modgroup.1 +++ /dev/null @@ -1,56 +0,0 @@ -.\" A man page for ipa-modgroup -.\" 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; 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-modgroup" "1" "Oct 10 2007" "freeipa" "" -.SH "NAME" -ipa\-modgroup \- Modify a group -.SH "SYNOPSIS" -ipa\-modgroup [\fIOPTION\fR]... \fIgroup\fR - -.SH "DESCRIPTION" -Updates the members or description of \fIgroup\fR. -.SH "OPTIONS" -.TP -\fB\-a\fR, \fB\-\-add\fR=\fIuser1,user2,...usern\fR -Add one or more users to the group -.TP -\fB\-d\fR, \fB\-\-description\fR=\fIdescription\fR -Modify the description of the group -.TP -\fB\-e\fR, \fB\-\-groupdel\fR=\fIgroup1,group2,...groupn\fR -Remove one or more groups from the group -.TP -\fB\-g\fR, \fB\-\-groupadd\fR=\fIgroup1,group2,...groupn\fR -Add one or more groups to the group -.TP -\fB\-r\fR, \fB\-\-remove\fR=\fIuser1,user2,...usern\fR -Remove one or more users from the group -.TP -\fB\-\-addattr\fR \fIattr=value\fR -Add a new attribute, or value to an existing attribute -.TP -\fB\-\-delattr\fR \fIattr=value\fR -Remove an attribute and all values -.TP -\fB\-\-setattr\fR \fIattr=value\fR -Set an attribute to a new value, removing all old ones -.TP -\fB\-v\fR, \fB\-\-verbose\fR -Display the XML\-RPC request and response for more verbose debugging output. -.SH "EXIT STATUS" -The exit status is 0 on success, nonzero on error. diff --git a/ipa-admintools/man/ipa-moduser.1 b/ipa-admintools/man/ipa-moduser.1 deleted file mode 100644 index fff038b7..00000000 --- a/ipa-admintools/man/ipa-moduser.1 +++ /dev/null @@ -1,56 +0,0 @@ -.\" A man page for ipa-moduser -.\" 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; 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-moduser" "1" "Oct 10 2007" "freeipa" "" -.SH "NAME" -ipa\-moduser \- Modify a user -.SH "SYNOPSIS" -ipa\-moduser [\fIOPTION\fR]... \fIname\fR - -.SH "DESCRIPTION" -Updates the user \fIname\fR. -.SH "OPTIONS" -.TP -\fB\-a\fR, \fB\-\-activate\fR -Activate a user that was previously inactivated -.TP -\fB\-c\fR, \fB\-\-gecos\fR=\fIGECOS\fR -Set the gecos field of the user. This is traditionally the user's full name. -.TP -\fB\-d\fR, \fB\-\-directory\fR=\fIdirectory\fR -Set user's home directory -.TP -\fB\-f\fR, \fB\-\-firstname\fR=\fINAME\fR -Set user's first name -.TP -\fB\-l\fR, \fB\-\-lastname\fR=\fINAME\fR -Set user's last name -.TP -\fB\-s\fR, \fB\-\-shell\fR=\fIshell\fR -Set user's login shell -.TP -\fB\-\-addattr\fR \fIattr=value\fR -Add a new attribute, or value to an existing attribute -.TP -\fB\-\-delattr\fR \fIattr=value\fR -Remove an attribute and all values -.TP -\fB\-\-setattr\fR \fIattr=value\fR -Set an attribute to a new value, removing all old ones -.SH "EXIT STATUS" -The exit status is 0 on success, nonzero on error. diff --git a/ipa-admintools/man/ipa-passwd.1 b/ipa-admintools/man/ipa-passwd.1 deleted file mode 100644 index 4554d5d2..00000000 --- a/ipa-admintools/man/ipa-passwd.1 +++ /dev/null @@ -1,34 +0,0 @@ -.\" A man page for ipa-passwd -.\" 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; 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-passwd" "1" "Oct 10 2007" "freeipa" "" -.SH "NAME" -ipa\-passwd \- Change a user's password -.SH "SYNOPSIS" -ipa\-password [\fIuser\fR] - -.SH "DESCRIPTION" -Changes the current user's password. If a \fIuser\fR is included on the command\-line then that user's password is modified. - -The user is the name in the kerberos principal, so it may not match username. -.SH "OPTIONS" -.TP -\fB\-v\fR, \fB\-\-verbose\fR -Display the XML\-RPC request and response for more verbose debugging output. -.SH "EXIT STATUS" -The exit status is 0 on success, nonzero on error. diff --git a/ipa-admintools/man/ipa-pwpolicy.1 b/ipa-admintools/man/ipa-pwpolicy.1 deleted file mode 100644 index 4c7de4c3..00000000 --- a/ipa-admintools/man/ipa-pwpolicy.1 +++ /dev/null @@ -1,54 +0,0 @@ -.\" A man page for ipa-pwpolicy -.\" 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; 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-pwpolicy" "1" "Feb 25 2008" "freeipa" "" -.SH "NAME" -ipa\-pwpolicy \- Display or modify the IPA password policy - -.SH "SYNOPSIS" -ipa\-pwpolicy -[\-\-maxlife days] [\-\-minlife hours] [\-\-history number] [\-\-minclasses number] [\-\-minlength number] -.TP -ipa\-pwpolicy \-\-show -.SH "DESCRIPTION" -Displays or updates the IPA password policy. - -.SH "OPTIONS" -.TP -\fB\-\-maxlife\fR=\fIdays\fR -Set the maximum Password Lifetime in days -.TP -\fB\-\-minlife\fR=\fIhours\fR -Set the minimum Password Lifetime in hours -.TP -\fB\-\-history\fR=\fIinteger\fR -The number of passwords stored in the password history. A value of 0 means do not store a password history. -.TP -\fB\-\-minclasses\fR=\fIinteger\fR -Set the minimum number of character classes required in a password. The classes are alpha, numeric, mixed\-case and special characters. -.TP -\fB\-\-minlength\fR=\fIinteger\fR -Set the minimum password length. -.TP -\fB\-\-show\fR -Display the current password policy. -.TP -\fB\-v\fR, \fB\-\-verbose\fR -Display the XML\-RPC request and response for more verbose debugging output -.SH "EXIT STATUS" -The exit status is 0 on success, nonzero on error. |