Server Help

ASSS Questions - Passwords and Chats

cmdrpinksock - Sat Dec 20, 2008 7:18 pm
Post subject: Passwords and Chats
How do I let people store there passwords automatically when the login with out having to use the ?passwd command if not connected to a billing server?

Also what about the ?Chat=... if no connected to billing?

Are these separate modules I have to compile, and if so, does anyone have them so I can compile?

Thanks Much
Dr Brain - Sat Dec 20, 2008 9:11 pm
Post subject:
?chat= will do nothing without a billing server. That's just the way it is, I'm afraid. One could write a module to simulate it, of course, but connecting a simple biller is an easier solution.

As for the password thing, take a look in auth_file. See if there are any configuration settings that it reads. Searching for "cfg->" is a good place to start.
cmdrpinksock - Sat Dec 20, 2008 9:16 pm
Post subject: auth_file
auth_file

where is that. thought that was an internal module?

thanks
Dr Brain - Sun Dec 21, 2008 12:04 pm
Post subject:
It is a core module, yes. I meant look through its source code. You don't need to be a programmer or to fully understand everything going on in the file, just search for "cfg->" in auth_file.c and see what you can find. Many of the lines will be something like

cfg->GetString(blah, "Foo", "Bar");

Meaning they're checking Foo:Bar=Something in a configuration file. In the case of the auth_file, it's probably checking the passwd.conf file.
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group