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:

  1. try php ldap sasl gssapi mech: 1, 2, 3 , 4,
  2. use perl supports gssapi bind.

btw, this similar problem. should work same way in php. use google translate.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -