-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacl_menu.sql
More file actions
31 lines (28 loc) · 1.7 KB
/
acl_menu.sql
File metadata and controls
31 lines (28 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---------------------------------------------------------------------
--
-- Copyright(C) 2013 Tim St. Hilaire
-- All Rights Reserved
-- http://wphilltech.com
-- @sthilaire
---------------------------------------------------------------------
-- Created to assist with debugging ACL access issues.
-- Will not work in 100% of cases - complex grants or connect details
---------------------------------------------------------------------
PROMPT ================================================================================
PROMPT ============= Display Only =====================================================
PROMPT == @acl_menu = This file
PROMPT == @show_hosts = Server and port range assignemtns in ACL files
PROMPT == @show_users = User assignemtns to ACL files
PROMPT == @show_valid = Test for invalid ACL files
PROMPT == @show_descrip = Show developer descriptions of ACL files
PROMPT == @show_all = Show above information about all the ACL files
PROMPT == @show_test = Quick port 80 test to google
PROMPT ================================================================================
PROMPT ============== Make Changes ====================================================
PROMPT == @create_new_acl = Create an ACL file
PROMPT == @drop_acl = Remove an ACL file
PROMPT == @add_user = Prompt for User to assign to an ACL
PROMPT == @remove_user = Prompt for User to remove from an ACL
PROMPT == @add_host = Add a host definition to an ACL file
PROMPT == @remove_host = Remove a host definition from an ACL file
PROMPT ================================================================================