Reputation: 507
currently I am working with Tomcat 7 and PHP to create active directory login.
A bit description about the system:
It is based on PHP and running on Tomcat 7. What I want is to connect Tomcat 7 LDAPs with PHP. Is there a way to do so? Thanks
Upvotes: 0
Views: 191
Reputation: 16660
Don't do that. Use Tomcat 7's built-in support for SPNEGO authentication
Also running PHP on Tomcat 7 is a risky enterprise at best. You'd be much better off running your PHP app on Apache httpd.
Upvotes: 1