Ignore:
Timestamp:
Jul 2, 2011, 3:35:33 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/lib/util_seaccess.c

    r414 r596  
    180180        }
    181181
    182 #if 0
    183         /* We need to support SeSecurityPrivilege for this. */
    184 
    185182        if (access_desired & SEC_FLAG_SYSTEM_SECURITY) {
    186                 if (user_has_privileges(token, &sec_security)) {
     183                if (user_has_privileges(token, &se_security)) {
    187184                        bits_remaining &= ~SEC_FLAG_SYSTEM_SECURITY;
    188185                } else {
     
    190187                }
    191188        }
    192 #endif
    193189
    194190        /* a NULL dacl allows access */
Note: See TracChangeset for help on using the changeset viewer.