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:
parent
1b8213ba05
commit
9bc7fb5aea
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user