diff --git a/conf/config-sample.php b/conf/config-sample.php index 2d99f9f..e69d1ca 100644 --- a/conf/config-sample.php +++ b/conf/config-sample.php @@ -89,9 +89,3 @@ $yourls_reserved_URL = [ /* ** Personal settings would go after here. */ - -//define( 'LDAPAUTH_HOST', 'localhost' ); -//define( 'LDAPAUTH_PORT', '389' ); -//define( 'LDAPAUTH_BASE', 'dc=yunohost,dc=org' ); -//define( 'LDAPAUTH_USERNAME_FIELD', 'uid'); -//require_once(dirname(__DIR__) . '/includes/functions-auth.php');