Ignore:
Timestamp:
03/21/21 13:01:41 (3 years ago)
Author:
nanardon
Message:

improve next version script

File:
1 edited

Legend:

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

    r2460 r2461  
    6060    $base->{_la} = $options->{la}; 
    6161 
    62     $base->{defattr}{min_uid} ||= 1000; 
    63     $base->{defattr}{min_gid} ||= 1000; 
     62    $base->{defattr}{'user.min_uid'} ||= 1000; 
     63    $base->{defattr}{'group.min_gid'} ||= 1000; 
    6464 
    6565    # Callback, the list bellow give the supported callback 
Note: See TracChangeset for help on using the changeset viewer.