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

Example Common Criteria Configuration Changes

The new configuration changes the secret data configuration statements and adds a new user.

user@host# show | compare
[edit system login user tester authentication]
–    encrypted-password “$1$pRxmZhC0$5F.ysqVL4Z5G67yg4Af4L.”; # SECRET-DATA
+    encrypted-password “$1$4iTht8rmdlfKJdMMmdU03nd0skKwdj”; # SECRET-DATA
[edit system login]
+    user tester2 {
+        uid 2001;
+        class operator;
+        authentication {
+            encrypted-password “$1$hJP42n6Q$6twaOvyLAjfkFvZ6ELKxpGW”;
                   # SECRET-DATA
+        }
+     }
[edit system radius-server 10.10.10.10]
–    secret “$9$jCkfz3nC0ORmfEyKvN-ikqPz39Ap”; # SECRET-DATA
+    secret “$9$99ZiCORrlMXNbvWbb2oGq.Fn/C0BrHs”; # SECRET-DATA
[edit snmp v3 usm user CC_tester authentication-MD5]
–    encrypted-password “$9$ooajqTnCpB36pBREKv4aJUK.5FQ”; # SECRET-DATA
+    encrypted-password “$9$NzbwZGiH.PGRMm5Q9C1Kvnm”; # SECRET-DATA

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