Changeset 599 for trunk/server/source3/winbindd/winbindd_pam.c
- Timestamp:
- Jul 6, 2011, 8:21:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/winbindd/winbindd_pam.c
r596 r599 1072 1072 } 1073 1073 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 } 1075 1078 1076 1079 /* failure of this is not critical */
Note:
See TracChangeset
for help on using the changeset viewer.