Skip to content

Commit

Permalink
Dev: use domain name example.com (see RFC 2606)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed May 29, 2014
1 parent 132ba28 commit 8508260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/core/plugins/AuthLDAP/AuthLDAP.php
Expand Up @@ -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',
Expand Down

0 comments on commit 8508260

Please sign in to comment.