Hello!
That is really weird… That another tool what works with LDAP settings, it works on the same server your WordPress is?
Are you connecting using ldap:// or ldaps://?
Can you printscreen your ldap connection details to my email (henrique@mowta.pt)?
Thanks!
Thread Starter
lauska
(@lauska)
Hello,
You’re right, my LDAP server is restricted on an intranet. I need keep my WordPress site on the Internet, and I must use the saml data with CAS access. I suppose I can’t do this with your plugin?
Thanks a lot for your answer, I’m feel a little stupid, but now I know what’s the problem !
No, CAS Maestro uses a direct LDAP connection to the server. But why don’t you add a firewall rule to accept connections only from your web server’s IP?
Hi,
There two errors syntax in views/metaboxes/registration.php (missing spaces) :
line 44 replace
<input type=”text” <?check_empty($this->settings[‘ldap_server’])?>
by
<input type=”text” <?php check_empty($this->settings[‘ldap_server’]) ?>
and line 56 replace
<input type=”text” <?check_empty($this->settings[‘ldap_basedn’])?>
by
<input type=”text” <?php check_empty($this->settings[‘ldap_basedn’]) ?>
Best regards,
Olivier
Hello,
Thanks for the report. Those bugs have been resolved in the hotfix released right now (version 1.0.3).
Thanks again,
Henrique
Hi,
I would like to know where is defined the LDAP Port .
Because I’v installed CAS MAESTRO Plugin and I can find
within cas-maestro.php
668:'ldap_port'=>$_POST['ldap_port'],
But should it be not be defined in view/metaboxes/registration.php first.
thanks,