Ignore:
Timestamp:
May 24, 2009, 7:45:16 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/auth/auth_util.c

    r221 r222  
    790790
    791791/*
    792  * Create an artificial NT token given just a username. (Initially indended
     792 * Create an artificial NT token given just a username. (Initially intended
    793793 * for force user)
    794794 *
     
    843843        }
    844844
    845         if (!sid_to_uid(&user_sid, uid)) {
    846                 DEBUG(1, ("sid_to_uid for %s (%s) failed\n",
    847                           username, sid_string_dbg(&user_sid)));
    848                 goto done;
    849         }
    850 
    851845        if (sid_check_is_in_our_domain(&user_sid)) {
    852846                bool ret;
     
    905899
    906900        unix_user:
     901
     902                if (!sid_to_uid(&user_sid, uid)) {
     903                        DEBUG(1, ("sid_to_uid for %s (%s) failed\n",
     904                                  username, sid_string_dbg(&user_sid)));
     905                        goto done;
     906                }
    907907
    908908                uid_to_unix_users_sid(*uid, &user_sid);
Note: See TracChangeset for help on using the changeset viewer.