[Contents] [Prev] [Next] [Index] [Report an Error]

Example Common Criteria Configuration

[edit system]
location {
country-code US;
building B1;
}
...
login {
user tester {
uid 2000;
class super-user;
authentication {
encrypted-password “$1$pRxmZhC0$5F.ysqVL4Z5G67yg4Af4L.”;
    # SECRET-DATA;
}
}
}
radius-server 10.10.10.10 {
secret “$9$jCkfz3nC0ORmfEyKvN-ikqPz39Ap” # SECRET-DATA
}
...
snmp {
description CC_accounting;
location CC_testlab;
contact CC_tester;
v3 {
usm {
local-engine;
user CC_tester {
authentication-MD5 {
authentication–password “$9$ooajqTnCpB36pBREKv4aJUK.5FQ” ;
    # SECRET-DATA
}
}
}
vacm {
security-to-group {
security-model usm;
security-name CC_tester {
group CC_tester_group;
}
}
}
view View_All {
old .1 include;
}
}
...

[Contents] [Prev] [Next] [Index] [Report an Error]