[693] in Moira
moira schema change
daemon@ATHENA.MIT.EDU (Marc Horowitz)
Mon Nov 29 02:45:56 1993
To: brlewis@MIT.EDU, mar@MIT.EDU
Cc: darrin@MIT.EDU, moiradev@MIT.EDU, rel-eng@MIT.EDU, bugs@MIT.EDU,
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