Forum Home › Forums › Uncategorized Issues › Using AD for login
Tagged: AD
- This topic has 8 replies, 2 voices, and was last updated 1 day, 10 hours ago by
Mikhail.
-
AuthorPosts
-
January 26, 2025 at 7:45 pm #16102
LPG57
ParticipantPlease advice which steps to be taken in 6.4 in order to use AD for login.
January 27, 2025 at 11:36 am #16104Mikhail
ModeratorHello,
1. In the Server – Modules page, activate the ModActiveDirectory module.
2. Configure the module properties.LdapTest utility may help to find proper parameters.
January 28, 2025 at 9:18 pm #16105LPG57
ParticipantI activated the ModActiveDirectory module, filled in IP of the DC and “mydomain.local” in the search root. I the saved and downloaded. But when open modules again, the ModActiveDirectory module was back in the unused modules pane. I have tried several times with the same result.
January 28, 2025 at 9:57 pm #16106LPG57
ParticipantFound that it worked when doing an upload instead. Can you please describe when to use upload and when to use download?
But now when trying to login, I get: “Please correct the following errors: Error updating user information in database”
January 29, 2025 at 11:18 am #16109Mikhail
ModeratorDownload is not needed in 99% of cases.
When you upload a project, it is saved. You can also save the project by the Save button.If you gen an error, check the error details in the log files.
February 1, 2025 at 3:11 pm #16111LPG57
ParticipantI get the following error when I try to login with a domain account:
2025-02-01 16:06:07 [SERVER8][SERVER8$][ERR] Module ModActiveDirectory: Error updating user information in database:
Failed to connect to 127.0.0.1:5432
2025-02-01 16:06:07 [SERVER8][SERVER8$][ERR] Checking username and password for user myusername is not successful: Error updating user information in database
2025-02-01 16:06:11 [SERVER8][SERVER8$][ERR] Module ModActiveDirectory: Error updating user information in database:
Failed to connect to 127.0.0.1:5432
2025-02-01 16:06:11 [SERVER8][SERVER8$][ERR] Checking username and password for user myusername is not successful: Error updating user information in databaseIs there a need for security groups in AD like in older versions of RapiScada?
February 3, 2025 at 9:49 am #16112Mikhail
ModeratorHave you created a PostgreSQL database and specified it in ScadaInstanceConfig.xml?
February 16, 2025 at 3:51 pm #16167LPG57
ParticipantIs there a manual how to “create a PostgreSQL database and specified it in ScadaInstanceConfig.xml”
February 17, 2025 at 9:15 am #16171Mikhail
Moderator> Is there a manual how to “create a PostgreSQL database
I suppose, PostgresSQL provides a manual to do that. PostgreSQL is not a part of Rapid SCADA.ScadaInstanceConfig.xml already contains settings to connect to the local PostgreSQL database, named
rapid_scada
, using postgres/postgres for username and password. Use the existing settings for testing. -
AuthorPosts
- You must be logged in to reply to this topic.