Hi
sorry for my bad english
I have installed ldap module 7.x-1.0-beta10 and works fine, successively have update to 7.x-2.x-dev and server table list not show really strange...
The server record is created and write in the database table, have unistall and reinstall the previous version but not show again!
Reinstall the 7.x-2.x-dev and nothing appears...
can help me?
Thanks in advance

CommentFileSizeAuthor
#3 ldapbeta10.jpg60.55 KBlinno
ldap_module.jpg50.68 KBlinno
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

johnbarclay’s picture

I 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

linno’s picture

Title: LDAP Server not show the table list » [CLOSED] LDAP Server not show the table list

Thank you so much for your answer
I move back to 7.x-1.0-beta10.

linno’s picture

Title: [CLOSED] LDAP Server not show the table list » LDAP Server not show the table list
Version: 7.x-2.x-dev » 7.x-1.0-beta10
FileSize
60.55 KB

So, I move back to 7.x-1.0-beta10 but dont work, any ideas?
Depending from another module?
thanks

johnbarclay’s picture

Category: support » bug

Not sure. Reclassifying as a bug.

johnbarclay’s picture

Version: 7.x-1.0-beta10 » 7.x-1.x-dev
Priority: Major » Normal
Status: Active » Needs review

Here'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

linno’s picture

Title: LDAP Server not show the table list » [SOLVED] LDAP Server not show the table list

Hello!
@johnbarclay many thanks! The problem is solved, all run Ok! When i delete from command line the record that you indicate all run!
great!

johnbarclay’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.