diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f13db2c --- /dev/null +++ b/composer.json @@ -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" +} \ No newline at end of file diff --git a/model/LdapAdapter.php b/model/LdapAdapter.php new file mode 100644 index 0000000..e69de29