cubrid
cubrid copied to clipboard
[CBRD-25345] check invalid ACL entry
http://jira.cubrid.org/browse/CBRD-25345
Description
- broker ACL list example
dbname1:dbuser1:READIP.txt *:dba:READIP.txt
Remarks: just add check invalid ACL entry whether it start with the following characters:
- '[' (for section name)
- '*' (for database name wild card)
- alphabet (for valid database name)
- anything else could be invalid
- please comment, if you have any other opinion