summaryrefslogtreecommitdiffstats
path: root/ipa.1
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2012-01-06 12:44:59 +0100
committerMartin Kosek <mkosek@redhat.com>2012-01-24 16:52:41 +0100
commitef68c02c6acdba29de9d4bab2c7f5aa956b55da2 (patch)
tree29220600aada7d0303907d1b3378ebd020dbd8b0 /ipa.1
parent6141919fba30487e3c4eb19b0c87a10384fd9d20 (diff)
downloadfreeipa-ef68c02c6acdba29de9d4bab2c7f5aa956b55da2.tar.gz
freeipa-ef68c02c6acdba29de9d4bab2c7f5aa956b55da2.tar.xz
freeipa-ef68c02c6acdba29de9d4bab2c7f5aa956b55da2.zip
Fix selfservice-find crashes
Ignore empty options when performing an ACI search so that the find command does not crash. Update ipa(1) man page to mention this common behavior of find commands. https://fedorahosted.org/freeipa/ticket/2011 https://fedorahosted.org/freeipa/ticket/2012
Diffstat (limited to 'ipa.1')
-rw-r--r--ipa.14
1 files changed, 2 insertions, 2 deletions
diff --git a/ipa.1 b/ipa.1
index 4c8ba377e..a5592b9a6 100644
--- a/ipa.1
+++ b/ipa.1
@@ -16,7 +16,7 @@
.\"
.\" Author: Pavel Zuna <pzuna@redhat.com>
.\"
-.TH "IPA" "1" "02/22/2010" "IPA 2\&.0\&.0" "IPA CLI Manual"
+.TH "ipa" "1" "Jan 24 2012" "FreeIPA" "FreeIPA Manual Pages"
.SH "NAME"
ipa \- IPA command\-line interface
.SH "SYNOPSIS"
@@ -92,7 +92,7 @@ Search for existing objects.
.LP
The above types of commands except \fBfind\fR take the objects primary key (e.g. user name for users) as their only positional argument unless there can be only one object of the given type. They can also take a number of options (some of which might be required in the case of \fBadd\fR) that represent the objects attributes.
-\fBfind\fR commands take an optional criteria string as their only positional argument. If present, all objects with an attribute that contains the criteria string are displayed. If an option representing an attribute is set, only object with the attribute exactly matching the specified value are displayed. Without parameters all objects of the corresponding type are displayed.
+\fBfind\fR commands take an optional criteria string as their only positional argument. If present, all objects with an attribute that contains the criteria string are displayed. If an option representing an attribute is set, only object with the attribute exactly matching the specified value are displayed. Options with empty values are ignored. Without parameters all objects of the corresponding type are displayed.
For IPA objects with attributes that can contain references to other objects (e.g. groups), the following action are usually available:
.TP