Main Page | Class List | File List | Class Members | File Members

messages_def.h

Go to the documentation of this file.
00001 // ----------------------------------------------------------------------------
00002 // 
00003 // This file contains predefined messages
00004 //
00005 // ----------------------------------------------------------------------------
00006 
00007 
00008 
00010 //
00011 // Information Messages
00012 //
00014 
00015 //
00016 //  Values are 32 bit values layed out as follows:
00017 //
00018 //   3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
00019 //   1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
00020 //  +---+-+-+-----------------------+-------------------------------+
00021 //  |Sev|C|R|     Facility          |               Code            |
00022 //  +---+-+-+-----------------------+-------------------------------+
00023 //
00024 //  where
00025 //
00026 //      Sev - is the severity code
00027 //
00028 //          00 - Success
00029 //          01 - Informational
00030 //          10 - Warning
00031 //          11 - Error
00032 //
00033 //      C - is the Customer code flag
00034 //
00035 //      R - is a reserved bit
00036 //
00037 //      Facility - is the facility code
00038 //
00039 //      Code - is the facility's status code
00040 //
00041 //
00042 // Define the facility codes
00043 //
00044 
00045 
00046 //
00047 // Define the severity codes
00048 //
00049 
00050 
00051 //
00052 // MessageId: LDAPADMINBINDFAIL
00053 //
00054 // MessageText:
00055 //
00056 //  LDAP Admin bind failed (%1!s!).
00057 //
00058 #define LDAPADMINBINDFAIL                ((DWORD)0xC0000000L)
00059 
00060 //
00061 // MessageId: LDAPSEARCHFAIL
00062 //
00063 // MessageText:
00064 //
00065 //  LDAP search failed (%1!s!).
00066 //
00067 #define LDAPSEARCHFAIL                   ((DWORD)0xC0000001L)
00068 
00069 //
00070 // MessageId: LDAPFIRSTFIND
00071 //
00072 // MessageText:
00073 //
00074 //  LDAP routine failed to pull first result (data is the LDAP message).
00075 //
00076 #define LDAPFIRSTFIND                    ((DWORD)0xC0000002L)
00077 
00078 //
00079 // MessageId: LDAPGETVALFAIL
00080 //
00081 // MessageText:
00082 //
00083 //  LDAP routine failed find the specified value (%1!s!).
00084 //
00085 #define LDAPGETVALFAIL                   ((DWORD)0xC0000003L)
00086 
00087 //
00088 // MessageId: LDAPFREEFAIL
00089 //
00090 // MessageText:
00091 //
00092 //  LDAP routine failed to free the message (%1!s!).
00093 //
00094 #define LDAPFREEFAIL                     ((DWORD)0xC0000004L)
00095 
00096 //
00097 // MessageId: LDAPBADDN
00098 //
00099 // MessageText:
00100 //
00101 //  The Admin distinguished name has an invalid syntax (%1!s!).
00102 //
00103 #define LDAPBADDN                        ((DWORD)0xC0000005L)
00104 
00105 //
00106 // MessageId: LDAPBADCRED
00107 //
00108 // MessageText:
00109 //
00110 //  The supplied Admin credential is invalid. (%1!s!).
00111 //
00112 #define LDAPBADCRED                      ((DWORD)0xC0000006L)
00113 
00114 //
00115 // MessageId: LDAPMULTIFAIL
00116 //
00117 // MessageText:
00118 //
00119 //  The specified ldap user failed to login (%1!s!).
00120 //
00121 #define LDAPMULTIFAIL                    ((DWORD)0xC0000007L)
00122 
00123 //
00124 // MessageId: LDAPGETOPTFAIL
00125 //
00126 // MessageText:
00127 //
00128 //  The ldap get option call failed (%1!s!).
00129 //
00130 #define LDAPGETOPTFAIL                   ((DWORD)0xC0000008L)
00131 
00132 //
00133 // MessageId: LDAPNOSSL
00134 //
00135 // MessageText:
00136 //
00137 //  The server does not support SSL (%1!s!).
00138 //
00139 #define LDAPNOSSL                        ((DWORD)0xC0000009L)
00140 
00141 //
00142 // MessageId: LDAPINITFAIL
00143 //
00144 // MessageText:
00145 //
00146 //  Initializing the LDAP connection failed (%1!s!).
00147 //
00148 #define LDAPINITFAIL                     ((DWORD)0xC000000AL)
00149 
00150 //
00151 // MessageId: LDAPREGFAIL
00152 //
00153 // MessageText:
00154 //
00155 //  The registry does not appear to be configured correctly.
00156 //
00157 #define LDAPREGFAIL                      ((DWORD)0xC000000BL)

Generated on Fri Feb 20 12:03:42 2004 for ldapauth plugin for pGina by doxygen 1.3.5