Skip to content

Commit 19b194a

Browse files
committed
Update the docs.
1 parent ca5417b commit 19b194a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Resources/doc/LDAP-Authentication-Provider.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ LDAP Authentication Provider
22
================
33

44
* [Symfony 2.8+](#symfony-28-use-the-guard-component)
5-
* [Symfony 2.3](#symfony-23-use-ldap_tools_form-custom-authentication-type)
5+
* [Symfony 2.7](#symfony-23-use-ldap_tools_form-custom-authentication-type)
66
* [LDAP Authentication Username](#ldap-authentication-username)
77
* [Mapping LDAP Groups to Roles](#mapping-ldap-groups-to-roles)
88
* [Mapping LDAP Attributes](#mapping-ldap-attributes)
@@ -60,7 +60,7 @@ security:
6060
- { path: ^/, roles: ROLE_USER }
6161
```
6262
63-
### Symfony 2.3 (Use ldap_tools_form custom authentication type)
63+
### Symfony 2.7 (Use ldap_tools_form custom authentication type)
6464
6565
```yaml
6666
# app/config/security.yml

Resources/doc/LDAP-Object-Form-Type.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use LdapTools\Bundle\LdapToolsBundle\Form\Type\LdapObjectType;
1313
# ...
1414

1515
$form = $this->createFormBuilder()
16-
// For Symfony 2.3 - 2.7, replace LdapObjectType::class with "ldap_object".
16+
// For Symfony 2.7, replace LdapObjectType::class with "ldap_object".
1717
->add('ldap', LdapObjectType::class, [
1818
// The ldap_type can be any valid LdapTools type. Such as: user, computer, contact, etc.
1919
'ldap_type' => 'group',

0 commit comments

Comments
 (0)