diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-06-26 17:18:18 -0400 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-06-26 17:18:18 -0400 |
| commit | b729ea4733d63a7601c71f012d67bb73e3a10d55 (patch) | |
| tree | a5820290cc169b70632a5db50afd2e6bc4659ad4 /doc | |
| parent | 0487c34fec189add296bd4177b67a05cd13d7aab (diff) | |
- drop the not-useful disallowed chars operator
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/design.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/design.txt b/doc/design.txt index 92abf49..069c011 100644 --- a/doc/design.txt +++ b/doc/design.txt @@ -222,8 +222,7 @@ the directory server entry doesn't include a "userPassword" or "gecos" attribute. Additional operators include "#", "##", "%", "%%", "/", "//", which operate in ways similar to their shell counterparts (with one notable exception being that patterns for the "/" operator can not -currently be anchored to the beginning or end of the string), and "!", -which rejects values containing any characters which follow it. +currently be anchored to the beginning or end of the string). As a safety precaution, any reference to an attribute value which does not also specify an alternate value will cause the directory server |
