Login to LDAP with Kerberos password from PHP -
i'm trying connect ldap server uses kerberos password management. far know, can't send plaintext password, have kerberos token before.
is possible php, without using mod_auth_kerb example?
mod_auth_kerb won't either. authenticates user requst apache web server. why think you? there no link between problem , module unless want use credential delegation.
simply, there seems no real support in php this. evaluate these:
- try php ldap sasl gssapi mech: 1, 2, 3 , 4,
- use perl supports gssapi bind.
btw, this similar problem. should work same way in php. use google translate.
Comments
Post a Comment