[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCOOP #RFW-734912]: ldmd.conf template
- Subject: [SCOOP #RFW-734912]: ldmd.conf template
- Date: Wed, 28 Mar 2007 14:54:05 -0600
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