SF Bug #3373466 - Unable to define force_may attributes
This commit is contained in:
@@ -13,9 +13,6 @@
|
||||
* @subpackage DataStore
|
||||
*/
|
||||
class ldap_pla extends ldap {
|
||||
# Attributes that should be treated as MAY attributes, even though the scheme has them as MUST attributes.
|
||||
private $force_may = array();
|
||||
|
||||
function __construct($index) {
|
||||
parent::__construct($index);
|
||||
|
||||
@@ -89,6 +86,11 @@ class ldap_pla extends ldap {
|
||||
'*'
|
||||
));
|
||||
|
||||
$this->default->server['force_may'] = array(
|
||||
'desc'=>'Force server MUST attributes as MAY attributes',
|
||||
'default'=>array(
|
||||
));
|
||||
|
||||
# Settings for auto_number
|
||||
$this->default->auto_number['enable'] = array(
|
||||
'desc'=>'Enable the AUTO UID feature',
|
||||
|
Reference in New Issue
Block a user