10Sstevel@tonic-gate #pragma ident "%Z%%M% %I% %E% SMI" 20Sstevel@tonic-gate 30Sstevel@tonic-gate /* 40Sstevel@tonic-gate * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 50Sstevel@tonic-gate * 60Sstevel@tonic-gate * Openvision retains the copyright to derivative works of 70Sstevel@tonic-gate * this source code. Do *NOT* create a derivative of this 80Sstevel@tonic-gate * source code before consulting with your legal department. 90Sstevel@tonic-gate * Do *NOT* integrate *ANY* of this source code into another 100Sstevel@tonic-gate * product before consulting with your legal department. 110Sstevel@tonic-gate * 120Sstevel@tonic-gate * For further information, read the top-level Openvision 130Sstevel@tonic-gate * copyright which is contained in the top-level MIT Kerberos 140Sstevel@tonic-gate * copyright. 150Sstevel@tonic-gate * 160Sstevel@tonic-gate * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 170Sstevel@tonic-gate * 180Sstevel@tonic-gate */ 190Sstevel@tonic-gate 200Sstevel@tonic-gate 210Sstevel@tonic-gate /* 220Sstevel@tonic-gate * chpass_util_strings.h: 230Sstevel@tonic-gate * This file is automatically generated; please do not edit it. 240Sstevel@tonic-gate */ 250Sstevel@tonic-gate #define CHPASS_UTIL_GET_POLICY_INFO (-1492553984L) 260Sstevel@tonic-gate #define CHPASS_UTIL_GET_PRINC_INFO (-1492553983L) 270Sstevel@tonic-gate #define CHPASS_UTIL_NEW_PASSWORD_MISMATCH (-1492553982L) 280Sstevel@tonic-gate #define CHPASS_UTIL_NEW_PASSWORD_PROMPT (-1492553981L) 290Sstevel@tonic-gate #define CHPASS_UTIL_NEW_PASSWORD_AGAIN_PROMPT (-1492553980L) 300Sstevel@tonic-gate #define CHPASS_UTIL_NO_PASSWORD_READ (-1492553979L) 310Sstevel@tonic-gate #define CHPASS_UTIL_NO_POLICY_YET_Q_ERROR (-1492553978L) 320Sstevel@tonic-gate #define CHPASS_UTIL_PASSWORD_CHANGED (-1492553977L) 330Sstevel@tonic-gate #define CHPASS_UTIL_PASSWORD_IN_DICTIONARY (-1492553976L) 340Sstevel@tonic-gate #define CHPASS_UTIL_PASSWORD_NOT_CHANGED (-1492553975L) 350Sstevel@tonic-gate #define CHPASS_UTIL_PASSWORD_TOO_SHORT (-1492553974L) 360Sstevel@tonic-gate #define CHPASS_UTIL_TOO_FEW_CLASSES (-1492553973L) 370Sstevel@tonic-gate #define CHPASS_UTIL_PASSWORD_TOO_SOON (-1492553972L) 380Sstevel@tonic-gate #define CHPASS_UTIL_PASSWORD_REUSE (-1492553971L) 390Sstevel@tonic-gate #define CHPASS_UTIL_WHILE_TRYING_TO_CHANGE (-1492553970L) 400Sstevel@tonic-gate #define CHPASS_UTIL_WHILE_READING_PASSWORD (-1492553969L) 410Sstevel@tonic-gate #define ERROR_TABLE_BASE_ovku (-1492553984L) 420Sstevel@tonic-gate 43*2881Smp153739 extern const struct error_table et_ovku_error_table; 44*2881Smp153739 45*2881Smp153739 #if !defined(_WIN32) 460Sstevel@tonic-gate /* for compatibility with older versions... */ 47*2881Smp153739 extern void initialize_ovku_error_table (void) /*@modifies internalState@*/; 48*2881Smp153739 #else 49*2881Smp153739 #define initialize_ovku_error_table() 50*2881Smp153739 #endif 51*2881Smp153739 52*2881Smp153739 #if !defined(_WIN32) 53*2881Smp153739 #define init_ovku_err_tbl initialize_ovku_error_table 540Sstevel@tonic-gate #define ovku_err_base ERROR_TABLE_BASE_ovku 55*2881Smp153739 #endif 56