diff --git a/lib/SimpleSAML/Auth/LDAP.php b/lib/SimpleSAML/Auth/LDAP.php index 5eec1306c829ca5dbd01641286b3317bf648b96e..503fefc0f0580c3e7534a73a7b7615149d9dc83b 100644 --- a/lib/SimpleSAML/Auth/LDAP.php +++ b/lib/SimpleSAML/Auth/LDAP.php @@ -27,19 +27,19 @@ class SimpleSAML_Auth_LDAP { * * @var resource */ - private $ldap = null; + protected $ldap = null; /** * LDAP user: authz_id if SASL is in use, binding dn otherwise */ - private $authz_id = null; + protected $authz_id = null; /** * Timeout value, in seconds. * * @var int */ - private $timeout = 0; + protected $timeout = 0; /** * Private constructor restricts instantiation to getInstance().