Displaying 20 results from an estimated 69 matches for "mkpasswd".
2004 Aug 06
2
mkpasswd??
Hello,
after reading the FAQ, I decided to compile icecast (1.3.11)
with --with-crypt option, but, there's no mkpasswd anywhere in the source
tarball.
Am I missing something here?
Thanks,
Norberto
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing onl...
2004 Aug 06
0
mkpasswd??
I just started setting up icecast again, after having my dsl down due to
the northpoint virus.. this time I did the ./configure --with-crypt
option. According to the comments in the config file, I also need to
compile the "included" mkpasswd.c. Well, in the 1.3.10 tarball, there is
no mkpasswd.c, no mkpasswd*, not even anything *pass*.. any ideas on where
else this may be?
-------signature file-------
PGP Key Fingerprint:
446B 7718 B219 9F1E 43DD 8E4A 6BE9 D739 CCC5 7FD7
"I don't think [Linux] will be very successful in...
2004 Aug 06
1
Encrypted password problem with icecast 1.3.11
Hi All,
I have recently downloaded and compiled IceCast 1.3.11 with the crypt option
turned on. Once I did this I have not been able to access the ADMIN console
through telnet. I got the latest version of mkpasswd from CVS and compiled
it. I have included the encrypted version of the password into the
configuration file and then started icecast.
Am I doing something wrong? One thing that seems strange to me is that the
encryption of the same plaintext password does not produce that same
cyphertext. This s...
2018 Nov 11
1
Multiple grub2 Users with Passwords
Hello All,
I am trying to set multiple users with passwords for modifying grub2
menu entries at boot. I know I can set a "root" user grub2 password with
grub2-setpassword. I have also been able to make a grub2 user password
using the grub2-mkpasswd-pbkdf2 command and adding
??? set superusers="user1"
to the /etc/grub.d/40_custom file. However, I have multiple user
administrators that will possibly need access to grub at boot (i.e. to
boot to single user mode to fix a broken configuration file). I've tried
generating two diffe...
2004 Aug 06
1
NEWBIE QUESTION - ERROR [BAD PASSWORD]
...t; 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: 4LjU5LpF45... is it that i have to paste
on my icecast.conf
>
> and paste the encrypted passwor...
2004 Aug 06
2
one more try..
asked once before and didn't get a reply, but it was probably lost in my
back-and-forth with Jack.. where is the encrypted password support for
icecast 1.3.10?
The documentation references a "mkpasswd.c" source file that doesn't exist
anywhere in my icecast directory tree..
-------signature file-------
PGP Key Fingerprint:
446B 7718 B219 9F1E 43DD 8E4A 6BE9 D739 CCC5 7FD7
"I don't think [Linux] will be very successful in the long run."
"My experience and some of m...
2016 Apr 29
3
Changing Password Schemes
That's not SHA512-CRYPT. That's just a simple sha512 of the password, without salt.
A SHA512-CRYPT password will be generated with:
printf "1234\n1234" | doveadm pw -s SHA512-CRYPT
or:
doveadm pw -s SHA512-CRYPT -p 1234
or:
mkpasswd -m sha-512 1234
(without the "{SHA512-CRYPT}" prefix)
What exactly is the difficulty you are having with converting the passwords?
What database engine are you using?
On 04/29/2016 03:20 PM, Bill Shirley wrote:
> Looks like an SQL update would do this:
> UPDATE `users`
> SET...
2018 Sep 04
2
Change password and add user on RO filesystem
Hi everyone
I'm trying to create system with RO root filesystem, so i'm using
/etc/sysconfig/readonly-root along wih /etc/rwtab and /etc/statetab.
Apart of numerous problems with services running on RO filesystem (which
i'm constantly resolving adding entries to /etc/statetab) one thing
popped up. I'm unable to add user or change his password. Error is
'cannot lock
2011 Jun 28
2
cygwin 'QueryUserInfo' fails dueto samba error. Wazup?
I made progress in tracking down a problem on cygwin that's been bothering
me for a while since Win7 and domain.
when I do:
> mkpasswd -D
mkpasswd (434): [31] A device attached to the system is not functioning.
A network trace shows that it's trying to get the home dir
information from my main user. Wwhen it queries the info
Samba returns STATUS UNSUCCESSFUL (indicated in network status of trace).
in the log, I see :
[2011...
2015 Feb 05
0
Another Fedora decision
On 2/5/2015 10:59 AM, Lamar Owen wrote:
> However, another password with similar characteristics would be fine.
> You just never want to use it on more than one server to be safe.....
there's a very useful tool built into centos's 'expect' package...
$ mkpasswd -l 15 -d 3 -C 5
5ufkpX at SDxa2DF3
$ mkpasswd -l 24 -d 3 -C 5
xRyijvCo4fhph!QcY46xbprK
$ rpm -qf `which mkpasswd`
expect-5.44.1.15-5.el6_4.x86_64
but, Dog save someone from having to type said passwords even once and
get it correct.
--
john r pierce 37...
2004 Aug 06
0
one more try..
its just a common util that floats around the net. everyones got it or
you can go to google and enter mkpasswd.c and turn up lots of hits.
or i got this from icecast CVS 1.1 you can cut it into a file, compile and
run. note the freshness date :)
---------------------------->snip here, put in .c file, compile<---------
/* simple password generator by Nelson Minar (minar@reed.edu)
* copyright 1991, a...
2004 Aug 06
1
Encrypted password problem with icecast 1.3.11
...libpthread.so.0 => /lib/libpthread.so.0 (0x0ff2e000)
libc.so.6 => /lib/libc.so.6 (0x0fde9000)
/lib/ld.so.1 => /lib/ld.so.1 (0x30000000)
[root@gala bin]#
It looks like the libcrypt is there alright. I guess that I am still
wondering how the encryption can work if the mkpasswd program does not
produce the same results every time? Thoughts?
Tom
-----Original Message-----
From: Jerome Alet [mailto:alet@unice.fr]
Sent: Monday, November 26, 2001 8:59 AM
To: 'icecast@xiph.org'
Subject: RE: [icecast] Encrypted password problem with icecast 1.3.11
On Mon, 26 Nov 2001...
2004 Aug 06
3
Newbee questions...
...DES) hashes and put them
>into icecast.conf, instead of the plaintext password. with ices you can
>use the plaintext password. in icecast.conf, there has to be the hash of
>the password.
>
>
Yes I did compile with -lcrypt,
>
>
>>2.
>>It is sayed that there is a mkpasswd.c file thatcomes with the sources
>>for generating crypted passwords, it seems to be missing!
>>
>>
>
>you can also generate a pair with "makepasswd --crypt" or with perl.
>perl -e 'print crypt("hackme", "icecastrules") . "\n&qu...
2015 Feb 05
3
Another Fedora decision
On 02/05/2015 10:34 AM, Always Learning wrote:
> On Thu, 2015-02-05 at 09:51 -0500, Lamar Owen wrote:
>
>> Those crackers who build these botnets are the ones who rent out
>> botnet time to people who just was to get the work done. There is a
>> large market in botnet time.
> Surely its time for the Feds to arrest and change them ?
The Feds in which country?
>
2016 Apr 30
2
Changing Password Schemes
...of the
>> password, without salt.
>>
>> A SHA512-CRYPT password will be generated with:
>>
>> printf "1234\n1234" | doveadm pw -s SHA512-CRYPT
>>
>> or:
>>
>> doveadm pw -s SHA512-CRYPT -p 1234
>>
>> or:
>>
>> mkpasswd -m sha-512 1234
>>
>> (without the "{SHA512-CRYPT}" prefix)
>>
>> What exactly is the difficulty you are having with converting the passwords?
>> What database engine are you using?
>>
>>
>> On 04/29/2016 03:20 PM, Bill Shirley wrote:
>&g...
2014 May 15
1
[patch/cygwin] contrib/cygwin/ssh-host-config
...-u -p -r1.34 ssh-host-config
--- contrib/cygwin/ssh-host-config 8 Nov 2013 13:19:23 -0000 1.34
+++ contrib/cygwin/ssh-host-config 15 May 2014 08:46:20 -0000
@@ -34,6 +34,7 @@ declare -a csih_required_commands=(
/usr/bin/mv coreutils
/usr/bin/rm coreutils
/usr/bin/cygpath cygwin
+ /usr/bin/mkpasswd cygwin
/usr/bin/mount cygwin
/usr/bin/ps cygwin
/usr/bin/setfacl cygwin
@@ -59,8 +60,9 @@ PREFIX=/usr
SYSCONFDIR=/etc
LOCALSTATEDIR=/var
+sshd_config_configured=no
port_number=22
-privsep_configured=no
+strictmodes=yes
privsep_used=yes
cygwin_value=""
user_account=
@@ -89...
2018 Sep 05
0
Change password and add user on RO filesystem
...crude option might be to manipulate the files
by hand. For /etc/passwd and /etc/group (if necessary) this is easy,
since it's just a plain text file with human-readable text. For
/etc/shadow this is slightly more complicated, since you need to
generate the password hash. For that you can use mkpasswd:
https://www.aychedee.com/2012/03/14/etc_shadow-password-hash-formats/
Obviously doing this makes adding a user a nonatomic operation, so you
need to take care manipulating passwd and shadow in this way. (I don't
know if mkpasswd is available from a yum repo, but the included python
should b...
2008 Apr 13
1
generating passdb files
Hello,
I'm running dovecot 1.0.3 on an fc6 box. I've got postfix and dovecot
set up for virtual domains, all look good. The issue is finding the password
file generator. I googled and think i'm looking for mkpasswd but searching
the system i'm not seeing this. Has the name of this prog changed?
Thanks.
Dave.
2001 Nov 20
1
Fw: mkgroup -d failed with error 1332 (LookupAccountName)
Yes the machine I'm running this from is a member of the Domain. Mkpasswd
works just great, mkgroup doesn't.
Has anyone else seen this problem or know what the problem could be?
----- Original Message -----
From: "Kevin Schnitzius" <kevin.schnitzius@citrix.com>
To: "'Joshua McClintock'" <joshuam@gravityedge.com>
Sent: Fr...
2004 Aug 06
2
Newbee questions...
...ttp://127.0.0.1:8000/ices, error:
Could not login on server. Server message: ERROR - Bad Password
Error during send: Mount failed on http://127.0.0.1:8000/ices, error:
Could not login on server. Server message: ERROR - Bad Password
Too many stream errors, giving up
2.
It is sayed that there is a mkpasswd.c file thatcomes with the sources
for generating crypted passwords, it seems to be missing!
I would appreciate some help.
Thanks
---
Eric Tchepannou
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, se...