Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#4447 from vlajos/master
Browse files Browse the repository at this point in the history
typo fixes
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dn.php
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ protected static function sanitizeCaseFold($caseFold, $default)
*
* Escapes the given VALUES according to RFC 2253 so that they can be safely used in LDAP DNs.
* The characters ",", "+", """, "\", "<", ">", ";", "#", " = " with a special meaning in RFC 2252
* are preceeded by ba backslash. Control characters with an ASCII code < 32 are represented as \hexpair.
* are preceded by ba backslash. Control characters with an ASCII code < 32 are represented as \hexpair.
* Finally all leading and trailing spaces are converted to sequences of \20.
* @see Net_LDAP2_Util::escape_dn_value() from Benedikt Hallinger <[email protected]>
* @link http://pear.php.net/package/Net_LDAP2
Expand Down

0 comments on commit 179f019

Please sign in to comment.