]> andersk Git - moira.git/blobdiff - clients/moira/user.c
Build without krb4 if it's unavailable.
[moira.git] / clients / moira / user.c
index 71b4d3a4c7977051f1ed0e374949096e810cdfe3..a37f93d861f34f79597467f27c1c15da43ed2186 100644 (file)
@@ -25,8 +25,6 @@
 #include <string.h>
 #include <time.h>
 
-#include <krb.h>
-
 RCSID("$Header$");
 
 void CorrectCapitalization(char **name);
@@ -42,9 +40,9 @@ struct mqelem *GetUserBySponsor(char *type, char *name);
 #define ID 4
 
 #ifdef ATHENA
-#define DEFAULT_SHELL "/bin/athena/tcsh"
+#define DEFAULT_SHELL "/bin/athena/bash"
 #else
-#define DEFAULT_SHELL "/bin/csh"
+#define DEFAULT_SHELL "/bin/bash"
 #endif
 #define DEFAULT_CLASS "?"
 
This page took 0.029978 seconds and 4 git commands to generate.