Changeset 124 for branches/samba-3.0/source/nsswitch/winbindd_pam.c
- Timestamp:
- Mar 12, 2008, 9:08:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/nsswitch/winbindd_pam.c
r39 r124 1518 1518 } 1519 1519 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 } 1525 1527 } 1526 1528
Note:
See TracChangeset
for help on using the changeset viewer.