Auth server HELP!

Post here if you need help setting up your server, etc.
Post Reply
User avatar
pie goes moo
Round Winner
Posts: 306
Joined: Wed Aug 12, 2009 10:42 pm
Location: San Antonio, Texas, USA

Auth server HELP!

Post by pie goes moo »

I was playing Arma yesterday and asked alot of people about auth servers. I was told that I need 0.3.0 to do so. I set it up, but when I try to login it doesn't work :?
Configs (cause I know you'll ask if I don't put them):
Also I'm putting auth stuff in authentication.cfg and putting INCLUDE authentication.cfg in autoexec.cfg. Thought it would be more organized that way. Here's authentication.cfg:

Code: Select all

LOCAL_USER "pie goes moo" <password edited out>
USER_LEVEL "pie goes moo"@ 0
USER_ALIAS "pie goes moo"@ "pie goes moo"@forums
ACCESS_LEVEL_PLAY 19
ACCESS_LEVEL_CHAT 19
ACCESS_LEVEL_SPY_TEAM 0
ACCESS_LEVEL_VOTE_REMOVE 19
ACCESS_LEVEL_VOTE_KICK 19
ACCESS_LEVEL PLAYER_MESSAGE 1
ACCESS_LEVEL KICK 1
ACCESS_LEVEL BAN 1
ACCESS_LEVEL KICK_TO 1
ACCESS_LEVEL MOVE_TO 1
ACCESS_LEVEL SUSPEND 1
ACCESS_LEVEL UNSUSPEND 1
ACCESS_LEVEL KILL 1
ACCESS_LEVEL SILENCE 1
ACCESS_LEVEL VOICE 1
ACCESS_LEVEL ALLOW_RENAME_PLAYER 1
ACCESS_LEVEL DISALLOW_RENAME_PLAYER 1
ACCESS_LEVEL RENAME 1
ACCESS_LEVEL CONSOLE_MESSAGE 1
ACCESS_LEVEL CENTER_MESSAGE 1
ACCESS_LEVEL_OP 1
mleh teehee
Server IP says *.*.*.*:4539
Image
User avatar
Z-Man
God & Project Admin
Posts: 11585
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: Auth server HELP!

Post by Z-Man »

pie goes moo wrote:I was playing Arma yesterday and asked alot of people about auth servers. I was told that I need 0.3.0 to do so.
That's wrong. You need 0.2.8.3_something or a recent trunk version (well, not too recent, but more recent than 0.3.0.).
User avatar
pie goes moo
Round Winner
Posts: 306
Joined: Wed Aug 12, 2009 10:42 pm
Location: San Antonio, Texas, USA

Re: Auth server HELP!

Post by pie goes moo »

Actually, I messed up on that. Newest one from beta site, they said.
Image
User avatar
Z-Man
God & Project Admin
Posts: 11585
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: Auth server HELP!

Post by Z-Man »

Well then, post the actual error you're getting.
User avatar
pie goes moo
Round Winner
Posts: 306
Joined: Wed Aug 12, 2009 10:42 pm
Location: San Antonio, Texas, USA

Re: Auth server HELP!

Post by pie goes moo »

The typical "USER_NOT_FOUND" error. Kinda like logging into an account that doesn't exist
Image
User avatar
Z-Man
God & Project Admin
Posts: 11585
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: Auth server HELP!

Post by Z-Man »

Try a different, simpler username, one without spaces. Those can mess things up at times.
User avatar
pie goes moo
Round Winner
Posts: 306
Joined: Wed Aug 12, 2009 10:42 pm
Location: San Antonio, Texas, USA

Re: Auth server HELP!

Post by pie goes moo »

Ok, I did that, I set GLOBAL_ID to 1 and my client says
Login failed. Reason: Authentication via Global ID is not available on this server.
:?
Image
User avatar
Infa(mous)
Round Winner
Posts: 255
Joined: Thu Aug 14, 2008 11:27 pm

Re: Auth server HELP!

Post by Infa(mous) »

1. Your name is put in there wrong. instead of "pie goes moo" it should be entered as pie_goes_moo
2. If GLOBAL_ID 1 in is authentication.cfg, then try entering it in the console instead. My suspicion is that authentication.cfg is not getting included.
-Infamous
User avatar
nsh22
Round Winner
Posts: 378
Joined: Fri Sep 07, 2007 8:12 pm
Location: eating, cooking or writing (about cooking).
Contact:

Re: Auth server HELP!

Post by nsh22 »

u also need o have an account on the server (if this isnt for your own server)
Lucifer wrote:I think you got the wrong thread, this thread is the one where we're debating banning sinewav and dubStep until they have a threesome with dubbie's mother.
User avatar
pie goes moo
Round Winner
Posts: 306
Joined: Wed Aug 12, 2009 10:42 pm
Location: San Antonio, Texas, USA

Re: Auth server HELP!

Post by pie goes moo »

Code: Select all

LOCAL_USER 3PICFA!L <password edited out>
USER_LEVEL 3PICFA!L@ 0
USER_ALIAS 3PICFA!L@ pie_goes_moo@forums
This good?
Image
AI Teâm
Core Dumper
Posts: 106
Joined: Sun Nov 02, 2008 8:38 pm
Location: Munich

Re: Auth server HELP!

Post by AI Teâm »

Just keep it simle:

Code: Select all

LOCAL_USER pie_goes_moo password
USER_LEVEL pie_goes_moo@ 0
Why do you want to use USER_ALIAS?
User avatar
pie goes moo
Round Winner
Posts: 306
Joined: Wed Aug 12, 2009 10:42 pm
Location: San Antonio, Texas, USA

Re: Auth server HELP!

Post by pie goes moo »

idk it said in authentication.cfg
Image
User avatar
Z-Man
God & Project Admin
Posts: 11585
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Re: Auth server HELP!

Post by Z-Man »

It says so there because it documents every setting.
Post Reply