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 *
Line 
1#!/bin/bash
2
3arg=()
4case "$(hesinfo "${ATHENA_USER:-$USER}" pobox 2>/dev/null | cut -d' ' -f2)" in
5    *EXCHANGE*) arg=(-disable-these-authenticators=GSSAPI) ;;
6esac
7
8if ! klist -s; then
9    arg=(-disable-these-authenticators=GSSAPI)
10fi
11
12exec "alpine.debathena-orig" "${arg[@]}" "$@"
Note: See TracBrowser for help on using the repository browser.