Page 1 of 1

windows AD user login

Posted: 13 Dec 2022, 17:00
by Phroobar
We are no longer using a native sql user login for Mantis. We have moved over to using a AD service account to access the database. What $g_db_datatype should we be using? The mssqlnative doesn't login in properly. We get an access denied.

Re: windows AD user login

Posted: 14 Dec 2022, 12:49
by cas
Whatever the Database is that you are using. Are you using Postgres. MySql/Mariadb or MSSQL?

Re: windows AD user login

Posted: 15 Dec 2022, 14:54
by Phroobar
MSSQL.

Re: windows AD user login

Posted: 15 Dec 2022, 20:17
by cas
well then most likely the credentials are wrong. Check the logs.

Re: windows AD user login

Posted: 22 Dec 2022, 16:22
by Phroobar
Credentials are correct. This is an AD account not a local SQL user. It still won't work.

Re: windows AD user login

Posted: 27 Jun 2023, 17:14
by Phroobar
We are moving Mantis to the azure cloud. We need to use an AD database account instead of SQL user account. Is there any documentation on doing this? Does this support ADO? Help would be very much appreciated.