diff --git a/plugin.php b/plugin.php index cee8e19..6b55d9e 100644 --- a/plugin.php +++ b/plugin.php @@ -17,7 +17,7 @@ if( !defined( 'YOURLS_ABSPATH' ) ) die(); function ldapauth_environment_check() { $required_params = array( 'LDAPAUTH_HOST', // ldap host - //'LDAAUTHP_PORT', // ldap port + //'LDAPAUTH_PORT', // ldap port 'LDAPAUTH_BASE', // base ldap path //'LDAPAUTH_USERNAME_FIELD', // field to check the username against );