HP-UX AAA Server A.08.01 administrator's guide (T1428-90072, May 2010)

Table Of Contents
aatv log_v1_1
buffer 1
close on
filename record.%y%m%d.las
}
stream new {
aatv log_v2_0
aatv-value 7
buffer 1
close on
filename recordv2.%y%m%d.las
}
end
Logging Based on attributes
This sample aatv logs all accounting request logs for yourorg.com in the
yourorg.%Y%M.log file and the rest of the accounting request in the realm.%Y%M.log
file. This stream configuration for logging is based on log_by_realm. The
log_by_realm AATV searches for the User-Realm attribute. Following is the syntax:
Stream *default* {
aatv LOG_BY_REALM
buffer 1
close on
filename session.%Y-%m-%d.log
update 900
wrap 3
}
stream User-Realm::*default* {
aatv log_acct
buffer 1
close on
filename realm.%Y%M.log
update 900
wrap 3
}
stream User-Realm::yourorg.com {
aatv log_acct
buffer 1
close on
filename yourorg.%Y%M.log
update 1
wrap 3
}
end
The log.config File 543