first commit
This commit is contained in:
parent
9739a34be3
commit
175f4d89be
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.DS_Store
|
28
composer.json
Normal file
28
composer.json
Normal 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
0
model/LdapAdapter.php
Normal file
Loading…
Reference in New Issue
Block a user