1*0Sstevel@tonic-gate #pragma ident "%Z%%M% %I% %E% SMI" 2*0Sstevel@tonic-gate 3*0Sstevel@tonic-gate /* 4*0Sstevel@tonic-gate * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 5*0Sstevel@tonic-gate * 6*0Sstevel@tonic-gate * Openvision retains the copyright to derivative works of 7*0Sstevel@tonic-gate * this source code. Do *NOT* create a derivative of this 8*0Sstevel@tonic-gate * source code before consulting with your legal department. 9*0Sstevel@tonic-gate * Do *NOT* integrate *ANY* of this source code into another 10*0Sstevel@tonic-gate * product before consulting with your legal department. 11*0Sstevel@tonic-gate * 12*0Sstevel@tonic-gate * For further information, read the top-level Openvision 13*0Sstevel@tonic-gate * copyright which is contained in the top-level MIT Kerberos 14*0Sstevel@tonic-gate * copyright. 15*0Sstevel@tonic-gate * 16*0Sstevel@tonic-gate * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 17*0Sstevel@tonic-gate * 18*0Sstevel@tonic-gate */ 19*0Sstevel@tonic-gate 20*0Sstevel@tonic-gate 21*0Sstevel@tonic-gate /* 22*0Sstevel@tonic-gate * chpass_util_strings.h: 23*0Sstevel@tonic-gate * This file is automatically generated; please do not edit it. 24*0Sstevel@tonic-gate */ 25*0Sstevel@tonic-gate #define CHPASS_UTIL_GET_POLICY_INFO (-1492553984L) 26*0Sstevel@tonic-gate #define CHPASS_UTIL_GET_PRINC_INFO (-1492553983L) 27*0Sstevel@tonic-gate #define CHPASS_UTIL_NEW_PASSWORD_MISMATCH (-1492553982L) 28*0Sstevel@tonic-gate #define CHPASS_UTIL_NEW_PASSWORD_PROMPT (-1492553981L) 29*0Sstevel@tonic-gate #define CHPASS_UTIL_NEW_PASSWORD_AGAIN_PROMPT (-1492553980L) 30*0Sstevel@tonic-gate #define CHPASS_UTIL_NO_PASSWORD_READ (-1492553979L) 31*0Sstevel@tonic-gate #define CHPASS_UTIL_NO_POLICY_YET_Q_ERROR (-1492553978L) 32*0Sstevel@tonic-gate #define CHPASS_UTIL_PASSWORD_CHANGED (-1492553977L) 33*0Sstevel@tonic-gate #define CHPASS_UTIL_PASSWORD_IN_DICTIONARY (-1492553976L) 34*0Sstevel@tonic-gate #define CHPASS_UTIL_PASSWORD_NOT_CHANGED (-1492553975L) 35*0Sstevel@tonic-gate #define CHPASS_UTIL_PASSWORD_TOO_SHORT (-1492553974L) 36*0Sstevel@tonic-gate #define CHPASS_UTIL_TOO_FEW_CLASSES (-1492553973L) 37*0Sstevel@tonic-gate #define CHPASS_UTIL_PASSWORD_TOO_SOON (-1492553972L) 38*0Sstevel@tonic-gate #define CHPASS_UTIL_PASSWORD_REUSE (-1492553971L) 39*0Sstevel@tonic-gate #define CHPASS_UTIL_WHILE_TRYING_TO_CHANGE (-1492553970L) 40*0Sstevel@tonic-gate #define CHPASS_UTIL_WHILE_READING_PASSWORD (-1492553969L) 41*0Sstevel@tonic-gate #define ERROR_TABLE_BASE_ovku (-1492553984L) 42*0Sstevel@tonic-gate 43*0Sstevel@tonic-gate /* for compatibility with older versions... */ 44*0Sstevel@tonic-gate #define ovku_err_base ERROR_TABLE_BASE_ovku 45