summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2009-03-04 18:42:06 -0500
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2009-03-04 18:42:06 -0500
commit12bc0f11a6f191e9a0782c11e0ecbdffc80404c1 (patch)
treefbe571424d687585eadc45e1ca7151dcbfde7b94 /doc
parent16de23d176ef4beaa2585d99c0f8f609ac21aec3 (diff)
downloadslapi-nis-12bc0f11a6f191e9a0782c11e0ecbdffc80404c1.tar.gz
slapi-nis-12bc0f11a6f191e9a0782c11e0ecbdffc80404c1.tar.xz
slapi-nis-12bc0f11a6f191e9a0782c11e0ecbdffc80404c1.zip
- note that ifeq compares values using the server's matching rules
Diffstat (limited to 'doc')
-rw-r--r--doc/format-specifiers.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/format-specifiers.txt b/doc/format-specifiers.txt
index 7ee6cc7..5cd788a 100644
--- a/doc/format-specifiers.txt
+++ b/doc/format-specifiers.txt
@@ -406,7 +406,8 @@ And here's how an example expression evaluates for ''cn=group'':
ifeq(''ATTRIBUTE'',''EXPRESSION'',''MATCH-EXPRESSION'',''NONMATCH-EXPRESSION'')
Evaluates ''EXPRESSION'', and if the entry's ''ATTRIBUTE'' attribute
-matches the value provided by the expression, evaluates and returns
+matches the value provided by the expression (as determined by the
+server's matching rules for the attribute), evaluates and returns
''MATCH-EXPRESSION'', otherwise ''NONMATCH-EXPRESSION'' will be
evaluated and returned.