Is there a way to add a secondary domain server to the adauth.rb file?
i.e. in the lines :
# The IP address or Hostname of a DC (Domain Controller) on your network
This could be anything and probably wont be 127.0.0.1
Again contact your IT Support if you can't work this out
c.server = "10.0.0.25"
so that I could do something like
c.server = "10.0.0.25", "10.0.0.26"
If this is a current capability, how do you do it? If not, can it be added?
thanks
Is there a way to add a secondary domain server to the adauth.rb file?
i.e. in the lines :
so that I could do something like
If this is a current capability, how do you do it? If not, can it be added?
thanks