Custom Query (1145 matches)
Results (232 - 234 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1559 | fixed | debathena-chromium-config should use admin policy | davidben | |
Description |
The --auth-server-whitelist flags for Negotiate and NTLM were apparently removed. https://code.google.com/p/chromium/issues/detail?id=469171 Instead it should be setting the AuthServerWhitelist? admin policy setting. This should be easier anyway since it's literally a matter of dropping a debathena.json file somewhere. |
|||
#120 | fixed | Kill Athena finger with fire | jdreed | ezyang |
Description |
The acpi-support/power-funcs bash support file on Ubuntu (and probably Debian) uses a finger|grep|sed chain to extract the information it wants. Unfortunately, MIT's finger changes the format, and this operation fails. For this particular case, if finger outputs :0, not p0, for TTY, things should work. |
|||
#132 | workaround | lastlog is local only | fawkes | |
Description |
Noticed on linerva post-lenny upgrade. Running lastlog outputs:
... etc. for all the people in /etc/passwd syntax is also off from Athena version. Athena lastlog syntax was lastlog <user>. /usr/bin/lastlog would take the syntax laslog -u <user>, so even if this client is made AFS/Athena aware, it may confuse some users. |