[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ppolicy - getting to work



Thanks Aaron. So I built openldap with:

$ ./configure --with-tls=no --with-cyrus-sasl=no --enable-slurpd=no
--enable-ipv6=no --enable-ppolicy=mod --enable-hdb=yes --enable-modules
--enable-bdb=no --enable-ldif=no --enable-monitor=no --enable-relay=no
--enable-syncprov=no

Why do I have a ppolicy*.so and a ppolicy*.la file in the install
location? When do you use the ppolicy*.so?

I have temporarily lost access to the system because of PAM. Will have
access again on monday.

Thanks,
Prakash

>>> Prakash Velayutham 11/24/06 5:13 PM >>>
>>> Aaron Richton <richton@nbcs.rutgers.edu> 11/24/06 4:04 PM >>>
configure --enable-hdb --enable-ppolicy={yes|mod} should handle it. 
"yes" will build it into slapd, "mod" will give you a module. (You can
do 
the same for --enable-hdb.)

On Fri, 24 Nov 2006, Prakash Velayutham wrote:

> Hello All,
>
> I am trying to get ppolicy working on my openldap-2.3.29 server. I
want
> this setup to work with hdb backend and either static or dynamic
ppolicy
> module. What compile time options would be sufficient?
>
> Thanks,
> Prakash