From howders at cedarville.edu Tue Jan 7 10:38:01 2020 From: howders at cedarville.edu (Howder, Scott) Date: Tue, 7 Jan 2020 10:38:01 -0500 Subject: [Download-List] Cedarville Download source code now on GitHub Message-ID: All - Due to increased attempts to hack into our FTP server we've decided to move the source code to GitHub. The FTP server has been decommissioned and the Cedarville Download source code is available at the following GitHub repository: https://github.com/cedarville-university/unidata-utilities Feel free to contact me directly if you have any questions or if you encounter any issues accessing the repo. Scott Scott Howder *Assistant Chief Information Officer* Information Technology *Cedarville University* o: 937-766-7905 cedarville.edu -------------- next part -------------- An HTML attachment was scrubbed... URL: From glasserd at union.edu Thu Jun 4 16:47:31 2020 From: glasserd at union.edu (Glasser, David) Date: Thu, 4 Jun 2020 16:47:31 -0400 Subject: [Download-List] Download & Field Security Message-ID: Hi, If we set up field security (say on the SSN field) using the QUERY.PRIVILEGE file, will that prevent users from accessing the field via the DOWNLOAD command? -David -- David Glasser Director of Enrollment and Operations Office of Admissions Union College 807 Union Street Schenectady, NY 12308 Phone: (518) 388-6561 He/Him/His *Developing every student to lead with wisdom, empathy and courage, in ways large and small, now and across multiple tomorrows.* -------------- next part -------------- An HTML attachment was scrubbed... URL: From llacelle at hamilton.edu Fri Jun 5 08:23:41 2020 From: llacelle at hamilton.edu (Linda Lacelle) Date: Fri, 5 Jun 2020 08:23:41 -0400 Subject: [Download-List] Download & Field Security In-Reply-To: References: Message-ID: I do not think so. If it is executed from the colon prompt. This security is just within envision. So really just forms. I know we had to do extra in Informer to mask the SSN. Linda On Thu, Jun 4, 2020 at 4:47 PM Glasser, David wrote: > Hi, > > If we set up field security (say on the SSN field) using > the QUERY.PRIVILEGE file, will that prevent users from accessing the field > via the DOWNLOAD command? > > -David > > -- > David Glasser > Director of Enrollment and Operations > Office of Admissions > Union College > 807 Union Street > Schenectady, NY 12308 > Phone: (518) 388-6561 > He/Him/His > > *Developing every student to lead with wisdom, empathy and courage, in > ways large and small, now and across multiple tomorrows.* > _______________________________________________ > download-list mailing list > download-list at cedarville.edu > http://mail.cedarville.edu/mailman/listinfo/download-list -- Linda J Lacelle System Analyst/Administrator Hamilton College 198 College Hill Rd Clinton, NY 13323 315-859-4994 Fax:315-859-4185 -------------- next part -------------- An HTML attachment was scrubbed... URL: From rotmand at cedarville.edu Mon Jun 8 08:28:38 2020 From: rotmand at cedarville.edu (Rotman, David) Date: Mon, 8 Jun 2020 08:28:38 -0400 Subject: [Download-List] Download & Field Security In-Reply-To: References: Message-ID: DOWNLOAD does not invoke Envision security, but field-level and file-level security can be implemented by setting a configuration parameter that references an appropriate subroutine. The configuration is set at the Unidata account level by creating a VOC entry called DOWNLOAD.CONFIG. One line in the VOC entry is used to implement security: SECURITY.SUBROUTINE=nameofyourcatalogedsecuritysubroutine DOWNLOAD calls this subroutine after the DOWNLOAD command is parsed. The following information is passed to the subroutine: * actual command that was entered * list of files being accessed * list of dictionary items being accessed * name of output directory (if output is being sent to a file) * name of record being written (if output is being sent to a file) The subroutine needs to return a null string if security is okay or an error message if the user does not have adequate security clearance. A sample security subroutine is provided with the DOWNLOAD source code. The sample subroutine header is: SUBROUTINE DOWNLOAD.SECURITY.SUBR(A.RETURN.MSG,A.DOWNLOAD.COMMAND,AL.FILE.LIST,AL.ITEM.LIST, A.OUTPUT.FILE.NAME,A.OUTPUT.RECORD.NAME) David Rotman, Ph.D. *Chief Information Officer Emeritus (Retired)* Information Technology *Cedarville University* o: 937-766-7905 rotmand at cedarville.edu On Thu, Jun 4, 2020 at 4:47 PM Glasser, David wrote: > Hi, > > If we set up field security (say on the SSN field) using > the QUERY.PRIVILEGE file, will that prevent users from accessing the field > via the DOWNLOAD command? > > -David > > -- > David Glasser > Director of Enrollment and Operations > Office of Admissions > Union College > 807 Union Street > Schenectady, NY 12308 > Phone: (518) 388-6561 > He/Him/His > > *Developing every student to lead with wisdom, empathy and courage, in > ways large and small, now and across multiple tomorrows.* > _______________________________________________ > download-list mailing list > download-list at cedarville.edu > http://mail.cedarville.edu/mailman/listinfo/download-list -------------- next part -------------- An HTML attachment was scrubbed... URL: