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

Re: feature --enable-ppolicy



Philippe Radix wrote:
hello

I try to test  the new feature  the new  version openldap  (openldap-2.3.36)

cd /alcatel/PR/
tar xvzf openldap-2.3.36.tgz
cd /alcatel/PR/openldap-2.3.36
./configure --prefix=/opt/ldap/OpenLDAP --with-cyrus-sasl --with-tls --enable-backends --enable-overlays make depend
make
make install


i create slapd.cond
---------------
vi slapd.conf

include         /opt/ldap/OpenLDAP/etc/openldap/schema/core.schema
include         /opt/ldap/OpenLDAP/etc/openldap/schema/ppolicy.schema
include         /opt/ldap/OpenLDAP/etc/openldap/schema/cosine.schema

include         /opt/ldap/OpenLDAP/etc/openldap/schema/inetorgperson.schema
overlay         ppolicy
ppolicy_default "cn=StandardPolicy,ou=Policies,dc=alcatel,dc=com"
ppolicy_use_lockout

pidfile    /alcatel/openldapTest/slapd.pid
argsfile   /alcatel/openldapTest/slapd.args
database        bdb
suffix          "dc=alcatel,dc=com"
rootdn          "cn=Admin,dc=alcatel,dc=com"
directory     /alcatel/openldapTest/data
        by self write
        by anonymous auth
        by * none

access to *
        by self write
        by anonymous auth
        by * read

Re-read the slapd.conf(5) documentation for the overlay keyword.

could you help me

regards

The openldap-bugs mailing list is for discussion of actual bug reports. There is no evidence of any bug in your email. Please take this to the appropriate list (openldap-software).


--
  -- Howard Chu
  Chief Architect, Symas Corp.  http://www.symas.com
  Director, Highland Sun        http://highlandsun.com/hyc/
  Chief Architect, OpenLDAP     http://www.openldap.org/project/