SF Bug #3004012 - password sync for sambaSamAccount template broken.
This commit is contained in:
@@ -83,7 +83,10 @@ class AttributeFactory {
|
||||
if (isset($values['type']))
|
||||
switch ($values['type']) {
|
||||
case 'password':
|
||||
return $this->newPasswordAttribute($name,$values,$server_id,$source);
|
||||
if (! strcasecmp($name,'sambaLMPassword') || ! strcasecmp($name,'sambaNTPassword'))
|
||||
return $this->newSambaPasswordAttribute($name,$values,$server_id,$source);
|
||||
else
|
||||
return $this->newPasswordAttribute($name,$values,$server_id,$source);
|
||||
|
||||
case 'multiselect':
|
||||
case 'select':
|
||||
|
Reference in New Issue
Block a user