Home > Forum > General > Changing AD domain, BPS users?

Changing AD domain, BPS users?
0

Hi,
we are considering changing the domain for users in AD in our company, which will consequently result in changing logins in BPS and losing permissions. Are there any scripts available that would allow us to update the tables so that we can preserve the existing permissions and access rights for users?
What about licenses? Will they be revoked for the old logins and assigned to the new ones, or is there a specific procedure in place for such a case?

Hi,
You can use the dbo.replacelogins procedure in older versions of 2021-, but it has not been updated with new tables and data in higher versions. You can extend it with new webcon tables that are missing in the old procedure and use it to perform such an update. We have updated the procedure and use it on a daily basis, but it is run at night because it is resource-intensive and may block data registration as it updates the wfsecurities tables.

You can always deactivate the service and reactivate it – this will cause all licenses to be downloaded again.