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