This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Donna, > I'm not sure where our SCOOP folks are getting their template files for > ldmd.conf but I'm seeing: > > allow exp ^([a-z].*\.itsc\.uah\.edu\.?$) > > allow ANY ^([a-z].*\.renci\.org\.?$) > > allow exp ^([a-z].*\.coastal\.ufl\.edu\.?$) > > allow exp ^([a-z].*\.cct\.lsu\.edu?$) > > allow exp|spare ^(sasquatch\.tamu\.edu\.?$) > > allow exp|spare ^(dc-ldm2\.tamu\.edu\.?$) > > allow exp ^(sura-vims-pe6600-1\.vims\.edu\.?$) > > allow exp ^(eta\.marine\.unc\.edu\.?$) The above would be more simply and clearly written as allow exp \.itsc\.uah\.edu$ allow ANY \.renci\.org$ allow exp \.coastal\.ufl\.edu$ allow exp \.cct\.lsu\.edu$ allow exp|spare ^sasquatch\.tamu\.edu$ allow exp|spare ^dc-ldm2\.tamu\.edu$ allow exp ^sura-vims-pe6600-1\.vims\.edu$ allow exp ^eta\.marine\.unc\.edu$ Most of the beginning stuff is unnecessary, as is the "\.?" near the end. Regards, Steve Emmerson Ticket Details =================== Ticket ID: RFW-734912 Department: Support IDD SCOOP Priority: Normal Status: Closed