Skip to content

Instantly share code, notes, and snippets.

@raphink
Created December 11, 2012 16:35
Show Gist options
  • Save raphink/4260122 to your computer and use it in GitHub Desktop.
Save raphink/4260122 to your computer and use it in GitHub Desktop.
{ "1"
{ "type" = "host" }
{ "database" = "all" }
{ "user" = "all" }
{ "address" = ".dev.example.com" }
{ "method" = "gss"
{ "options"
{ "include_realm" = "0" }
{ "krb_realm" = "EXAMPLE.COM" }
{ "map" = "somemap" } } } }
or
{ "1"
{ "type" = "host" }
{ "database" = "all" }
{ "user" = "all" }
{ "address" = ".dev.example.com" }
{ "method" = "gss" }
{ "options"
{ "include_realm" = "0" }
{ "krb_realm" = "EXAMPLE.COM" }
{ "map" = "somemap" } } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment