Various code rearrangements to achieve portable password verification.
authorkouril <kouril>
Mon, 23 Jun 2003 12:38:34 +0000 (12:38 +0000)
committerkouril <kouril>
Mon, 23 Jun 2003 12:38:34 +0000 (12:38 +0000)
commit07984816088116c71d5587704043974818b25951
tree0990f1416d9ef08343644526cd504ed6995df4c0
parent01ed80d09c306a3296d7e2899f04b4e19eef15d6
Various code rearrangements to achieve portable password verification.
- added call of krb5_verify_user() for password verification
- password verification moved into a separate function (also called
  krb5_verify_user()), which compiles only if Heimdal is not found (since this
  call seems to be missing from the MIT API)
- should work with both Heimdal and MIT implementation
- don't compile yet
src/mod_auth_kerb.c