Closed (fixed)
Project:
LDAP integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
22 Jan 2010 at 16:27 UTC
Updated:
13 Apr 2012 at 14:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
bsevere commentedWe have a need for this as well. There are some features/strongarm incompatibilities to address. Specifically, the use of constants to populate the edit form in ldapauth prevents strongarm from overriding values. However, the module does force a unique name for LDAP configurations which is the fist step to make data exportable.
I am in the process of writing a patch to fix the constants issue and make this module exportable. I hope to have it ready by next week, time permitting.
Bill
Comment #2
geerlingguy commentedSubscribe.
Comment #3
Daeluin commentedSubscribing.
We are getting around this using an install file, but full features integration would be great!
Comment #4
johnbarclay commentedFeatures support is in the ldap project d7 (http://drupal.org/project/ldap) issue queue also #807420: Support Exportables. We are architecting for it in the db layer by avoiding auto increments which will make implementation simple.
Comment #5
bsevere commentedWe are still a long way from migrating to D7 so I plan to finish this patch...at some point. I am about half way through but have been sidetracked by other priorities. I hope to finish up in January.
Comment #6
inductor commentedAnd here`s the initial patch. It addresses only 'ldapauth' table schema, not including variables, Please, test.
Comment #7
inductor commentedOne more option - the patch against the 6.x-1.0-beta2 to ease the testing.
Comment #8
inductor commentedAnd this patch replaces all constants addressed in #1 to global variables. I can confirm this works with the Strongarm. Anyoune else willing to test?
Comment #9
autopoietic commentedis #8 intended to be applied to beta2 or to dev?
Comment #10
cgmonroe commentedSee http://drupal.org/node/1475272#comment-5805920 for details.