XOOPS 2.5.6
Final
|
Go to the source code of this file.
Variables | |
const | _AUTH_LDAP_CANT_READ_ENTRY "Can't read entry %s" |
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_START_TLS_FAILED "Failed to open a TLS connection" |
const | _AUTH_LDAP_USER_NOT_FOUND "Member %s not found in the directory server (%s) in %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_MSG_AUTH_METHOD "using %s authentication method" |
const _AUTH_LDAP_CANT_READ_ENTRY "Can't read entry %s" |
Definition at line 11 of file auth.php.
Referenced by XoopsAuthLdap\loadXoopsUser().
const _AUTH_LDAP_EXTENSION_NOT_LOAD 'PHP LDAP extension not loaded (verify your PHP configuration file php.ini)' |
Definition at line 8 of file auth.php.
Referenced by XoopsAuthAds\authenticate(), and XoopsAuthLdap\authenticate().
const _AUTH_LDAP_SERVER_NOT_FOUND "Can't connect to the server" |
Definition at line 9 of file auth.php.
Referenced by XoopsAuthAds\authenticate(), and XoopsAuthLdap\authenticate().
const _AUTH_LDAP_START_TLS_FAILED "Failed to open a TLS connection" |
Definition at line 13 of file auth.php.
Referenced by XoopsAuthAds\authenticate(), and XoopsAuthLdap\authenticate().
const _AUTH_LDAP_USER_NOT_FOUND "Member %s not found in the directory server (%s) in %s" |
Definition at line 10 of file auth.php.
Referenced by XoopsAuthLdap\getUserDN().
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" |
Definition at line 12 of file auth.php.
Referenced by XoopsAuthProvisionning\sync().
const _AUTH_MSG_AUTH_METHOD "using %s authentication method" |
Definition at line 7 of file auth.php.
Referenced by XoopsAuth\getHtmlErrors().