You are here

README.txt in Lightweight Directory Access Protocol (LDAP) 7



------------------------------------
When Uninstall Fails...or you need to make sure you have a fresh install
------------------------------------

1.  Remove ldap module directory
2   Execute the following sql.  Beware this will likely remove other ldap_* modules not in the ldap package.

DELETE FROM variables 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

File

README.txt
View source
  1. ------------------------------------
  2. When Uninstall Fails...or you need to make sure you have a fresh install
  3. ------------------------------------
  4. 1. Remove ldap module directory
  5. 2 Execute the following sql. Beware this will likely remove other ldap_* modules not in the ldap package.
  6. DELETE FROM variables WHERE name like 'ldap_%';
  7. DELETE FROM system WHERE name like 'ldap_%';
  8. DROP TABLE ldap_authorization;
  9. DROP TABLE ldap_servers;
  10. DELETE FROM authmap WHERE module like 'ldap_%'; -- this will disassociate existing user from ldap without removing the users