s4:samr RPC server - remove a somewhat pointless comment
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Mon, 25 Oct 2010 18:39:05 +0000 (20:39 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Mon, 25 Oct 2010 18:39:05 +0000 (20:39 +0200)
Regardless if groups and users do exist in the builtin domain or not we do
count always all users, groups and aliases.

source4/rpc_server/samr/dcesrv_samr.c

index cef580edec77744b1354a42812f7232c0ff485d9..be96883fc61071b6079375fe12d92f4f0b0877be 100644 (file)
@@ -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)");