Closed (fixed)
Project:
Lightweight Directory Access Protocol
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2012 at 14:11 UTC
Updated:
2 Jul 2012 at 03:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
johnbarclay commentedI would uninstall everything and delete the ldap_* tables from the database. Then remove ldap 7.x-2.x. 7.x-2.x doesn't work and is in a design prototype stage. Then move back to 7.x-1.0-beta10. If beta10 is working well for you, stick with it until a release candidate of 7.x-1.0 or 7.x-2.0 comes out. The only reason to upgrade to -dev is if you want to help test or write patches. There is no automated upgrade path until a release candidate is ready.
Also, Subscribe to the following to keep up to date on the 7.x-2.x branch:
#1622942: LDAP User: Ldap Provisioning in LDAP 7.x-2.x Branch General Discussion thread
#1115704: Drupal 7 Status Updates
Comment #2
linno commentedThank you so much for your answer
I move back to 7.x-1.0-beta10.
Comment #3
linno commentedSo, I move back to 7.x-1.0-beta10 but dont work, any ideas?
Depending from another module?
thanks
Comment #4
johnbarclay commentedNot sure. Reclassifying as a bug.
Comment #5
johnbarclay commentedHere's how to completely remove the module if the uninstall doesn't succeed. Try this and then reinstall 7.x-1.x-dev. I'm not having any trouble with the server config in 7.x-1.x-dev.
DELETE FROM variable WHERE name like 'ldap_%';
DELETE FROM system WHERE name like 'ldap_%';
DROP TABLE ldap_authorization;
DROP TABLE ldap_servers;
DELETE FROM authmap WHERE module like 'ldap_%'; -- this will disassociate existing user from ldap without removing the users
Comment #6
linno commentedHello!
@johnbarclay many thanks! The problem is solved, all run Ok! When i delete from command line the record that you indicate all run!
great!
Comment #7
johnbarclay commented