first commit

This commit is contained in:
Christophe Massin 2014-07-14 16:45:33 +02:00
parent 9739a34be3
commit 175f4d89be
3 changed files with 29 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.DS_Store

28
composer.json Normal file
View File

@ -0,0 +1,28 @@
{
"name" : "oat/generis-auth-ldap",
"description" : "Generis LDAP authentication",
"type" : "library",
"support": {
"forum": "http://forum.taotesting.com",
"issues": "http://forge.taotesting.com"
},
"keywords" : [
"tao",
"oat",
"computer-based-assessment"
],
"autoload" : {
"psr-4" : {
"oat\\authKeyValue\\" : ""
}
},
"homepage" : "http://www.taotesting.com",
"license" : [
"GPL-2.0"
],
"require" : {
"zendframework/zend-authentication":"2.*",
"zendframework/zend-ldap" : "2.*"
},
"minimum-stability" : "dev"
}

0
model/LdapAdapter.php Normal file
View File