in reply to Re: Run only if it the request is originating from a specific machine
in thread Run only if it the request is originating from a specific machine

I think we are going to end up doing this. he list of machines could be 100s so was trying to avoid creating a user...
looks like there is no other way.
planning to see if a simple program with a socket ofcourse client/server model will do...
  • Comment on Re^2: Run only if it the request is originating from a specific machine

Replies are listed 'Best First'.
Re^3: Run only if it the request is originating from a specific machine
by hbm (Hermit) on Aug 26, 2011 at 17:56 UTC

    Your earlier descriptions sounded very much one-to-one. Now, I don't think I understand your problem at all...

      I am talking about the possibility of creating a user in those many number of machines. it is still one-to-one but going to be implemented on a lot of machines... thats why trying to see if there is any possibility to not create userids.