diff --git a/application/core/plugins/AuthLDAP/AuthLDAP.php b/application/core/plugins/AuthLDAP/AuthLDAP.php index d7a7118827d..0a32c344a53 100644 --- a/application/core/plugins/AuthLDAP/AuthLDAP.php +++ b/application/core/plugins/AuthLDAP/AuthLDAP.php @@ -18,7 +18,7 @@ class AuthLDAP extends AuthPluginBase 'server' => array( 'type' => 'string', 'label' => 'Ldap server', - 'help' => 'e.g. ldap://ldap.mydomain.com or ldaps://ldap.mydomain.com' + 'help' => 'e.g. ldap://ldap.example.com or ldaps://ldap.example.com' ), 'ldapport' => array( 'type' => 'string',