mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-16 17:18:16 -05:00
Remove reference to getfilter(3)
This commit is contained in:
parent
9c28c9b361
commit
e2b8a3b139
1 changed files with 1 additions and 3 deletions
|
|
@ -86,9 +86,7 @@ attribute. The filter "mail=*@terminator.rs.itd.umich.edu" will find
|
||||||
any entries that have a mail attribute ending in the specified string.
|
any entries that have a mail attribute ending in the specified string.
|
||||||
To put parentheses in a filter, escape them with a backslash '\\'
|
To put parentheses in a filter, escape them with a backslash '\\'
|
||||||
character. See RFC 2254 for a more complete description of allowable
|
character. See RFC 2254 for a more complete description of allowable
|
||||||
filters. See
|
filters.
|
||||||
.BR ldap_getfilter (3)
|
|
||||||
for routines to help in constructing search filters automatically.
|
|
||||||
.LP
|
.LP
|
||||||
\fIAttrs\fP is a null-terminated array of attribute types to return
|
\fIAttrs\fP is a null-terminated array of attribute types to return
|
||||||
from entries that match \fIfilter\fP.
|
from entries that match \fIfilter\fP.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue