File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Negotiate extends \SimpleSAML\Auth\Source
1717 // Constants used in the module
1818 const STAGEID = '\SimpleSAML\Module\negotiate\Auth\Source\Negotiate.StageId ' ;
1919
20- /** @var \SimpleSAML\Auth\LDAP |null */
20+ /** @var \SimpleSAML\Module\ldap\ Auth\Ldap |null */
2121 protected $ ldap = null ;
2222
2323 /** @var string */
@@ -152,7 +152,7 @@ public function authenticate(&$state)
152152 Logger::debug ('Negotiate - authenticate(): looking for Negotiate ' );
153153 if (!empty ($ _SERVER ['HTTP_AUTHORIZATION ' ])) {
154154 Logger::debug ('Negotiate - authenticate(): Negotiate found ' );
155- $ this ->ldap = new \SimpleSAML \Auth \LDAP (
155+ $ this ->ldap = new \SimpleSAML \Module \ ldap \ Auth \Ldap (
156156 $ this ->hostname ,
157157 $ this ->enableTLS ,
158158 $ this ->debugLDAP ,
You can’t perform that action at this time.
0 commit comments