remove unused parameter

This commit is contained in:
Mario Voigt 2023-03-16 18:25:35 +01:00
parent fd049a8928
commit df71c15e63
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@ yourls-ldap-plugin by default will now implement a simple cache of LDAP users. A
Configuration
-------------
* define( 'LDAPAUTH_HOST', 'ldaps://ldap.domain.com' ); // LDAP host name, IP or URL. You can use ldaps://host for LDAP with TLS
* define( 'LDAPAUTH_PORT', '636' ); // LDAP server port - often 389 or 636 for TLS (LDAPS)
* define( 'LDAPAUTH_HOST', 'ldaps://ldap.domain.com:636' ); // LDAP host name, IP or URL. You can use ldaps://host for LDAP with TLS
* define( 'LDAPAUTH_BASE', 'dc=domain,dc=com' ); // Base DN (location of users)
* define( 'LDAPAUTH_USERNAME_FIELD', 'uid'); // (optional) LDAP field name in which username is store