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/winbindd_pam.c

    r39 r124  
    15181518                }
    15191519
    1520                 result = fillup_password_policy(domain, state);
    1521 
    1522                 if (!NT_STATUS_IS_OK(result)) {
    1523                         DEBUG(10,("Failed to get password policies: %s\n", nt_errstr(result)));
    1524                         goto done;
     1520                if (state->request.flags & WBFLAG_PAM_GET_PWD_POLICY) {
     1521                        result = fillup_password_policy(domain, state);
     1522
     1523                        if (!NT_STATUS_IS_OK(result)) {
     1524                                DEBUG(10,("Failed to get password policies: %s\n", nt_errstr(result)));
     1525                                goto done;
     1526                        }
    15251527                }
    15261528
Note: See TracChangeset for help on using the changeset viewer.