Ignore:
Timestamp:
Jul 11, 2008, 1:13:42 AM (17 years ago)
Author:
Paul Smedley
Message:

Update branch to 3.0.31 release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/passdb/secrets.c

    r124 r140  
    703703        }
    704704
    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);
    709710
    710711        if (pwd != NULL) {
Note: See TracChangeset for help on using the changeset viewer.