We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38e58c commit 2b990f4Copy full SHA for 2b990f4
components/ldap.rst
@@ -55,11 +55,11 @@ For example, to connect to a start-TLS secured LDAP server::
55
$adapter = new Adapter(array(
56
'host' => 'my-server',
57
'port' => 389,
58
- 'encryption' => 'tls',
59
- 'options' => array(
60
- 'protocol_version' => 3,
61
- 'referrals' => false,
62
- ),
+ 'encryption' => 'tls',
+ 'options' => array(
+ 'protocol_version' => 3,
+ 'referrals' => false,
+ ),
63
));
64
$ldap = new Ldap($adapter);
65
0 commit comments