diff --git a/e107_plugins/alt_auth/ldap_auth.php b/e107_plugins/alt_auth/ldap_auth.php index 8105d54ef..b42b9de42 100755 --- a/e107_plugins/alt_auth/ldap_auth.php +++ b/e107_plugins/alt_auth/ldap_auth.php @@ -36,7 +36,7 @@ class auth_login extends alt_auth_base public $Available = FALSE; // Flag indicates whether DB connection available private $filter; // Filter for eDirectory search private $copyAttribs; // Any attributes which are to be copied on successful login - private $copyMethods; // Methods which are to be used to copy attributes + public $copyMethods; // Methods which are to be used to copy attributes