Skip to content

Commit

Permalink
Finalise requirement of Symfony 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ztec committed Apr 13, 2016
1 parent e794b33 commit a8da3c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Riper/Security/ActiveDirectory
======================================

This package is a bundle for Symfony 2. It uses the standard form_login security model to authenticate user from an Active Directory domain.
This package is a bundle for Symfony. It uses the standard form_login security model to authenticate user from an Active Directory domain.
It uses LDAP as communication layer, so you need the LDAP extension installed on your server to make it work.


Expand All @@ -22,7 +22,7 @@ php_ldap

ssl configuration for LDAP. see http://adldap.sourceforge.net/wiki/doku.php?id=ldap_over_ssl

Compatible with Symfony 2 starting from 2.6
Compatible with Symfony starting from 2.6


Installation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "riper/security-active_directory",
"type": "symfony-bundle",
"description": "This is a bundle to allow authentication into symfony >= 2.1 by an Active directory",
"description": "This is a bundle to allow authentication into symfony >= 2.6 by an Active directory",
"keywords": ["active directory","ldap","symfony","bundle"],
"homepage": "https://github.com/RiperFr/Security-ActiveDirectoryBundle",
"license": "CC-BY-4.0",
Expand Down

0 comments on commit a8da3c8

Please sign in to comment.