HTCondor Project List Archives



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

Re: [Condor-devel] Condor ignores wildcard in hostallow lines



My bet is that you don't have lookup of hostnames working correctly. Condor cares about it.

If you can lookup hostname to IP and IP to hostname then this problem will go away.

-alain

On Feb 25, 2008, at 5:01 AM, Rik v. A wrote:

This might be considered as a bug report, allthough I'm not sure if the following is a bug.

When I use only a wildcard in the hostallow configuration lines, like this:

HOSTALLOW_READ = *
HOSTALLOW_WRITE = *

Condor does not allow any host to read or write, as far as I tested.

My working configuration now looks like this:

HOSTALLOW_READ = *, 192.168.1.*
HOSTALLOW_WRITE = *, 192.168.1.*

The above configuration works just fine. I am aware that a configuration using only a wildcard could be a security risk, however it would be great for
testing purposes.

Regards,
Rik _______________________________________________
Condor-devel mailing list
Condor-devel@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/condor-devel