You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'v done my best to setup simpleid-ldap according to the readme, but I cant make it work. I ahve enabled session log on the LDAP but I see no connection attempts from Simple-ID.
I have inserted a couple of debug lines in function store_user_verify_credentials but they are not triggered at all.
Can this plug in be used with simple-ID version 0.9?
The text was updated successfully, but these errors were encountered:
The problem is that store_user_verify_credentials() from ldap-filesystem.store.php is never invoked in user.inc.php: user_verify_credentials() because it's not an extension. It has to be enabled in confing.php with define('SIMPLEID_EXTENSIONS', 'sreg,ui,your_extension');, extension file must be then in www/extensions/your_extension/your_extension.extension.php and should define your_extension_user_verify_credentials() function.
I do not have complete solution yet, but definitely it's not working anymore.
I'v done my best to setup simpleid-ldap according to the readme, but I cant make it work. I ahve enabled session log on the LDAP but I see no connection attempts from Simple-ID.
I have inserted a couple of debug lines in function store_user_verify_credentials but they are not triggered at all.
Can this plug in be used with simple-ID version 0.9?
The text was updated successfully, but these errors were encountered: