[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] ALLOW_ macros for user authorization



Zachary Miller wrote:
On Tue, Sep 25, 2007 at 03:52:11PM -0500, Scott Koranda wrote:
Hi,

Last question for today (I hope)...

I now have on my test box

ALLOW_READ = skoranda@xxxxxxxxxxxx/ldg-portal.phys.uwm.edu,condor@xxxxxxxxxxxx/ldg-portal.phys.uwm.edu

Suppose I want to add 100 new users? How far can I scale the
ALLOW_READ line?

There is no static limit on the length of a config file entry. You could consider use of wildcards if you want.


Can I break the entries over multiple lines?


Yes, with a backslash.

-Todd