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
Post a Comment