1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-09 01:44:21 +03:00

Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-devel

This commit is contained in:
Andrew Bartlett
2009-04-21 12:20:37 +02:00
2 changed files with 195 additions and 306 deletions

View File

@@ -80,11 +80,7 @@ static bool gpo_sd_check_agp_object(const struct security_ace *ace)
static bool gpo_sd_check_agp_access_bits(uint32_t access_mask) static bool gpo_sd_check_agp_access_bits(uint32_t access_mask)
{ {
#if _SAMBA_BUILD_ == 4
return (access_mask & SEC_ADS_CONTROL_ACCESS); return (access_mask & SEC_ADS_CONTROL_ACCESS);
#else
return (access_mask & SEC_RIGHTS_EXTENDED);
#endif
} }
#if 0 #if 0

File diff suppressed because it is too large Load Diff