windows AD user login
Moderators: Developer, Contributor
windows AD user login
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
Whatever the Database is that you are using. Are you using Postgres. MySql/Mariadb or MSSQL?
Re: windows AD user login
well then most likely the credentials are wrong. Check the logs.
Re: windows AD user login
Credentials are correct. This is an AD account not a local SQL user. It still won't work.