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