Change of AD Domain

I have NC 13 and I need to change of AD Server (Migrating from MS Windows to SAMBA4). All of the rest stays equal. So, if the base now is:
dc=example,dc=com will be dc=newexample,dc=com

If I use as login attribute the AD username should I change something?

Well I guess I should do:

  1. Add new LDAP Server with new domain
  2. Run occ files:transfer-ownership OLD-UUID NEW-UUID
  3. Get LDAP UID from NEW-UUID
  4. Rename every folder from NEW-UUID to LDAP UID
  5. Run occ files:scan --all
  6. Test :slight_smile:
  7. Delete users with OLD-UUID

Is that right?

Thanks in advance!