-
Member
Problem with higher antrix rev(s)
I can't seem to fix this old problem in which I was getting before, but was solved with adding "LogonServer.RemotePassword = password" to antrix.conf and logonserver.conf. Now the newer rev's still use this password method, except it's the syntax of "<LogonServer RemotePassword = password>" I have changed both of the remotepassword's in the configs to the same thing and it still fails to authenticate. Any help or suggestions?
-
-
Member
Re: Problem with higher antrix rev(s)
[quote=Mooblar;2385138]I can't seem to fix this old problem in which I was getting before, but was solved with adding "LogonServer.RemotePassword = password" to antrix.conf and logonserver.conf. Now the newer rev's still use this password method, except it's the syntax of "<LogonServer RemotePassword = password>" I have changed both of the remotepassword's in the configs to the same thing and it still fails to authenticate. Any help or suggestions?
In loginserver.conf
You ahve to keep the same layout, it cant be
LogonServer.RemotePassword = "password"
it has to be... (with the quotes)
<LogonServer RemotePassword = "password">
In Realms.conf its part of a larger continious string..
<LogonServer Address = "your.server.com"
Port = "8093"
Name = "Default Logon"
RealmCount = "1"
RemotePassword = "password">
and in Antrix.conf same thing..
<LogonServer DisablePings = "0"
RemotePassword = "password">
MAKE SURE YOU ARE NOT MAKING DUPLICATE LINES FOR REMOTEPASSWORD!
HOPE THIS HELPS!
-
Member
Re: Problem with higher antrix rev(s)
No duplicates, and the problem still pursists..