diff --git a/README.md b/README.md index 5c2b338..aac7032 100644 --- a/README.md +++ b/README.md @@ -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