Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (223 - 225 of 1145)

Ticket Resolution Summary Owner Reporter
#413 fixed alpine-config: ${ATHENA_USER:-$USER} doesn't work geofft

Reported by geofft, 15 years ago.

Description

alpine implements its own ${foo:-bar} parsing that's nonrecursive, so if $ATHENA_USER is unset, you get an error message about not finding a literal $USER.mail.mit.edu.

Perhaps we should fix this to be recursive, send the patch upstream, and Debathenify it, but among other concerns with this approach, that gets seriously in the way of the goal of stopping Debathenifying alpine and using the distro version (because we no longer need either the krb4 or Hesiod patches).

We could also just try harder to make sure $ATHENA_USER is set no matter what.

#416 fixed reactivate's transform scripts never fail geofft

Reported by geofft, 15 years ago.

Description

If for some reason the PAM config no longer includes @include common_auth, transform_su and transform_sudo will just be the identity function and not fail.

While humans will probably notice fairly quickly if this happens, it might be worth fixing these in order to not confuse us. See also debathena-linerva's transform_su, which uses perl with "or die" instead of sed.

#417 fixed Renew doesn't work properly on Karmic ismith

Reported by ismith, 15 years ago.

Description

Error: "Kerberos 4 is no longer supported". Presumably this is a result of calling kinit with -45, and that should be changed to either no flag or -5?

Note: See TracQuery for help on using queries.