]> andersk Git - moira.git/blame - lib/ureg_err.et
Command line printer manipulation client, and build goo.
[moira.git] / lib / ureg_err.et
CommitLineData
6e6374cb 1 error_table ureg
2
3 ec UREG_ALREADY_REGISTERED, "User already registered"
4 ec UREG_USER_NOT_FOUND, "Unable to locate user in database"
f083054e 5 ec UREG_UNKNOWN_HOST, "Unknown host Moira"
6 ec UREG_UNKNOWN_SERVICE, "Unknown service"
6e6374cb 7 ec UREG_UNKNOWN_REQUEST, "Unknown request to userreg server"
8 ec UREG_BROKEN_PACKET, "Unable to parse request packet"
9 ec UREG_WRONG_VERSION, "Wrong version of protocol"
10 ec UREG_LOGIN_USED, "That login name is already in use"
11 ec UREG_INVALID_UNAME, "Not valid as a login name"
12 ec UREG_NO_PASSWD_YET, "Password not yet set."
13 ec UREG_NO_LOGIN_YET, "Cannot set password when no login name set."
e98ad5aa 14 ec UREG_DELETED, "Account is marked for deletion."
15 ec UREG_NOT_ALLOWED, "You may not register at this time."
16 ec UREG_KRB_TAKEN, "Authentication setup failed."
17 ec UREG_MISC_ERROR, "System error."
77b4e57f 18 ec UREG_ENROLLED, "Enrolled in campus namespace."
19 ec UREG_ENROLL_NOT_ALLOWED, "Enrolled in campus namespace, not eligable for an Athena account."
f083054e 20 ec UREG_HALF_ENROLLED, "Halfway enrolled in campus namespace."
6e6374cb 21 end
22
5eaef520 23
This page took 0.109675 seconds and 5 git commands to generate.