Closed (outdated)
Project:
Lightweight Directory Access Protocol
Version:
8.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2012 at 00:48 UTC
Updated:
24 Jul 2017 at 19:34 UTC
Jump to comment: Most recent
Comments
Comment #1
johnbarclay commentedThis would still be handy for ldap module and support. If anyone is willing to host such a reference ldap it would be a great service. Here's an example of someone who does this for Dspace: http://blog.stuartlewis.com/2008/07/07/test-ldap-service/
The idea would be to match the ldap users and groups in whatever unit tests exist. Ideally with the most common ldap flavors. A start of a feaux ldap server is in ldap 7, but not nearly as useful as a real ldap server for development. And a publicly available one is ideal for support and documentation.
http://cgit.drupalcode.org/ldap/tree/ldap_test?h=7.x-2.0-beta8
Comment #2
johnbarclay commentedComment #3
queenvictoria commentedI've created a script that utilises a Docker LDAP project to create a local OpenLDAP server and uses the Apache example LDIF. I'd like it to use the Hogwarts LDIF from LDAP Drupal 7 module except I think that that LDIF doesn't have any groups. Hosted is a Good Idea too. Or more Docker images for the different flavours. The script is at
https://github.com/Laudanum/ldap/issues/42
@larowlan is working on rewriting testing for 8.x-3.x and he will need some of this functionality. Let's keep this issue open and reference his work here.
Comment #4
grahlDocker use-case is documented in the readme now and it seems no one is willing to host anything else publicly.
Comment #5
grahl