Changeset 2460


Ignore:
Timestamp:
03/05/21 17:55:25 (3 years ago)
Author:
nanardon
Message:

Add default for min gid and uid

File:
1 edited

Legend:

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

    r2456 r2460  
    5959    $base->{_allowed_values} = $options->{allowed_values}; 
    6060    $base->{_la} = $options->{la}; 
     61 
     62    $base->{defattr}{min_uid} ||= 1000; 
     63    $base->{defattr}{min_gid} ||= 1000; 
    6164 
    6265    # Callback, the list bellow give the supported callback 
Note: See TracChangeset for help on using the changeset viewer.