removed obsolete attributes from __sleep()
This commit is contained in:
parent
55b4b9c995
commit
eadba74914
|
@ -294,9 +294,8 @@ class Ldap{
|
||||||
function __sleep() {
|
function __sleep() {
|
||||||
$this->close();
|
$this->close();
|
||||||
// define which attributes to save
|
// define which attributes to save
|
||||||
return array("conf", "username", "password", "ldapUserAttributes", "ldapGroupAttributes",
|
return array("conf", "username", "password", "objectClasses", "attributes",
|
||||||
"ldapHostAttributes", "objectClasses", "attributes", "supports_unix_hosts", "supports_samba2_schema",
|
"supports_unix_hosts", "supports_samba2_schema", "supports_samba3_schema", "rand");
|
||||||
"supports_samba3_schema", "rand");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Reconnects to LDAP server when deserialized */
|
/** Reconnects to LDAP server when deserialized */
|
||||||
|
|
Loading…
Reference in New Issue