Search found 2 matches

by noike
Fri Jun 16, 2006 4:28 pm
Forum: Unreal 3.2 Support
Topic: securing my server
Replies: 3
Views: 2504

ip *;
hostname *;
class clients;
maxperip 2;
};

/* Passworded allow line */
allow {
ip aaron@*;
hostname *@*;
class Opers;
password "password";
maxperip 1;
options {
nopasscont;
};
};


is that correct?
I meant something like that and then also in the oper block something like this but I ...
by noike
Fri Jun 16, 2006 3:29 pm
Forum: Unreal 3.2 Support
Topic: securing my server
Replies: 3
Views: 2504

securing my server

hello, could someone please give me an example of how to setup the allow and oper sections so that normal users could log on without a password and opers would require a password?

Thanks for your help in advance.