1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r18106: Add new samr domain NET tests.

rafal
This commit is contained in:
Rafal Szczesniak 2006-09-05 18:46:53 +00:00 committed by Gerald (Jerry) Carter
parent 1b8213ba05
commit 9bc7fb5aea

View File

@ -46,6 +46,8 @@ NTSTATUS torture_net_init(void)
register_torture_op("NET-API-DELSHARE", torture_delshare);
register_torture_op("NET-API-DOMOPENLSA", torture_domain_open_lsa);
register_torture_op("NET-API-DOMCLOSELSA", torture_domain_close_lsa);
register_torture_op("NET-API-DOMOPENSAMR", torture_domain_open_samr);
register_torture_op("NET-API-DOMCLOSESAMR", torture_domain_close_samr);
return NT_STATUS_OK;
}