Le 12 décembre 2009 10:20, Smaïne Kahlouch <[email protected]> a écrit : > -------- Message initial -------- > De: Clément OUDOT <[email protected]> > À: [email protected] > Cc: [email protected] > Sujet: Re: [Ltb-users] check_password module for Debian > Date: Fri, 11 Dec 2009 09:22:57 +0100 > > 2009/12/10 <[email protected]>: >> Hi, >> >> I would like to know how to install the check_password module on a Debian >> server. >> I tried to compile it but i actually didn't understand how to use the >> options. >> >> Is there somebody who could figure it out ? >> Is there a debian package ? >> >> Thanks for your help. > > > Hello, > > compilation options are listed here: > http://ltb-project.org/wiki/documentation/openldap-ppolicy-check-password > > You need OpenLDAP source code (and some libraries built after > ./configure in this source code) > > There is no Debian package, but an RPM package. > > Clément. > > > > > > Hi thanks for the answer but it's not what i was waiting for. > It's actually not enough accurate, I can't use slapd package that comes with > debian ? > Do i have to reinstall my server with the options ? > > What are these options ? > What are the libraries you talking about ?
Hello, you have to use developement file. Try : # apt-get install libldap2-dev And use /usr/include as source lib directory : # make LDAP_INC=-I/usr/include Clément. _______________________________________________ ltb-users mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-users
