[11837] in Athena Bugs
[Marc Horowitz: moira schema change]
daemon@ATHENA.MIT.EDU (Marc Horowitz)
Sun Mar 13 17:19:05 1994
To: bugs@MIT.EDU
Date: Sun, 13 Mar 94 17:19:01 EST
From: Marc Horowitz <marc@MIT.EDU>
I'm resubmitting this, because you have a bug-tracking system now :-)
------- Forwarded Message
To: brlewis@MIT.EDU, mar@MIT.EDU
Cc: darrin@MIT.EDU, moiradev@MIT.EDU, rel-eng@MIT.EDU, bugs@MIT.EDU,
bug-dialup@MIT.EDU
Subject: moira schema change
Date: Mon, 29 Nov 93 02:45:18 EST
From: Marc Horowitz <marc@MIT.EDU>
users.shell is too short. In particular:
shell CHAR(32) NOT NULL WITH DEFAULT,
should be
shell CHAR(64) NOT NULL WITH DEFAULT,
Also, it would be nice if a few more shells could be added to
/etc/shells on the workstations, and especially the dialups:
/afs/sipb/project/tcsh/tcsh
/afs/sipb/project/tcsh/betatcsh
/afs/athena/contrib/watchmaker/bin/rc
/afs/athena/contrib/watchmaker/bin/es
/afs/sipb/project/sipb/bin/zsh
/afs/athena/contrib/sipb/bin/zsh
/afs/sipb.mit.edu/project/tcsh/tcsh
/afs/sipb.mit.edu/project/tcsh/betatcsh
/afs/athena.mit.edu/contrib/watchmaker/bin/rc
/afs/athena.mit.edu/contrib/watchmaker/bin/es
/afs/sipb.mit.edu/project/sipb/bin/zsh
/afs/athena.mit.edu/contrib/sipb/bin/zsh
You should also look at the users table.
Marc
------- End of Forwarded Message