Ignore:
Timestamp:
10/20/17 19:31:15 (7 years ago)
Author:
nanardon
Message:

Add attribute physicalDeliveryOfficeName and netLocked to nethost

Attribute netLocked make dhcp zone assigning localhost IP (127.0.0.1 or ::1)
addresses to deny to computer to connect to network.

File:
1 edited

Legend:

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

    r2113 r2117  
    126126                delayed => 1, 
    127127                label => l('User'), 
     128                monitored => 1, 
    128129            }, 
    129130            netZone => { 
     
    252253                label => l('Site'), 
    253254            }, 
     255            physicalDeliveryOfficeName => { 
     256                label => l('Office'), 
     257            }, 
     258            netLocked => { 
     259                formtype => 'CHECKBOX', 
     260                monitored => 1, 
     261                label => l('Locked'), 
     262            }, 
     263 
    254264        } 
    255265    ) 
Note: See TracChangeset for help on using the changeset viewer.