I am trying to get policy to work in an Oracle Solaris 11 environment. Trouble is it is pre-compiled, anyone know how I can use a policy that didn't come with the OpenLDAP 2.4.30-0.175.1.0.0.24.0 ?
Excerpt from my slapd.conf ########### # SCHEMAS # ########### # # See slapd.conf(5) for details on configuration options. # This file should NOT be world readable. # include /etc/openldap/schema/corba.schema include /etc/openldap/schema/core.schema include /etc/openldap/schema/cosine.schema include /etc/openldap/schema/inetorgperson.schema include /etc/openldap/schema/nis.schema include /etc/openldap/schema/ppolicy.schema
########### # MODULES # ########### # Load dynamic backend modules: modulepath /etc/openldap/modules moduleload ppolicy.la
################### # PASSWORD POLICY # ################### overlay ppolicy ppolicy_default "cn=Standard Policy,ou=Policies,dc=XXXXX,dc=XXXXX" ppolicy_use_lockout
Any Ideas?
________________________________
CONFIDENTIALITY NOTICE: The information contained in this electronic mail (email) transmission (including attachments), is intended by MCLANE ADVANCED TECHNOLOGIES for the use of the named individual or entity to which it is addressed and may contain information that is privileged, confidential and/or protected as a trade secret. It is not intended for transmission to, or receipt by, any individual or entity other than the named addressee(s). If you have received this email in error, please delete it (including attachments) and any copies thereof without printing, copying or forwarding it, and notify the sender of the error by email reply immediately.
Am Tue, 17 Dec 2013 18:35:10 +0000 schrieb David Barr David.Barr2@mclaneat.com:
I am trying to get policy to work in an Oracle Solaris 11 environment. Trouble is it is pre-compiled, anyone know how I can use a policy that didn't come with the OpenLDAP 2.4.30-0.175.1.0.0.24.0 ?
Run slapd -VVV in order to check the build in modules of slapd.
-Dieter
--On Tuesday, December 17, 2013 6:35 PM +0000 David Barr David.Barr2@mclaneat.com wrote:
I am trying to get policy to work in an Oracle Solaris 11 environment.
Trouble is it is pre-compiled, anyone know how I can use a policy that didn't come with the OpenLDAP 2.4.30-0.175.1.0.0.24.0 ?
Download and build a current version of OpenLDAP, and enable the portions you need.
--Quanah
--
Quanah Gibson-Mount Architect - Server Zimbra, Inc. -------------------- Zimbra :: the leader in open source messaging and collaboration
openldap-technical@openldap.org