]> andersk Git - moira.git/commitdiff
New #defines for Kerberos-only account user statuses.
authorzacheiss <zacheiss>
Fri, 29 Mar 2002 02:23:56 +0000 (02:23 +0000)
committerzacheiss <zacheiss>
Fri, 29 Mar 2002 02:23:56 +0000 (02:23 +0000)
include/moira_site.h

index dc11772825e888d02514cdab7e8a9957c4e0b995..e954ad2f40eb2ef627a3e580e1150ceb247403aa 100644 (file)
 
 /* User states (the value of argv[U_STATE] from a user query) */
 
-#define US_NO_LOGIN_YET 0
-#define US_REGISTERED   1
-#define US_NO_PASSWD    2
-#define US_DELETED      3
-#define US_NOT_ALLOWED  4
-#define US_ENROLLED    5
-#define US_ENROLL_NOT_ALLOWED 6
-#define US_HALF_ENROLLED 7
-#define US_END          8
+#define US_NO_LOGIN_YET               0
+#define US_REGISTERED                 1
+#define US_NO_PASSWD                  2
+#define US_DELETED                    3
+#define US_NOT_ALLOWED                4
+#define US_ENROLLED                   5
+#define US_ENROLL_NOT_ALLOWED         6
+#define US_HALF_ENROLLED              7
+#define US_NO_LOGIN_YET_KERBEROS_ONLY 8
+#define US_REGISTERED_KERBEROS_ONLY   9
+#define US_END                       10
 
 /* User shell queries */
 
This page took 0.076464 seconds and 5 git commands to generate.