php - how to perform NTLM authentication from browser in windows domain? -


i have check user credentials against windows domain controller. user credentials given in web gui, , nice not pass raw password client server. on server side have php , c++, can use winapi. have ideas how pass user login/password safely (for call logonuser), or other ways perform authentication, using ntlm or digest ? also, need list of groups (local , global, including indirect) in logged on user has membership.

modifying existing php extension option.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -