2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#3398] Made 1234 the default secret/password

This commit is contained in:
Francis Dupont
2024-12-20 16:48:44 +01:00
parent 0d54907747
commit 6d95ccb0f0
27 changed files with 126 additions and 50 deletions

View File

@@ -361,7 +361,7 @@
"host": "localhost",
// Database password.
"password": "keatest",
"password": "1234",
// Port on which the database is available.
"port": 3306,
@@ -424,7 +424,7 @@
"host": "localhost",
// Database password.
"password": "keatest",
"password": "1234",
// Port on which the database is available.
"port": 5432,

View File

@@ -483,7 +483,7 @@
"host": "localhost",
// Database password.
"password": "keatest",
"password": "1234",
// Port on which the database is available.
"port": 3306,
@@ -546,7 +546,7 @@
"host": "localhost",
// Database password.
"password": "keatest",
"password": "1234",
// Port on which the database is available.
"port": 5432,

View File

@@ -38,7 +38,7 @@
// "host": "localhost",
// "port": 3306,
// "user": "keatest",
// "password": "secret1",
// "password": "1234",
// "reconnect-wait-time": 3000, // expressed in ms
// "max-reconnect-tries": 3,
// "on-fail": "stop-retry-exit",
@@ -66,7 +66,7 @@
// "host": "localhost",
// "port": 5432,
// "user": "keatest",
// "password": "secret1",
// "password": "1234",
// "reconnect-wait-time": 3000, // expressed in ms
// "max-reconnect-tries": 3,
// "on-fail": "stop-retry-exit",

View File

@@ -38,7 +38,7 @@
"max-reconnect-tries": 3,
"name": "kea",
"user": "kea",
"password": "kea",
"password": "1234",
"host": "localhost",
"port": 3306
}

View File

@@ -173,7 +173,7 @@
// These are parameters for the first (and only) access server
"name": "127.0.0.1",
"port": 1812,
"secret": "secret"
"secret": "1234"
}
// Additional access servers could be specified here
],
@@ -212,7 +212,7 @@
"servers": [ {
"name": "127.0.0.1",
"port": 1813,
"secret": "secret"
"secret": "1234"
}
]
}

View File

@@ -61,7 +61,7 @@
"max-reconnect-tries": 3,
"name": "keatest",
"user": "keatest",
"password": "keatest",
"password": "1234",
"host": "localhost",
"port": 3306,
"trust-anchor": "my-ca",

View File

@@ -63,7 +63,7 @@
"max-reconnect-tries": 3,
"name": "keatest",
"user": "keatest",
"password": "keatest",
"password": "1234",
"host": "localhost"
}
],