Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you will find the site temporarily inaccessible. Thanks for your patience. Read more.
×We are running Jira Data Center on prem (version 8.19). We have a Scriptrunner Database Picker custom field. During development, we used a SQL Server ID but would like to change the Resource to use an Active Directory account. We've referred to a # of articles and tried different JDBC drivers but have not been successful connecting to the database.
Is it required that we use Kerberos to connect? If Kerberos is not required, can someone provide a recommended driver and sample connection string? If Kerberos is necessary, please provide helpful links.
Thanks.
Tom
In the ScriptRunner Resource, we were able to get this working by using the com.microsoft.sqlserver.jdbc.SQLServerDriver driver together with the following connection string:
jdbc:sqlserver://SQLServerName;authenticationScheme=NTLM;integratedSecurity=true;domain=DomainName;
Then specify your AD userid as the username and your AD password as the password.
Hopefully this helps someone else in the future.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.