Altered install scripts to add a base user in the seed data. Also altered install script to correctly accept a 6th parameter. Edited mip_security.authorize so that if no data is returned the system returns false.
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2894 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
18
Data/Seed/apau.ctl
Normal file
18
Data/Seed/apau.ctl
Normal file
@@ -0,0 +1,18 @@
|
||||
LOAD DATA
|
||||
INFILE *
|
||||
INTO TABLE apex_authorization
|
||||
REPLACE
|
||||
FIELDS TERMINATED BY '|'
|
||||
(
|
||||
rt_code
|
||||
,component_name
|
||||
,component_type
|
||||
,privilege
|
||||
)
|
||||
BEGINDATA
|
||||
MIPADMIN|10|P|A
|
||||
MIPADMIN|32|P|A
|
||||
MIPADMIN|21|P|A
|
||||
MIPADMIN|20|P|A
|
||||
MIPADMIN|13|P|A
|
||||
MIPADMIN|11|P|A
|
||||
Reference in New Issue
Block a user