Next: List of attributes that can be declared comparable., Up: Extended Comparison [Contents][Index]
In this example configuration, the user-defined flag ‘1’ marks authentication comparable attributes, and the flag ‘2’ marks the accounting comparable attributes.
PROPERTY User-Name +12 PROPERTY Password +1 PROPERTY NAS-Port-Id +12 PROPERTY State +1 PROPERTY Called-Station-Id +12 PROPERTY Calling-Station-Id +12 PROPERTY Acct-Status-Type +2 PROPERTY Acct-Session-Id +2 PROPERTY Acct-Session-Time +2
auth {
max-requests 127;
request-cleanup-delay 2;
compare-attribute-flag 1;
};
acct {
max-requests 127;
request-cleanup-delay 2;
compare-attribute-flag 2;
};