Ignore:
Timestamp:
Aug 4, 2009, 8:51:22 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 to 3.3.7

Location:
branches/samba-3.3.x/source/lib/netapi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/lib/netapi/joindomain.c

    r206 r309  
    208208        u->in.domain_name = domain;
    209209        u->in.unjoin_flags = r->in.unjoin_flags;
     210        u->in.delete_machine_account = false;
    210211        u->in.modify_config = true;
    211212        u->in.debug = true;
  • branches/samba-3.3.x/source/lib/netapi/user.c

    r224 r309  
    17721772        switch (r->in.level) {
    17731773                case 0:
     1774                        user_mask = SAMR_USER_ACCESS_SET_ATTRIBUTES;
     1775                        break;
    17741776                case 1003:
    17751777                        user_mask = SAMR_USER_ACCESS_SET_PASSWORD;
Note: See TracChangeset for help on using the changeset viewer.