Custom Query (1145 matches)
Results (112 - 114 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#134 | fixed | debathena-zephyr-config should use Hesiod? | broder | |
Description |
At some point in the past, the Debian zhm didn't support Hesiod servers. That no longer seems to be the case. We should find out if all the releases we support can do the Hesiod sloc lookups, and use that if they can. Alternatively, since /etc/default/zephyr-clients is just shell, we could code the Hesiod lookup into there. |
|||
#135 | fixed | /etc/shells or chsh needs patching | broder | jdreed |
Description |
Moira's chsh uses /etc/shells to determine whether the user is trying to shoot themselves in the foot or not. We should either:
|
|||
#136 | fixed | Can we use pam-afs-session? | broder | broder |
Description |
It looks like we might be able to use Russ Allbery's libpam-afs-session package to replace libpam-athena-locker. An aklog_homedir option was added early in development, which would solve the problem with libpam-openafs-session that libpam-athena-locker was written to solve. libpam-afs-session was not made available in Dapper or Etch, but all other releases we support should have one that's new enough to work. linerva / pag / andersk 20:42 (Anders Kaseorg) Does that work when $HOME is a symlink to AFS? This should work, since aklog_homedir just shells out to "aklog -p $HOME", but we should test it, as well as the module in general. It would be nice to have one fewer pieces of software that we're maintaining just for Debathena. |