Ignore:
Timestamp:
Mar 12, 2008, 9:08:18 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.28a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/nsswitch/pam_winbind.c

    r30 r124  
    10291029        request.data.auth.uid = -1;
    10301030       
    1031         request.flags = WBFLAG_PAM_INFO3_TEXT | WBFLAG_PAM_CONTACT_TRUSTDOM;
     1031        request.flags = WBFLAG_PAM_INFO3_TEXT |
     1032                        WBFLAG_PAM_GET_PWD_POLICY |
     1033                        WBFLAG_PAM_CONTACT_TRUSTDOM;
    10321034
    10331035        if (ctrl & (WINBIND_KRB5_AUTH|WINBIND_CACHED_LOGIN)) {
Note: See TracChangeset for help on using the changeset viewer.