Ignore:
Timestamp:
Jul 6, 2011, 8:21:13 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/winbindd/winbindd_pam.c

    r596 r599  
    10721072        }
    10731073
    1074         /* User does *NOT* know the correct password, modify info3 accordingly */
     1074        /* User does *NOT* know the correct password, modify info3 accordingly, but only if online */
     1075        if (domain->online == false) {
     1076                goto failed;
     1077        }
    10751078
    10761079        /* failure of this is not critical */
Note: See TracChangeset for help on using the changeset viewer.