> On Jan 6, 2016, at 10:43 AM, Chris Pike <[email protected]> wrote:
> 
> I already had that set to openldap, might try to reprovision my VM and start 
> fresh.

For openldap testing, take a look at this:
https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-SLAPD.md

The new slapd.properties.example file being the key takeaway.  It captures the 
settings from the old openldap quickstarts and contains the openldap specific 
parameters to use with the latest fortress core.  Not many changes from what 
you had before.  Take care to make sure your setup includes these params:

########################################################################
# 2. BEGIN OPENLDAP SERVER CONFIGURATION SECTION: (Ignore if using HTTP or 
ApacheDS):
####################################################################################

# Used for slapd logger connection pool.  Leave zeros when using apacheds:
min.log.conn=1
max.log.conn=3

#These are passwords used for LDAP audit log service accounts:
# Audit Pool:
log.admin.user=cn=Manager,${log.suffix}
log.admin.pw=secret

# Use if ldap.server.type=openldap.  (Default is false):
#disable.audit=false

# This OpenLDAP slapd logger password is bound for slapd.conf and was encrypted 
using 'slappasswd' command:
log.root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU

# More Audit Config:
log.suffix=cn=log
log.ops=logops bind writes compare

# don’t enable accelerator (yet):
rbac.accelerator=false

Reply via email to