Changeset 821


Ignore:
Timestamp:
03/10/10 22:58:06 (14 years ago)
Author:
nanardon
Message:
  • fix initial sAMAccountName when creating group
  • really set groups attributes (eg call parent class function to do the work
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Ad/Group.pm

    r766 r821  
    6161    my ($class, $base, $id, %data) = @_; 
    6262 
    63     $data{sAMAccountName} = $id; 
     63    $data{sAMAccountName} = 'GR-' . $id; 
    6464    my $entry = Net::LDAP::Entry->new(); 
    6565 
     
    156156        }; 
    157157    } 
     158    $self->SUPER::_populate_entry($entry, $field, $value, $base); 
    158159} 
    159160 
Note: See TracChangeset for help on using the changeset viewer.