xref: /titanic_44/usr/src/cmd/krb5/kadmin/kpasswd/kpasswd_strings.h (revision 56a424cca6b3f91f31bdab72a4626c48c779fe8b)
17c478bd9Sstevel@tonic-gate #pragma ident	"%Z%%M%	%I%	%E% SMI"
27c478bd9Sstevel@tonic-gate 
37c478bd9Sstevel@tonic-gate /*
47c478bd9Sstevel@tonic-gate  * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
57c478bd9Sstevel@tonic-gate  *
67c478bd9Sstevel@tonic-gate  *	Openvision retains the copyright to derivative works of
77c478bd9Sstevel@tonic-gate  *	this source code.  Do *NOT* create a derivative of this
87c478bd9Sstevel@tonic-gate  *	source code before consulting with your legal department.
97c478bd9Sstevel@tonic-gate  *	Do *NOT* integrate *ANY* of this source code into another
107c478bd9Sstevel@tonic-gate  *	product before consulting with your legal department.
117c478bd9Sstevel@tonic-gate  *
127c478bd9Sstevel@tonic-gate  *	For further information, read the top-level Openvision
137c478bd9Sstevel@tonic-gate  *	copyright which is contained in the top-level MIT Kerberos
147c478bd9Sstevel@tonic-gate  *	copyright.
157c478bd9Sstevel@tonic-gate  *
167c478bd9Sstevel@tonic-gate  * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
177c478bd9Sstevel@tonic-gate  *
187c478bd9Sstevel@tonic-gate  */
197c478bd9Sstevel@tonic-gate 
20*56a424ccSmp153739 #include <com_err.h>
217c478bd9Sstevel@tonic-gate 
227c478bd9Sstevel@tonic-gate /*
237c478bd9Sstevel@tonic-gate  * kpasswd_strings.h:
247c478bd9Sstevel@tonic-gate  * This file is automatically generated; please do not edit it.
257c478bd9Sstevel@tonic-gate  */
267c478bd9Sstevel@tonic-gate #define KPW_STR_USAGE                            (-1767084800L)
277c478bd9Sstevel@tonic-gate #define KPW_STR_PRIN_UNKNOWN                     (-1767084799L)
287c478bd9Sstevel@tonic-gate #define KPW_STR_WHILE_LOOKING_AT_CC              (-1767084798L)
297c478bd9Sstevel@tonic-gate #define KPW_STR_OLD_PASSWORD_INCORRECT           (-1767084797L)
307c478bd9Sstevel@tonic-gate #define KPW_STR_CANT_OPEN_ADMIN_SERVER           (-1767084796L)
317c478bd9Sstevel@tonic-gate #define KPW_STR_NEW_PASSWORD_MISMATCH            (-1767084795L)
327c478bd9Sstevel@tonic-gate #define KPW_STR_PASSWORD_CHANGED                 (-1767084794L)
337c478bd9Sstevel@tonic-gate #define KPW_STR_PASSWORD_NOT_CHANGED             (-1767084793L)
347c478bd9Sstevel@tonic-gate #define KPW_STR_PARSE_NAME                       (-1767084792L)
357c478bd9Sstevel@tonic-gate #define KPW_STR_UNPARSE_NAME                     (-1767084791L)
367c478bd9Sstevel@tonic-gate #define KPW_STR_NOT_IN_PASSWD_FILE               (-1767084790L)
377c478bd9Sstevel@tonic-gate #define KPW_STR_CHANGING_PW_FOR                  (-1767084789L)
387c478bd9Sstevel@tonic-gate #define KPW_STR_OLD_PASSWORD_PROMPT              (-1767084788L)
397c478bd9Sstevel@tonic-gate #define KPW_STR_WHILE_READING_PASSWORD           (-1767084787L)
407c478bd9Sstevel@tonic-gate #define KPW_STR_NO_PASSWORD_READ                 (-1767084786L)
417c478bd9Sstevel@tonic-gate #define KPW_STR_WHILE_TRYING_TO_CHANGE           (-1767084785L)
427c478bd9Sstevel@tonic-gate #define KPW_STR_WHILE_DESTROYING_ADMIN_SESSION   (-1767084784L)
437c478bd9Sstevel@tonic-gate #define KPW_STR_WHILE_FREEING_PRINCIPAL          (-1767084783L)
447c478bd9Sstevel@tonic-gate #define KPW_STR_WHILE_FREEING_POLICY             (-1767084782L)
457c478bd9Sstevel@tonic-gate #define KPW_STR_CANT_GET_POLICY_INFO             (-1767084781L)
467c478bd9Sstevel@tonic-gate #define KPW_STR_POLICY_EXPLANATION               (-1767084780L)
477c478bd9Sstevel@tonic-gate #define ERROR_TABLE_BASE_kpws (-1767084800L)
487c478bd9Sstevel@tonic-gate 
49*56a424ccSmp153739 extern const struct error_table et_kpws_error_table;
50*56a424ccSmp153739 
51*56a424ccSmp153739 #if !defined(_WIN32)
527c478bd9Sstevel@tonic-gate /* for compatibility with older versions... */
53*56a424ccSmp153739 extern void initialize_kpws_error_table (void) /*@modifies internalState@*/;
54*56a424ccSmp153739 #else
55*56a424ccSmp153739 #define initialize_kpws_error_table()
56*56a424ccSmp153739 #endif
57*56a424ccSmp153739 
58*56a424ccSmp153739 #if !defined(_WIN32)
59*56a424ccSmp153739 #define init_kpws_err_tbl initialize_kpws_error_table
607c478bd9Sstevel@tonic-gate #define kpws_err_base ERROR_TABLE_BASE_kpws
61*56a424ccSmp153739 #endif
62