Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
timveil committed Jun 8, 2017
2 parents 2a989b6 + 9eb6f88 commit 19f94a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ Below is an example configuration using [DbVisualizer](http://www.dbvis.com/) ag
-Dsun.security.krb5.debug=true
-Djavax.security.auth.useSubjectCredsOnly=false
# Depending on your OS or Kerberos install, you may need to pass in the location of your krb5 configuration file.
# On mac/linux this is often a krb5.conf file. On windows, this is often a krb5.ini file.
-Djava.security.krb5.conf="[path-to-kerberos-file]/krb5.ini"
```
![](images/tool-properties.png)
Expand Down Expand Up @@ -194,6 +198,10 @@ Below is an example configuration using JetBrains [Data Grip](https://www.jetbra
-Dsun.security.krb5.debug=true
-Djavax.security.auth.useSubjectCredsOnly=false
# Depending on your OS or Kerberos install, you may need to pass in the location of your krb5 configuration file.
# On mac/linux this is often a krb5.conf file. On windows, this is often a krb5.ini file.
-Djava.security.krb5.conf="[path-to-kerberos-file]/krb5.ini"
```
![Advanced Tab](images/intellij-secure-connection-advanced.png)
Expand Down

0 comments on commit 19f94a5

Please sign in to comment.