File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ composer.phar require simplesamlphp/simplesamlphp-module-ldap:dev-master
20
20
```
21
21
22
22
where ` dev-master ` instructs Composer to install the ` master ` branch from the
23
- Git repository. See the [ releases] [ releases ]
23
+ Git repository. See the [ releases] ( https://github.com/simplesamlphp/simplesamlphp-module-ldap/ releases)
24
24
available if you want to use a stable version of the module.
25
25
26
26
Next thing you need to do is to enable the module: in ` config.php ` ,
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ authentication source:
55
55
56
56
/**
57
57
* The LDAP-options to pass when setting up a connection
58
- * See [Symfony documentation][1]
58
+ * See [Symfony documentation]
59
59
*/
60
60
'options' => [
61
61
/**
@@ -138,8 +138,8 @@ authentication source:
138
138
* Additional filters that must match for the entire LDAP search to
139
139
* be true.
140
140
*
141
- * This should be a single string conforming to [RFC 1960][2]
142
- * and [RFC 2544][3] . The string is appended to the search attributes
141
+ * This should be a single string conforming to [RFC 1960]
142
+ * and [RFC 2544]. The string is appended to the search attributes
143
143
*/
144
144
'search.filter' => '(& (objectClass=Person)(|(sn=Doe)(cn=John *)))',
145
145
@@ -153,9 +153,11 @@ authentication source:
153
153
],
154
154
```
155
155
156
- [ 1 ] : https://github.com/symfony/symfony/blob/5.4/src/Symfony/Component/Ldap/Adapter/ExtLdap/ConnectionOptions.php
157
- [ 2 ] : https://datatracker.ietf.org/doc/html/rfc1960
158
- [ 3 ] : https://datatracker.ietf.org/doc/html/rfc2544
156
+ See:
157
+
158
+ - [ Symfony documentation] ( https://github.com/symfony/symfony/blob/5.4/src/Symfony/Component/Ldap/Adapter/ExtLdap/ConnectionOptions.php )
159
+ - [ RFC 1960] ( https://datatracker.ietf.org/doc/html/rfc1960 )
160
+ - [ RFC 2544] ( https://datatracker.ietf.org/doc/html/rfc2544 )
159
161
160
162
You should update the name of this authentication source
161
163
(` example-ldap ` ) to have a name which makes sense to your organization.
You can’t perform that action at this time.
0 commit comments