SRCDS Steam group


Your Name Is Reserved To Sourcemod?
#1
Question 
How I can I set my password for Sourcemod as the main admin creator of the server? I'm trying to gain control of mods such as "You are not authorized to build objects" and more Smile.

admin.cfg:
* USE THIS SECTION TO DECLARE DETAILED ADMIN PROPERTIES.
*
* Each admin should have its own "Admin" section, followed by a name.
* The name does not have to be unique.
*
* Available properties: (Anything else is filtered as custom)
* "auth" - REQUIRED - Auth method to use. Built-in methods are:
* "steam" - Steam based authentication
* "name" - Name based authentication
* "ip" - IP based authentication
* Anything else is treated as custom.
* Note: Only one auth method is allowed per entry.
*
* "identity" - REQUIRED - Identification string, for example, a steamid or name.
* Note: Only one identity is allowed per entry.
*
* "password" - Optional password to require.
* "group" - Adds one group to the user's group table.
* "flags" - Adds one or more flags to the user's permissions.
* "immunity" - Sets the user's immunity level (0 = no immunity).
* Immunity can be any value. Admins with higher
* values cannot be targetted. See sm_immunity_mode
* to tweak the rules. Default value is 0.
*
* Example:
"BAILOPAN"
{
"auth" "steam"
"identity" "STEAM_0:1:16"
"flags" "abcdef"
}
*
*/
Admins
{
"XXXJ.C.XXX"
{
"auth" "steam"
"identity" "STEAM_0:0:43576773"
"flags" "z"
"immunity" "99"
}
}

admins_simple.ini:
//
// READ THIS CAREFULLY! SEE BOTTOM FOR EXAMPLES
//
// For each admin, you need three settings:
// "identity" "permissions" "password"
//
// For the Identity, you can use a SteamID or Name. To use an IP address, prepend a ! character.
// For the Permissions, you can use a flag string and an optional password.
//
// PERMISSIONS:
// Flag definitions are in "admin_levels.cfg"
// You can combine flags into a string like this:
// "abcdefgh"
//
// If you want to specify a group instead of a flag, use an @ symbol. Example:
// "@Full Admins"
//
// You can also specify immunity values. Two examples:
// "83:abcdefgh" //Immunity is 83, flags are abcdefgh
// "6:@Full Admins" //Immunity is 6, group is "Full Admins"
//
// Immunity values can be any number. An admin cannot target an admin with
// a higher access value (see sm_immunity_mode to tweak the rules). Default
// immunity value is 0 (no immunity).
//
// PASSWORDS:
// Passwords are generally not needed unless you have name-based authentication.
// In this case, admins must type this in their console:
//
// setinfo "KEY" "PASSWORD"
//
// Where KEY is the "PassInfoVar" setting in your core.cfg file, and "PASSWORD"
// is their password. With name based authentication, this must be done before
// changing names or connecting. Otherwise, SourceMod will automatically detect
// the password being set.
//
////////////////////////////////
// Examples: (do not put // in front of real lines, as // means 'comment')
//
// "STEAM_0:1:16" "bce" //generic, kick, unban for this steam ID, no immunity
// "!127.0.0.1" "99:z" //all permissions for this ip, immunity value is 99
// "BAILOPAN" "abc" "Gab3n" //name BAILOPAN, password "Gab3n": gets reservation, generic, kick
//
////////////////////////////////
"STEAM_0:0:43576773" "99:z"
"!192.168.15.3" "99:z"
"XXXJ.C.XXX" "99:z" "1995"

~I have looked at guides and everything, but honestly, I still don't get it Sad. How can I just straight-out set up my password to remove the "Your Name Is Reserved To Sourcemod" message when logging into my server Rolleyes?
Reply
#2
Dont use password / name authentication on sourcemod. You would have better security if you just set your steam ID as owner. Such as: "STEAM_0:0:43576773" "99:z"
Looking for a game server? Visit fullfrag.com and pick one up as low as $2.50 / mo!
Reply
#3
Ok thanks Smile, but from this mod: https://forums.alliedmods.net/showthread.php?p=866626 it still gives me when I just want to build an object it says "You are not authorized to build objects" in-game when I use sm_build. Also, it's not working for adding more then one sentry per person.
Reply
#4
let me do u a favor and type it here. This is what you should have in your admins.cfg (replace yourname with your steamname and yourID with your steam ID. Fill in parenthesis for immunity, flags, groups, etc. as needed):


Admins
{
"Yourname"
{
"auth" "steam"
"identity" "yourID"
"group" ""
"flags" ""
"immunity" ""
}
}

Experienced SRCDS server host and leader of The World of NOPE [TWoN].

http://steamcommunity.com/id/legendddhgf/
Reply
#5
Nice blog and absolutely outstanding. You can do something much better but i still say this perfect.Keep trying for the best. CanningHill Piers
Reply
#6
I have read your excellent post. This is a great job. I have enjoyed reading your post first time. I want to say thanks for this post. Thank you... Klimt Cairnhill
Reply
#7
If you don"t mind proceed with this extraordinary work and I anticipate a greater amount of your magnificent blog entries midtown modern showflat
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)