[Pgbuildfarm-members] ldap config option

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Pgbuildfarm-members(at)pgfoundry(dot)org
Subject: [Pgbuildfarm-members] ldap config option
Date: 2006-03-27 00:21:18
Message-ID: 44272FFE.1050907@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: buildfarm-members


There is a new configuration option that you should consider for your
buildfarm member(s). The option is to enable the service config to be
found via LDAP, and is simply --with-ldap. Adding the code below near
the bottom of your config file should be sufficient to activate it if
your libraries etc. are in standard locations.

if ($branch eq 'HEAD' || $branch ge 'REL8_2')
{
push(@{$conf{config_opts}},"--with-ldap");
}

cheers

andrew

Browse buildfarm-members by date

  From Date Subject
Next Message Andrew Dunstan 2006-06-03 12:14:01 [Pgbuildfarm-members] new release of buildfarm client
Previous Message Jim C. Nasby 2006-03-21 15:57:31 Re: [Pgbuildfarm-members] guppie: 64MB RAM too small?