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