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:
@@ -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,
|
||||
|
@@ -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,
|
||||
|
@@ -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",
|
||||
|
@@ -38,7 +38,7 @@
|
||||
"max-reconnect-tries": 3,
|
||||
"name": "kea",
|
||||
"user": "kea",
|
||||
"password": "kea",
|
||||
"password": "1234",
|
||||
"host": "localhost",
|
||||
"port": 3306
|
||||
}
|
||||
|
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@@ -61,7 +61,7 @@
|
||||
"max-reconnect-tries": 3,
|
||||
"name": "keatest",
|
||||
"user": "keatest",
|
||||
"password": "keatest",
|
||||
"password": "1234",
|
||||
"host": "localhost",
|
||||
"port": 3306,
|
||||
"trust-anchor": "my-ca",
|
||||
|
@@ -63,7 +63,7 @@
|
||||
"max-reconnect-tries": 3,
|
||||
"name": "keatest",
|
||||
"user": "keatest",
|
||||
"password": "keatest",
|
||||
"password": "1234",
|
||||
"host": "localhost"
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user