blob: 4810eb9718cf11349bfd485eabf35a9b68cd082f (
plain) (
blame)
1
2
3
4
5
|
# TYPE DATABASE USER ADDRESS METHOD
local all postgres peer map=postgres
local all all peer
hostgssenc all all all gss include_realm=0 krb_realm=${realm}
hostssl all all all ldap ldapserver="${ldap_hosts}" ldaptls=1 ldapbinddn="${postgres_dn}" ldapbindpasswd="${postgres_ldap_password}" ldapbasedn="${users_basedn}" ldapsearchattribute=uid
|