Implement role-aware HTTPS and SSH authentication
This commit is contained in:
+2
-2
@@ -94,8 +94,8 @@ esp_err_t user_database_init(const user_database_legacy_credentials_t *legacy,
|
||||
user_database_load_result_t *load_result);
|
||||
/*
|
||||
* Before the first administrator is established, keep the migrated account in
|
||||
* sync with Phase 8A's legacy network credential. Once bootstrapped, the two
|
||||
* credentials deliberately remain independent until the Phase 8B cutover.
|
||||
* sync with the legacy recovery credential. Once bootstrapped, that credential
|
||||
* remains independent and no longer authenticates Phase 8B network services.
|
||||
*/
|
||||
esp_err_t user_database_sync_legacy_credentials(
|
||||
const user_database_legacy_credentials_t *legacy, bool *synchronized);
|
||||
|
||||
Reference in New Issue
Block a user