Ignore:
Timestamp:
Mar 11, 2009, 9:14:55 AM (16 years ago)
Author:
Paul Smedley
Message:

Add 'missing' 3.0.34 diffs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/nsswitch/winbindd_nss.h

    r124 r165  
    189189
    190190
    191 #define WBFLAG_PAM_INFO3_NDR            0x0001
    192 #define WBFLAG_PAM_INFO3_TEXT           0x0002
    193 #define WBFLAG_PAM_USER_SESSION_KEY     0x0004
    194 #define WBFLAG_PAM_LMKEY                0x0008
    195 #define WBFLAG_PAM_CONTACT_TRUSTDOM     0x0010
    196 #define WBFLAG_QUERY_ONLY               0x0020
    197 #define WBFLAG_PAM_UNIX_NAME            0x0080
    198 #define WBFLAG_PAM_AFS_TOKEN            0x0100
    199 #define WBFLAG_PAM_NT_STATUS_SQUASH     0x0200
     191#define WBFLAG_PAM_INFO3_NDR            0x00000001
     192#define WBFLAG_PAM_INFO3_TEXT           0x00000002
     193#define WBFLAG_PAM_USER_SESSION_KEY     0x00000004
     194#define WBFLAG_PAM_LMKEY                0x00000008
     195#define WBFLAG_PAM_CONTACT_TRUSTDOM     0x00000010
     196#define WBFLAG_QUERY_ONLY               0x00000020
     197#define WBFLAG_PAM_UNIX_NAME            0x00000080
     198#define WBFLAG_PAM_AFS_TOKEN            0x00000100
     199#define WBFLAG_PAM_NT_STATUS_SQUASH     0x00000200
    200200
    201201/* This is a flag that can only be sent from parent to child */
    202 #define WBFLAG_IS_PRIVILEGED            0x0400
     202#define WBFLAG_IS_PRIVILEGED            0x00000400
    203203/* Flag to say this is a winbindd internal send - don't recurse. */
    204 #define WBFLAG_RECURSE                  0x0800
    205 
    206 #define WBFLAG_PAM_KRB5                 0x1000
    207 #define WBFLAG_PAM_FALLBACK_AFTER_KRB5  0x2000
    208 #define WBFLAG_PAM_CACHED_LOGIN         0x4000
    209 #define WBFLAG_PAM_GET_PWD_POLICY       0x8000
     204#define WBFLAG_RECURSE                  0x00000800
     205
     206#define WBFLAG_PAM_KRB5                 0x00001000
     207#define WBFLAG_PAM_FALLBACK_AFTER_KRB5  0x00002000
     208#define WBFLAG_PAM_CACHED_LOGIN         0x00004000
     209#define WBFLAG_PAM_GET_PWD_POLICY       0x00008000
     210#define WBFLAG_BIG_NTLMV2_BLOB          0x00010000
    210211
    211212#define WINBINDD_MAX_EXTRA_DATA (128*1024)
Note: See TracChangeset for help on using the changeset viewer.