In https://doc.owncloud.com/server/next/admin_manual/maintenance/migrating_to_ocis.html#migration-with-ldap-users "The following environment variables serve as a configuration template":
OCIS_LDAP_INSECURE: "true" I don't think this is relevant. It might be convenient but we probably shouldn't promote skipping certificates. We could have it around in case they have problems with the certificate, but that's it.
GRAPH_ASSIGN_DEFAULT_USER_ROLE: "true" This isn't needed because the migration already have a step to assign roles.
In addition, "Verify LDAP access is working before starting the migration by logging in with some LDAP users."
I think it's better to login with the admin user and check if the users and groups show up in the user list. Login with a LDAP user will require knowing the user's password (which you shouldn't know), and might behave weird if the user doesn't have a role assigned.
In https://doc.owncloud.com/server/next/admin_manual/maintenance/migrating_to_ocis.html#migration-with-ldap-users "The following environment variables serve as a configuration template":
OCIS_LDAP_INSECURE: "true"I don't think this is relevant. It might be convenient but we probably shouldn't promote skipping certificates. We could have it around in case they have problems with the certificate, but that's it.GRAPH_ASSIGN_DEFAULT_USER_ROLE: "true"This isn't needed because the migration already have a step to assign roles.In addition, "Verify LDAP access is working before starting the migration by logging in with some LDAP users."
I think it's better to login with the admin user and check if the users and groups show up in the user list. Login with a LDAP user will require knowing the user's password (which you shouldn't know), and might behave weird if the user doesn't have a role assigned.