File tree Expand file tree Collapse file tree 5 files changed +15
-6
lines changed Expand file tree Collapse file tree 5 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1515 * ConnectionException is throw if binding to ldap can not be established.
1616 *
1717 * @author Grégoire Pineau <lyrixx@lyrixx.info>
18+ *
19+ * @internal
1820 */
1921class ConnectionException extends \RuntimeException
2022{
Original file line number Diff line number Diff line change 1515 * LdapException is throw if php ldap module is not loaded.
1616 *
1717 * @author Grégoire Pineau <lyrixx@lyrixx.info>
18+ *
19+ * @internal
1820 */
1921class LdapException extends \RuntimeException
2022{
Original file line number Diff line number Diff line change 1818 * @author Grégoire Pineau <lyrixx@lyrixx.info>
1919 * @author Francis Besset <francis.besset@gmail.com>
2020 * @author Charles Sarrazin <charles@sarraz.in>
21+ *
22+ * @internal
2123 */
2224class LdapClient implements LdapClientInterface
2325{
Original file line number Diff line number Diff line change 1818 *
1919 * @author Grégoire Pineau <lyrixx@lyrixx.info>
2020 * @author Charles Sarrazin <charles@sarraz.in>
21+ *
22+ * @internal
2123 */
2224interface LdapClientInterface
2325{
24- const LDAP_ESCAPE_FILTER = 0x01 ;
25- const LDAP_ESCAPE_DN = 0x02 ;
26-
2726 /**
2827 * Return a connection bound to the ldap.
2928 *
Original file line number Diff line number Diff line change 11Ldap Component
2- =============
2+ ==============
33
44A Ldap client for PHP on top of PHP's ldap extension.
55
6- This component also provides a stub for the missing
7- ` ldap_escape ` function in PHP versions lower than 5.6.
6+ Disclaimer
7+ ----------
8+
9+ This component is currently marked as internal, as it
10+ still needs some work. Breaking changes will be introduced
11+ in the next minor version of Symfony.
812
913Documentation
1014-------------
You can’t perform that action at this time.
0 commit comments