The following patch is required to make the SIC -> List menu work.
Index: sql/modules/Roles.sql =================================================================== --- sql/modules/Roles.sql (revision 3174) +++ sql/modules/Roles.sql (working copy) @@ -1271,6 +1271,7 @@ INSERT INTO menu_acl (node_id, acl_type, role_name) values (155, 'allow', 'lsmb_<?lsmb dbname ?>__sic_edit'); +GRANT SELECT ON sic TO PUBLIC; CREATE ROLE "lsmb_<?lsmb dbname ?>__sic_all" WITH INHERIT NOLOGIN Bye, Erik. ------------------------------------------------------------------------------ vRanger cuts backup time in half-while increasing security. With the market-leading solution for virtual backup and recovery, you get blazing-fast, flexible, and affordable data protection. Download your free trial now. http://p.sf.net/sfu/quest-d2dcopy1 _______________________________________________ Ledger-smb-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel
