source: trunk/debathena/config/alpine-config/debian/alpine.debathena @ 24074

Revision 24074, 284 bytes checked in by broder, 15 years ago (diff)
In alpine-config: * Revert 1.14, because it doesn't appear to be necessary anymore.
  • Property svn:executable set to *
RevLine 
[23940]1#!/bin/bash
2
[23941]3arg=()
[24019]4case "$(hesinfo "${ATHENA_USER:-$USER}" pobox 2>/dev/null | cut -d' ' -f2)" in
[23941]5    *EXCHANGE*) arg=(-disable-these-authenticators=GSSAPI) ;;
[23940]6esac
7
[24061]8if ! klist -s; then
9    arg=(-disable-these-authenticators=GSSAPI)
10fi
11
[23942]12exec "alpine.debathena-orig" "${arg[@]}" "$@"
Note: See TracBrowser for help on using the repository browser.