-
Notifications
You must be signed in to change notification settings - Fork 5
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
LDAP Database: Can not connect #16
Comments
Hi! Try changing the 'type' => 'ActiveDirectory' parameter to 'Netscape' or 'OpenLDAP'. |
Hey, thanks for the reply. Changed to Netscape, ... no success. I can't even access the page, I need to configure the database first. If I want to omit ldap and configure no, the website tells me I must configure ldap. I had debugging already enabled, no log messages. Only: |
Hi! Remove the "@" character in the file app/Plugin/Datasources/Model/Datasource/LdapSource.php:261 |
Yah, that did it. Thanks for the support (now I am having many 404 errors for css and js files, like '/cake_theme/cache_css/css/CakeTheme.main.css'), but thats an other issue/misconfiguration. I think I'll make an PR to improve the Installation Instructions. But before that, I will need it working :) |
Good day. Fixed in a new release: v1.0.12 |
In setup step 7 I only get a "Bad".
I can successfully connect to my ldap server with:
ldapsearch -H ldap://192.168.200.6:389 -D "cn=wpkg,CN=Users,dc=domain,dc=de" -W -b "dc=domain,dc=de"
What do I need to change in my Config file?
I am using a samba4x server. Maybe you should give instructions in the Installation guide how to use the samba as ldap server...
Thanks
The text was updated successfully, but these errors were encountered: