Function migrate_auth_to_ldap

Source
pub async fn migrate_auth_to_ldap(
    configuration: &Configuration,
    migrate_auth_to_ldap_request: Option<MigrateAuthToLdapRequest>,
) -> Result<(), Error<MigrateAuthToLdapError>>
Expand description

Migrates accounts from one authentication provider to another. For example, you can upgrade your authentication provider from email to LDAP. Minimum server version: 5.28 ##### Permissions Must have manage_system permission.