Ignore:
Timestamp:
03/23/15 14:30:59 (9 years ago)
Author:
nanardon
Message:

backport fix

Location:
branches/4.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.0

  • branches/4.0/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql/Nethost.pm

    r1284 r1299  
    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.