Hi All,I am using TS6.1 in Solaris. My project uses LDAP for maintaing groups and the same is used for providing restrictions to WA access.Similarly I need to provide restriction to file dropdown menu items in my TS based on the group access.In iw.cfg I have provided the entry like the below mentioned one.custom_menu_item_dcr_metadata="File", "Set DCR Metadata", "setDCRMetadata.cgi","editor,master,admin", "scrollbars=yes,resizable=yes,width=640,height=545"Currently I need to make this 'Set DCR Metadata' value to be visible only to google_editor group which is already existing in LDAP.PLease help me in providing your valuable suggestion as I have got struk up in this level.Regards,Varun.K
I have already implemented the restriction in my code. But here the problem comes. When my menu item is selected, I am calling a CGI and at the same time it is checking the access restriction. So if a particular userid does not belong to the specified group, he get a popup with an error message and at the same time he is able to see the CGI in the background.
I want to know is there anyway to supress the CGI which is called and thereby providing the unauthorized users with a single popup containing error message.
Hi Fish,Thanks for your prompt reply.I have already implemented the restriction in my code. But here the problem comes. When my menu item is selected, I am calling a CGI and at the same time it is checking the access restriction. So if a particular userid does not belong to the specified group, he get a popup with an error message and at the same time he is able to see the CGI in the background.I want to know is there anyway to supress the CGI which is called and thereby providing the unauthorized users with a single popup containing error message.Appreciate your help.