home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / xoops-2.0.18.1.exe / xoops-2.0.18.1 / htdocs / language / english / auth.php < prev    next >
Encoding:
PHP Script  |  2007-09-09  |  773 b   |  14 lines

  1. <?php
  2. // $Id: $
  3. //%%%%%%        File Name auth.php         %%%%%
  4.  
  5. define('_AUTH_MSG_AUTH_METHOD',"using %s authentication method");
  6. define('_AUTH_LDAP_EXTENSION_NOT_LOAD','PHP LDAP extension not loaded (verify your PHP configuration file php.ini)');
  7. define('_AUTH_LDAP_SERVER_NOT_FOUND',"Can't connect to the server");
  8. define('_AUTH_LDAP_USER_NOT_FOUND',"Member %s not found in the directory server (%s) in %s");
  9. define('_AUTH_LDAP_CANT_READ_ENTRY',"Can't read entry %s");
  10. define('_AUTH_LDAP_XOOPS_USER_NOTFOUND',"Sorry no corresponding user information has been found in the XOOPS database for connection: %s <br>" .
  11.         "Please verify your user datas or set on the automatic provisionning");
  12. define('_AUTH_LDAP_START_TLS_FAILED',"Failed to open a TLS connection");        
  13.         
  14. ?>