Hi,I have install , configure an enable LDAP autentification. After restart I cannot login to Admin console, ...How is possible disable LDAP manually - without login to Admin console ?ThanksJaro Jasek
This SQL query ought to do it.UPDATE ost_plugin SET isactive='0' WHERE name='LDAP Authentication and Lookup';
ntozier Thanks - this work OK !RegardsJaro Jasek
Very welcome. I'll mark this thread as resolved and close it.Please feel free to start another thread if you run into another issue down the road.:)