Problem with higher antrix rev(s)

Results 1 to 3 of 3
  1. #1
    Member Mooblar is offline
    MemberRank
    Mar 2007 Join Date
    26Posts

    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?


  2. #2
    Member woogieboogie is offline
    MemberRank
    Jun 2007 Join Date
    32Posts

    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!

  3. #3
    Member Mooblar is offline
    MemberRank
    Mar 2007 Join Date
    26Posts

    Re: Problem with higher antrix rev(s)

    No duplicates, and the problem still pursists..



Advertisement