Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PrettySolution/ee249cfdc0b6001b364a29627f2dbf87 to your computer and use it in GitHub Desktop.
Save PrettySolution/ee249cfdc0b6001b364a29627f2dbf87 to your computer and use it in GitHub Desktop.
tableau config.json
{
"configEntities":{
"identityStore": {
"_type": "identityStoreType",
"type": "activedirectory",
"domain": "org.internal",
"nickname": "org",
"directoryServiceType": "activedirectory",
"bind": "gssapi",
"kerberosKeytab": "/etc/krb5.keytab",
"kerberosConfig": "/etc/krb5.conf",
"kerberosPrincipal": "tableau_sa@org.internal"
}
}
}
root@prod-tableau:~# cd /opt/tableau/tableau_server/
root@prod-tableau:/opt/tableau/tableau_server# tsm settings import -f config.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment