Brian Fertig wrote:
greetings,
I have digest and basic auth setup… I am trying to
figure out how to setup IP auth. I have
read a lot of documentation but I can’t seem to find anything to help me understand how to accomplish
this. Can someone point me in a direction to some information on how to set this up?
Brian
Fertig,
Check this out:
http://openser.org/docs/modules/1.1.x/permissions.html
Specifically allow_trusted()
Just add some:
"if (!allow_trusted())" type stuff and you can add IPs all day long. Much better than lines and lines of code to match IPs one by one!