On Mon, Feb 04, 2008 at 03:29:28PM +0000, Geert Hendrickx wrote: > > Modified Files: > pkgsrc/databases/postgresql82: options.mk > pkgsrc/databases/postgresql82-server: Makefile > > Log Message: > Add an option for LDAP authentication as explained on > http://www.postgresql.org/docs/8.3/static/auth-methods.html#AUTH-LDAP This reminds me of a local change that's been sitting in my repository for ages, and that I've forgotten to propagate back, to enable krb auth. I'm not going to get around to doing anything with it very soon, clearly, so feel free... :-) -- Dan.
# # old_revision [fa1b7577717f5bb09f3b73923119a0e98feb414e] # # patch "databases/postgresql82/options.mk" # from [826a45b759937313d6e4fc4bba0a86671f5fc92f] # to [995230722705698c139d76163b89a051d3866298] # ============================================================ --- databases/postgresql82/options.mk 826a45b759937313d6e4fc4bba0a86671f5fc92f +++ databases/postgresql82/options.mk 995230722705698c139d76163b89a051d3866298 @@ -1,10 +1,18 @@ # $NetBSD: options.mk,v 1.1.1.1 2006/12/09 15:34:13 adam Exp $ -PKG_SUPPORTED_OPTIONS+= # empty +PKG_SUPPORTED_OPTIONS+= kerberos # empty .include "../../mk/bsd.options.mk" ### +### Kerberos authentication for the PostgreSQL backend. +### +.if !empty(PKG_OPTIONS:Mkerberos) +. include "../../mk/krb5.buildlink3.mk" +CONFIGURE_ARGS+= --with-krb5 +.endif + +### ### PAM authentication for the PostgreSQL backend. ### .if !empty(PKG_OPTIONS:Mpam)
Attachment:
pgpo2Jxevdxoo.pgp
Description: PGP signature