SF Bug #3373466 - Unable to define force_may attributes

This commit is contained in:
Deon George
2011-09-08 22:30:35 +10:00
parent 64668e882b
commit 80d027d569
3 changed files with 10 additions and 11 deletions

View File

@@ -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',