Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: How do you properly reconfigure 1.6 to switch nickserv to non encrypted  (Read 7472 times)

0 Members and 1 Guest are viewing this topic.

Xeon

  • Guest

I need to reconfigure anope 1.6 to stop encryption of the nickserv passwords.

I tried using make clean and then doing another ./configure but it stays encrypted.

Is there something I have to do other than what I've stated above in order to remove this encryption of the database?  I'm configured to use mysql if that makes any difference.

Any and all help would be appreciated.
Logged

alek

  • Guest
(No subject)
« Reply #1 on: February 18, 2006, 06:12:30 PM »

Since the encryption is one way, there is no way to remove encryption from the database. You are stuck with it unless you want to start with a new database:

From the configure:
Selecting "yes" protects your passwords from being stolen if someone
gains access to the Services databases, but makes it impossible to recover
forgotten passwords. There is no way to reverse this operation, so make
sure you really want to enable it.
Logged

Xeon

  • Guest
(No subject)
« Reply #2 on: February 18, 2006, 06:18:17 PM »

I know you can't recover passwords from the database once it's been compiled that way, that's not what I'm asking.

So you are basically saying that I will have to ditch the entire setup that I have and recompile everything from scratch in order to change the setup to NOT use encryption?

That seems pretty lame to me since the owner of the services should be able to just recompile and have it change whatever they want, when they want to and not have to monkey around with removing the entire setup.
Logged

Dave Robson

  • Team
  • *
  • Offline Offline
  • Posts: 357
(No subject)
« Reply #3 on: February 18, 2006, 06:44:34 PM »

All you will need to do is recompile, and then delete the old db's (since without encryption you cant read them) - the config etc is all fine how it is.

Code: [Select]

make distclean
./configure
make
make install




[Edited on 18-2-2006 by Rob]
Logged

Xeon

  • Guest
(No subject)
« Reply #4 on: February 18, 2006, 10:06:05 PM »

Perfect!  Thank You Rob!
Logged
Pages: [1]   Go Up