mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s4:samr RPC server - remove a somewhat pointless comment
Regardless if groups and users do exist in the builtin domain or not we do count always all users, groups and aliases.
This commit is contained in:
parent
6fb64b9c7a
commit
83c381385c
@ -519,7 +519,6 @@ static NTSTATUS dcesrv_samr_info_DomGeneralInformation(struct samr_domain_state
|
||||
break;
|
||||
}
|
||||
|
||||
/* No users in BUILTIN, and the LOCAL group types are only in builtin, and the global group type is never in BUILTIN */
|
||||
info->num_users = samdb_search_count(state->sam_ctx, mem_ctx,
|
||||
state->domain_dn,
|
||||
"(objectClass=user)");
|
||||
|
Loading…
Reference in New Issue
Block a user