Show
Ignore:
Timestamp:
07/11/08 01:13:42 (5 months ago)
Author:
psmedley
Message:

Update branch to 3.0.31 release

Files:
1 modified

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) {