Changeset 140 for branches/samba-3.0/source/passdb
- Timestamp:
- Jul 11, 2008, 1:13:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/passdb/secrets.c
r124 r140 703 703 } 704 704 705 /* Just get the account for the requested domain. In the future this 706 * might also cover to be member of more than one domain. */ 707 708 pwd = secrets_fetch_machine_password(domain, &last_set_time, channel); 705 /* Here we are a domain member server. We can only be a member 706 of one domain so ignore the request domain and assume our own */ 707 708 pwd = secrets_fetch_machine_password(lp_workgroup(), &last_set_time, 709 channel); 709 710 710 711 if (pwd != NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.