X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Frm%2Frm_plugin.rb;h=cad493d9f85c95ae8a3c79bee121e59c508a8efb;hp=f8cdd175be5587c0f98e032727a10bcf003a363a;hb=51f027b01e242737956c3ab5aecdd322d6ceeeed;hpb=e3826d8926e11763837a591986d453e9ef5d9dec diff --git a/lib/rm/rm_plugin.rb b/lib/rm/rm_plugin.rb index f8cdd17..cad493d 100644 --- a/lib/rm/rm_plugin.rb +++ b/lib/rm/rm_plugin.rb @@ -25,4 +25,11 @@ module RmPlugin raise NotImplementedError end + def get_domain_usernames(domain) + # Get a list of usernames for a given domain, + # needed to delete accounts before removing + # a domain. + raise NotImplementedError + end + end