We already have an existing AD integration (AD-X) configured and working with ISC, using IQService and the service account ‘ABC’.
Now, we’re trying to integrate a different AD (AD-Y) and plan to reuse the same IQService instance. For AD-Y, we’ve registered a different service account ‘XYZ’ on the same IQService using the command-line registration.
Is it possible to register and use two different service accounts on the same IQService instance?
Will the ‘XYZ’ account work successfully for the AD-Y test connection?
Thanks @HussainshaSyed001 for the response.
So, multiple users can be registered using a single command by separating them with a semicolon (;). This command appends new users to the list of already registered users, if any exist.
Now, my question is — suppose an old user is already registered and configured with AD-X. Then, we register a new user using the above command, and this new user is intended for the AD-Y IQService configuration.
Will adding the new user have any impact on the AD-X setup? I’m asking because when we go to the IQService server instance > Right-click > Properties > Log On tab, we can only add a single user there either the default system account or a specific user with credentials.
I’m not entirely sure about this, so please correct me if I’m wrong