PHP 클래스 Sam_Driver_Spamd_Ldap, horde
Requires SpamAssassin patch found at:
http://bugzilla.spamassassin.org/show_bug.cgi?id=2205
Copyright 2003-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (GPL). If you
did not receive this file, see http://www.horde.org/licenses/gpl.
파일 보기
프로젝트 열기: horde/horde
보호된 프로퍼티들
프로퍼티 |
타입 |
설명 |
|
$_ldap |
Horde_Ldap |
Handle for the current LDAP connection. |
|
공개 메소드들
메소드 상세
public __construct ( string $user, array $params = [] ) |
$user |
string |
A user name. |
$params |
array |
Class parameters:
- ldap: (Horde_Ldap) An LDAP handle pointing to
the directory server.
- uid: (string) The user ID attribute name.
- basedn: (string) The base DN.
- attribute: (string) The storage attribute. |
Retrieves user preferences from the backend.
Stores user preferences in the backend.
public store ( boolean $defaults = false ) |
$defaults |
boolean |
Whether to store the global defaults instead
of user options. Unused. |
프로퍼티 상세
Handle for the current LDAP connection.
protected Horde_Ldap $_ldap |
리턴 |
Horde_Ldap |
|