Skip to content

Instantly share code, notes, and snippets.

@raphink
Created April 29, 2013 10:07
Show Gist options
  • Save raphink/5480756 to your computer and use it in GitHub Desktop.
Save raphink/5480756 to your computer and use it in GitHub Desktop.
pg_hba { 'Default entry with option':
method => 'ident',
options => { 'sameuser' => undef },
}
pg_hba { 'host all@all from .dev.example.com':
method => 'ldap',
options => {
'ldapserver' => 'auth.example.com',
'ldaptls' => '1',
'ldapprefix' => 'uid=',
'ldapsuffix' => ',ou=people,dc=example,dc=com',
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment