From: Chris R. <chr...@us...> - 2003-10-12 08:32:07
|
Update of /cvsroot/perl-ldap/ldap/lib/Net In directory sc8-pr-cvs1:/tmp/cvs-serv25003 Modified Files: LDAP.pod Log Message: Added note about escaping filters Index: LDAP.pod =================================================================== RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP.pod,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- LDAP.pod 23 Jun 2003 12:52:24 -0000 1.33 +++ LDAP.pod 12 Oct 2003 08:32:03 -0000 1.34 @@ -535,8 +535,9 @@ A filter that defines the conditions an entry in the directory must meet in order for it to be returned by the search. This may be a string or a -L<Net::LDAP::Filter> object. See L<Net::LDAP::Filter> for a definition of -the filter format. +L<Net::LDAP::Filter> object. Values inside filters may need to be escaped +to avoid security problems; see L<Net::LDAP::Filter> for a definition of +the filter format, including the escaping rules. =item attrs =E<gt> [ ATTR, ... ] |