---
name: ap22-mod_auth_kerb
version: 5.4_5
origin: www/mod_auth_kerb2
comment: An Apache module for authenticating users with Kerberos v5
arch: freebsd:9:x86:64
www: http://modauthkerb.sourceforge.net/
maintainer: apache@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 37412
desc: |
  mod_auth_kerb is an Apache module for authenticating Web clients in a
  Kerberos v5 realm. Authentication may be performed via the Kerberos
  principal/password; it may also be done securely using SPNEGO (HTTP
  Negotiate auth protocol) to perform a GSSAPI/Kerberos authentication
  from the user's browser and Kerberos credentials directly to the server
  Kerberos credentials 'HTTP/host@REALM'. Because the Kerberos password is
  transmitted in plain text in the former mode, when using mod_auth_kerb
  for naive HTTP Basic (password-based) authentication, this module
  MUST be used in conjunction with an encryption-capable Web server
  (e.g. Apache) to keep that exchange private. There is no documentation
  provided; see the Web site for more details.

  WWW: http://modauthkerb.sourceforge.net/
deps:
  apache22: {origin: www/apache22, version: 2.2.25}
  expat: {origin: textproc/expat2, version: 2.1.0}
  perl: {origin: lang/perl5.14, version: 5.14.4}
  pcre: {origin: devel/pcre, version: 8.33}
  gettext: {origin: devel/gettext, version: 0.18.3}
  apr: {origin: devel/apr1, version: 1.4.8.1.5.2}
  gdbm: {origin: databases/gdbm, version: 1.10}
  db42: {origin: databases/db42, version: 4.2.52_5}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- www
shlibs_provided:
- mod_auth_kerb.so
files:
  /usr/local/libexec/apache22/mod_auth_kerb.so: a54f382dd50c3470511b18b96aa105febc2510d82394e995e5c3ffa784d64006
scripts:
  post-install: |
    /usr/local/sbin/apxs -e -a -n auth_kerb /usr/local/libexec/apache22/mod_auth_kerb.so
  pre-deinstall: |
    /usr/local/sbin/apxs -e -A -n auth_kerb /usr/local/libexec/apache22/mod_auth_kerb.so
