-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12547/
-----------------------------------------------------------

Review request for cloudstack, Abhinandan Prateek and Sebastien Goasguen.


Repository: cloudstack-git


Description
-------

Added an embedded LDAP server that uses ApacheDS for integration tests. 
The implementation has been provided by this maven plugin: 
http://ldap-maven-plugin.btmatthews.com/

Added a sample LDIF dump to import into the LDAP server for integration tests.

The LDAP server can be brought up with:
mvn -pl :cloud-plugin-user-authenticator-ldap ldap:run


Diffs
-----

  plugins/user-authenticators/ldap/pom.xml 8ea67fe 
  plugins/user-authenticators/ldap/test/resources/cloudstack.org.ldif 
PRE-CREATION 
  test/integration/component/test_ldap.py ec7987c 

Diff: https://reviews.apache.org/r/12547/diff/


Testing
-------

1) Brought up the embedded LDAP server. Confirmed that it gets populated as 
expected by querying it with ldap search, ldapsearch -h localhost -b 
dc=cloudstack,dc=org -xxx

2) Brought up the jetty server and the embedded LDAP server and executed the 
integration test. It executed successfully.


Thanks,

Ian Duffy

Reply via email to