Changeset 165 for branches/samba-3.0/source/nsswitch/winbindd_nss.h
- Timestamp:
- Mar 11, 2009, 9:14:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/nsswitch/winbindd_nss.h
r124 r165 189 189 190 190 191 #define WBFLAG_PAM_INFO3_NDR 0x0001192 #define WBFLAG_PAM_INFO3_TEXT 0x0002193 #define WBFLAG_PAM_USER_SESSION_KEY 0x0004194 #define WBFLAG_PAM_LMKEY 0x0008195 #define WBFLAG_PAM_CONTACT_TRUSTDOM 0x0010196 #define WBFLAG_QUERY_ONLY 0x00 20197 #define WBFLAG_PAM_UNIX_NAME 0x0080198 #define WBFLAG_PAM_AFS_TOKEN 0x0100199 #define WBFLAG_PAM_NT_STATUS_SQUASH 0x0200191 #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 200 200 201 201 /* This is a flag that can only be sent from parent to child */ 202 #define WBFLAG_IS_PRIVILEGED 0x0400202 #define WBFLAG_IS_PRIVILEGED 0x00000400 203 203 /* 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 210 211 211 212 #define WINBINDD_MAX_EXTRA_DATA (128*1024)
Note:
See TracChangeset
for help on using the changeset viewer.