Multi User Auth doesn't work
Synergi
Join Date: 2012-11-07 Member: 167921Members
Hello Guys,
i tried for a few Hours to get Multi User Authentication to work. But i failed.
Single Authentication or None Authentication works fine. But when i turn on mmulti User with a file, no User will match to enter the web Interface.
Here my users.htpasswd
test:$apr1$oLgzEnsb$Y.hDEiAJs59FyVd/Yj6IF1:gs2.exit1.at
I followed the rule
[USER]:[MD5PASS]:[REALM as in -webdomain]
Here my server.txt
-config_path "I:\games\NS2ServerConfig\24Slot"
-name "[GER] Exit1.at"
-ip 5.9.58.119
-port 27015
-limit 24
-map ns2_summit
-webadmin
-webport 82
-webdomain gs2.exit1.at
-webusers "I:\games\NS2ServerConfig\users.htpasswd"
-console
but user test with pass test doesn't work to login.
So pls guys tell me what i did wrong or what else can be wrong.
tia Synergi
i tried for a few Hours to get Multi User Authentication to work. But i failed.
Single Authentication or None Authentication works fine. But when i turn on mmulti User with a file, no User will match to enter the web Interface.
Here my users.htpasswd
test:$apr1$oLgzEnsb$Y.hDEiAJs59FyVd/Yj6IF1:gs2.exit1.at
I followed the rule
[USER]:[MD5PASS]:[REALM as in -webdomain]
Here my server.txt
-config_path "I:\games\NS2ServerConfig\24Slot"
-name "[GER] Exit1.at"
-ip 5.9.58.119
-port 27015
-limit 24
-map ns2_summit
-webadmin
-webport 82
-webdomain gs2.exit1.at
-webusers "I:\games\NS2ServerConfig\users.htpasswd"
-console
but user test with pass test doesn't work to login.
So pls guys tell me what i did wrong or what else can be wrong.
tia Synergi
Comments
May I suggest that you consolidate all your server issues into one thread as opposed to starting 3 threads for 3 separate issues.
Its just been reported that you should use DIGEST as the encryption method, not MD5 as stated in the documentation/previously in the wiki. Try that :)