Commit 52ad2632c53ea69adc4e5144c6d5da6be2bfa675
1 parent
49c63620
Remove unused include of class.AuthLdap.php
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5031 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
1 deletions
plugins/ktstandard/ldap/ldapauthenticationprovider.inc.php
| ... | ... | @@ -28,7 +28,6 @@ |
| 28 | 28 | |
| 29 | 29 | require_once(KT_LIB_DIR . '/authentication/authenticationprovider.inc.php'); |
| 30 | 30 | require_once(KT_LIB_DIR . '/authentication/Authenticator.inc'); |
| 31 | -require_once(KT_LIB_DIR . '/authentication/class.AuthLdap.php'); | |
| 32 | 31 | require_once("Net/LDAP.php"); |
| 33 | 32 | require_once("ldapbaseauthenticationprovider.inc.php"); |
| 34 | 33 | ... | ... |