Link to home
Start Free TrialLog in
Avatar of stmayes
stmayesFlag for United Kingdom of Great Britain and Northern Ireland

asked on

MS authentication with PHP Applications... WebDAV and Exchange or LDAP and Active Directory.

I am building a web application for a client I need to authenticate with their MS systems.

I originally was going to go for LDAP and AD but I have just thought of using Exchange and WebDAV.

All I need to do is authenticate and confirm that they are indeed an employee of the company and maintain a username. I would like to also use existing group policy from AD but it is not necessary as I am going to have to extend and replicate it within my application.

I will be building the application in PHP using the Zend Framework.

Can anyone guide me to which option is better (and more robust/ secure etc) and easier.
ASKER CERTIFIED SOLUTION
Avatar of BrianMM
BrianMM
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
oh.. if you need any example code i should have some.
Avatar of stmayes

ASKER

@BrianMM... I'd really appriciate that. I have been looking at Zend_Ldap but I cannot see how groups and permissions work.