Commit 2e2ba6d24e7731f8727be43d14b0ebf437785674
1 parent
b07c1649
KTS-779: mark up registered names for LDAP-based authentication
providers. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5200 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
2 deletions
plugins/ktstandard/KTLDAPAuthenticationPlugin.php
| ... | ... | @@ -34,10 +34,10 @@ class KTLDAPAuthenticationPlugin extends KTPlugin { |
| 34 | 34 | var $autoRegister = true; |
| 35 | 35 | |
| 36 | 36 | function setup() { |
| 37 | - $this->registerAuthenticationProvider('LDAP Authentication', | |
| 37 | + $this->registerAuthenticationProvider(_kt('LDAP Authentication'), | |
| 38 | 38 | 'KTLDAPAuthenticationProvider', 'ktstandard.authentication.ldapprovider', |
| 39 | 39 | 'ldap/ldapauthenticationprovider.inc.php'); |
| 40 | - $this->registerAuthenticationProvider('ActiveDirectory Authentication', | |
| 40 | + $this->registerAuthenticationProvider(_kt('ActiveDirectory Authentication'), | |
| 41 | 41 | 'KTActiveDirectoryAuthenticationProvider', 'ktstandard.authentication.adprovider', |
| 42 | 42 | 'ldap/activedirectoryauthenticationprovider.inc.php'); |
| 43 | 43 | } | ... | ... |