Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No requests to LDAP #2

Open
MrManor opened this issue May 22, 2014 · 1 comment
Open

No requests to LDAP #2

MrManor opened this issue May 22, 2014 · 1 comment

Comments

@MrManor
Copy link

MrManor commented May 22, 2014

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?

@Wirone
Copy link

Wirone commented Jun 15, 2015

Yeah, same problem here.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants