Ignore:
Timestamp:
03/23/15 11:50:26 (9 years ago)
Author:
nanardon
Message:

improve the attribute tracking

File:
1 edited

Legend:

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

    r1280 r1297  
    3232            create  => { ro => 1, inline => 1, }, 
    3333            ip      => { 
    34                 notify => 1, 
     34                monitored => 1, 
    3535                multiple => 1, 
    3636                uniq => 1, 
     
    4949            }, 
    5050            macaddr => { 
    51                 notify => 1, 
     51                monitored => 1, 
    5252                multiple => 1, 
    5353                uniq => 1, 
     
    5858            }, 
    5959            cname   => { 
    60                 notify => 1, 
     60                monitored => 1, 
    6161                multiple => 1, uniq => 1, 
    6262                input => sub { lc($_[0]) }  
    6363            }, 
    6464            owner   => { 
    65                 notify => 1, 
     65                monitored => 1, 
    6666                reference => 'user', 
    6767                delayed => 1, 
Note: See TracChangeset for help on using the changeset viewer.