Aruba Networks PowerConnect W Clearpass 100 Software Deployment Manual page 215

3.7 deployment guide
Hide thumbs Also See for PowerConnect W Clearpass 100 Software:
Table of Contents

Advertisement

&& NwaDynamicLoad('NwaNormalizeMacAddress') // Required call
&& ($mac=NwaNormalizeMacAddress(GetAttr('Calling-Station-Id'))) // All MACs need to
be normalized
&& ((!empty($user['id']) && NwaCreateUser(array(// We are caching the MAC for a
local user account
and whatnot in the GUI.
Default inherits paired account.
and our sponsor filtering can kick in.
appropriate expression.
overriding.
&& 0;
Amigopod 3.7 | Deployment Guide
'creator_accept_terms'=>1,
'mac_auth'=>1, // Flag as a MAC so it shows in List Devices
'mac'=>$mac, // The normalized MAC
'mac_auth_pair'=>$user['id'], // Formally pair the two accounts.
//'modify_expire_time'=>'Friday 17:00', // OPTIONAL.
'create_time' => time(), // initialize the creation time
'auto_update_account'=>1)))
|| (empty($user['id']) && NwaCreateUser(array( // This is an external server
'creator_accept_terms'=>1,
'role_id'=>$user['role_id'], // Match the role to the current.
'mac_auth'=>1, // Flag as a MAC Device
'mac'=>$mac,
'sponsor_name'=>$user['username'],// Set sponsor_name so we know who created it
'modify_expire_time'=>'Friday 18:00', // Fixed caching time.
//'do_expire'=>4, // This will default to the global and is not needed unless
'create_time' => time(), // initialize the creation time
'auto_update_account'=>1)))
)
A number of data items synched
Cross links
Fixed caching time.
Choose an
Guest Management |
215

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the PowerConnect W Clearpass 100 Software and is the answer not in the manual?

This manual is also suitable for:

Amigopod 3.7

Table of Contents