Displaying 3 results from an estimated 3 matches for "makepassword".
2004 Aug 06
3
NEWBIE QUESTION - ERROR [BAD PASSWORD]
I have installed the icecast server on my Debian Linux 2.2. I modified the
distributed icecast.conf (as far as thought was necessary), and I set up the
shout.conf...
Both server and shout are started from root and are set up to localhost.
I could start the server, but when I started shout, it did find the server,
but it was blocked with the message "BAD PASSWORD[encoder]" even if the
2004 Aug 06
1
NEWBIE QUESTION - ERROR [BAD PASSWORD]
...th" a écrit :
> The Debian Icecast server is compiled with password crypt support, which
> means you can't put the password in in cleartext. You will have to
>
> apt-get install makepasswd
>
> and do something like
>
> echo "password" > passwd.tmp
> makepassword --crypt --clearfrom=passwd.tmp
omeone would know the right command!?... i tryed with mkpasswd but it didn't
give me a password , i have an error (mkpasswd: option non reconnue «--crypt)»
can i make my password just like that:
mkpassword mypassword
that gives me something like that: 4LjU5Lp...
2004 Aug 06
0
NEWBIE QUESTION - ERROR [BAD PASSWORD]
The Debian Icecast server is compiled with password crypt support, which
means you can't put the password in in cleartext. You will have to
apt-get install makepasswd
and do something like
echo "password" > passwd.tmp
makepassword --crypt --clearfrom=passwd.tmp
and paste the encrypted password in to your icecast.conf file.
Hope this helps.