force the domframework path in require
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3752 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
@package domframework
|
@package domframework
|
||||||
@author Dominique Fournier <dominique@fournier38.fr> */
|
@author Dominique Fournier <dominique@fournier38.fr> */
|
||||||
|
|
||||||
|
require_once ("domframework/auth.php");
|
||||||
|
|
||||||
/** User authentication against .htpasswd file
|
/** User authentication against .htpasswd file
|
||||||
A .htpasswd can be created by the 'htpasswd' command for Apache, and contain
|
A .htpasswd can be created by the 'htpasswd' command for Apache, and contain
|
||||||
toto@toto.com:$2y$05$uHCUNqicE7Pku3MK1qZaDuJxP/pocqCcEAnacZBjsfWgW9EcuG5y2
|
toto@toto.com:$2y$05$uHCUNqicE7Pku3MK1qZaDuJxP/pocqCcEAnacZBjsfWgW9EcuG5y2
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
@package domframework
|
@package domframework
|
||||||
@author Dominique Fournier <dominique@fournier38.fr> */
|
@author Dominique Fournier <dominique@fournier38.fr> */
|
||||||
|
|
||||||
|
require_once ("domframework/auth.php");
|
||||||
|
|
||||||
/** User authentication against LDAP server */
|
/** User authentication against LDAP server */
|
||||||
class authldap extends auth
|
class authldap extends auth
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
@package domframework
|
@package domframework
|
||||||
@author Dominique Fournier <dominique@fournier38.fr> */
|
@author Dominique Fournier <dominique@fournier38.fr> */
|
||||||
|
|
||||||
|
require_once ("domframework/auth.php");
|
||||||
|
|
||||||
/** User authentication against Shibboleth */
|
/** User authentication against Shibboleth */
|
||||||
class authshibboleth extends auth
|
class authshibboleth extends auth
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
@author Dominique Fournier <dominique@fournier38.fr> */
|
@author Dominique Fournier <dominique@fournier38.fr> */
|
||||||
|
|
||||||
require_once ("domframework/dblayer.php");
|
require_once ("domframework/dblayer.php");
|
||||||
|
require_once ("domframework/auth.php");
|
||||||
|
|
||||||
/** User authentication against SQL database */
|
/** User authentication against SQL database */
|
||||||
class authsql extends auth
|
class authsql extends auth
|
||||||
|
|||||||
Reference in New Issue
Block a user