Posts by Lucas Duca • 19 points
3 posts
-
0
votes1
answer186
viewsQ: how to use LDAP_BIND in php using NTLM2?
I’m using ldap with NTLM to make SSO "LOGON UNICO" but I’m having a hard time, LDAP_BIND does not accept the hashed password I receive from the browser, my class working with NTLM has the following…
-
1
votes1
answer192
viewsQ: Session error on httpclient android
I am trying to make an application to log into the college website, and through Crawler I work the information returned by httpclient. Note: I am doing for learning, I started recently in java. I do…
-
0
votes1
answer124
viewsQ: Image disappears when making a flip on Sprite
I am developing in HTML5 but am having the following problem a sprite makes the moves to the right, but when I try to give the flip on it to make the image appear left-facing using ctx.scale(-1, 1);…