XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence du fichier auth.php

Variables

const _AUTH_MSG_AUTH_METHOD 'using %s authentication method'
 
const _AUTH_LDAP_EXTENSION_NOT_LOAD 'PHP LDAP extension not loaded (verify your PHP configuration file php.ini)'
 
const _AUTH_LDAP_SERVER_NOT_FOUND "Can't connect to the server"
 
const _AUTH_LDAP_USER_NOT_FOUND 'Member %s not found in the directory server (%s) in %s'
 
const _AUTH_LDAP_CANT_READ_ENTRY "Can't read entry %s"
 
const _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'
 
const _AUTH_LDAP_START_TLS_FAILED 'Failed to open a TLS connection'
 

Documentation des variables

◆ _AUTH_LDAP_CANT_READ_ENTRY

const _AUTH_LDAP_CANT_READ_ENTRY "Can't read entry %s"

◆ _AUTH_LDAP_EXTENSION_NOT_LOAD

const _AUTH_LDAP_EXTENSION_NOT_LOAD 'PHP LDAP extension not loaded (verify your PHP configuration file php.ini)'

◆ _AUTH_LDAP_SERVER_NOT_FOUND

const _AUTH_LDAP_SERVER_NOT_FOUND "Can't connect to the server"

◆ _AUTH_LDAP_START_TLS_FAILED

const _AUTH_LDAP_START_TLS_FAILED 'Failed to open a TLS connection'

◆ _AUTH_LDAP_USER_NOT_FOUND

const _AUTH_LDAP_USER_NOT_FOUND 'Member %s not found in the directory server (%s) in %s'

◆ _AUTH_LDAP_XOOPS_USER_NOTFOUND

const _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'

◆ _AUTH_MSG_AUTH_METHOD

const _AUTH_MSG_AUTH_METHOD 'using %s authentication method'