> On May 24, 2020, at 3:48 PM, Emmanuel Lécharny <[email protected]> wrote:
> 
> On 24/05/2020 13:44, Shawn McKinney wrote:
>>> On May 23, 2020, at 10:41 PM, Emmanuel Lécharny <[email protected]> wrote:
>>> 
>>> My +1
>>> 
>>> - run tests against git repo and distros
>>> 
>>> - check hashes
>>> 
>>> All is good for me (except the Dockerfile used for tests).
>> Cool.  I spent some time yesterday working on the Docker tests for both 
>> apacheds and openldap.  Fixed the problem you identified.  Found another 
>> with openldap, the slapd.conf was missing, which would broke those tests as 
>> well.  Updated the container images in docker hub. Should be all good now.
> 
> 
> I think you may find a way to automatically set the LDAP port to be fixed 
> instead of having to change the config file. This is a annoying step. (not a 
> big deal though...)

Not sure I’m tracking here.  As in the client has to set the port in the 
build.properties file?

That was fixed some time ago. The ldap server coordinates may be inserted as 
java system properties…

https://github.com/apache/directory-fortress-core/blob/master/README-CONFIG.md

SECTION 4. Fortress Configuration Overrides

Optional - Used to override fortress properties at runtime.

These fortress properties may be overridden at runtime by setting as Java 
System Properties:

        • fortress.host
        • fortress.port
        • fortress.admin.user
        • fortress.admin.pw
        • fortress.min.admin.conn
        • fortress.max.admin.conn
        • fortress.enable.ldap.ssl
        • fortress.enable.ldap.ssl.debug
        • fortress.trust.store
        • fortress.trust.store.password
        • fortress.trust.store.onclasspath
        • fortress.config.realm
        • fortress.config.root
        • fortress.ldap.server.type
        • fortress.is.arbac02
The minimum system.properties to enable fortress apis to work (without a config 
file):

        • fortress.admin.user
        • fortress.admin.pw=secret
        • fortress.config.root=ou=Config,dc=example,dc=com
If the ldap host and port are not the default (localhost:389) set these two:

        • fortress.host
        • fortress.port

  




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to