Specifications

10-47
Cisco NAC Appliance - Clean Access Manager Configuration Guide
OL-28003-01
Chapter 10 Cisco NAC Appliance Agents
Mac OS X Cisco NAC Agent
Agent Setting configuration options are done in the
/Applications/CCAAgent/Contents/Resources/setting.plist. The setting.plist is used to configure
the parameters globally for all the users except the “RememberMe” and “AutoPopup” options.
Example setting.plist File Template:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>RetryDetection</key>
<string>3</string>
<key>PingArp</key>
<string>2</string>
<key>LogFileSize</key>
<string>5</string>
</dict>
</plist>
Note Refer to Table 10-1, for more details on all the configuration parameters.
Table 10-1 Mac OS X Cisco NAC Agent Configuration Parameters
Parameter
Default
Value
Valid
Range Description/Behavior
RememberMe
1
yes yes or
no
If this setting is yes, the user only needs to enter login
credentials once. The Mac OS X Agent also remembers
the user credentials after session termination/time-out.
Note When the user logs out of Windows, the saved
credentials are erased.
When the user moves from a connection that
requires username and password to an SSO
session and returns back, then the credentials
are removed.
AutoPopup
1
yes yes or
no
If this setting is yes, the Agent login dialog appears
automatically when the user is logged out.
If this setting is no, users must manually initiate
login using the Tools menu option.
LogFileSize 5 0 and
above
This setting specifies the file size (in Megabytes) for
Mac OS X Agent log files on the client machine.
If this setting is 0, the Agent does not record any
login or operation information for the user session
on the client machine.
If the administrator specifies any other integer, the
Agent records login and session information up to
the number of MB specified.