spelling fix
This commit is contained in:
parent
de00e141c2
commit
5a0e0dccfe
@ -17,7 +17,7 @@ if( !defined( 'YOURLS_ABSPATH' ) ) die();
|
|||||||
function ldapauth_environment_check() {
|
function ldapauth_environment_check() {
|
||||||
$required_params = array(
|
$required_params = array(
|
||||||
'LDAPAUTH_HOST', // ldap host
|
'LDAPAUTH_HOST', // ldap host
|
||||||
//'LDAAUTHP_PORT', // ldap port
|
//'LDAPAUTH_PORT', // ldap port
|
||||||
'LDAPAUTH_BASE', // base ldap path
|
'LDAPAUTH_BASE', // base ldap path
|
||||||
//'LDAPAUTH_USERNAME_FIELD', // field to check the username against
|
//'LDAPAUTH_USERNAME_FIELD', // field to check the username against
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user