XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
auth.php
Go to the documentation of this file.
1 <?php
2 // $Id: auth.php 11355 2013-04-07 03:14:28Z beckmi $
3 // _LANGCODE: en
4 // _CHARSET : UTF-8
5 // Translator: XOOPS Translation Team
6 
7 define('_AUTH_MSG_AUTH_METHOD',"using %s authentication method");
8 define('_AUTH_LDAP_EXTENSION_NOT_LOAD','PHP LDAP extension not loaded (verify your PHP configuration file php.ini)');
9 define('_AUTH_LDAP_SERVER_NOT_FOUND',"Can't connect to the server");
10 define('_AUTH_LDAP_USER_NOT_FOUND',"Member %s not found in the directory server (%s) in %s");
11 define('_AUTH_LDAP_CANT_READ_ENTRY',"Can't read entry %s");
12 define('_AUTH_LDAP_XOOPS_USER_NOTFOUND',"Sorry, no corresponding user information has been found in the XOOPS database for connection: %s <br>" . "Please verify your user data or set on the automatic provisioning");
13 define('_AUTH_LDAP_START_TLS_FAILED',"Failed to open a TLS connection");