LDAPS Support Request
-
I’m evaluating Authorizer as an all-in-one replacement to the grab-bag of authentication-related plugins we’re currently using in a large, shared WordPress environment on campus. For us it would replace:
– wpDirAuth, locally forked to allow LDAPS on a non-standard port
– theme-my-login (potentially, need to evaluate your theme support)
– limit-login-attempts-reloaded (though offers fewer options)
It would also add CAS support, something we’ve missed since the old cas-authentication plugin went deprecated, and could make sites completely non-public, which might be nice for classes that use it.CAS support works beautifully with our CAS installation (though oddly only in 2.x compatibility mode, even though we’re running CAS 3.5.3). LDAP, however, does not. It appears your plugin attempts to use StartTLS, and there’s no option to use LDAPS, which is all our LDAP server supports. Is that a feature that might be added in a future version?
I currently get this error:
PHP Warning: ldap_start_tls(): Unable to start TLS: Can’t contact LDAP server in <my site path>/plugins/authorizer/authorizer.php on line 1259, referer: <my testing site URL>Disabling TLS and trying to inject “ldaps://” into the LDAP hostname just times things out, and just disabling TLS doesn’t work because the server isn’t listening for unencrypted logins.
If it helps or makes a difference, I’m running this on Red Hat Enterprise Linux 6 (so, HTTPD 2.2.15-56.el6_8.3, PHP 5.3.3-48.el6_8, all required PHP libraries installed and active)
- The topic ‘LDAPS Support Request’ is closed to new replies.