search for: md5pass

Displaying 11 results from an estimated 11 matches for "md5pass".

Did you mean: dnpass
2011 Jun 24
1
Requesting the removal of md5pass
...r is an additional hurdle for people on those distributions to use a more recent syslinux. (I am also involved with the Rear project that relies on a more recent syslinux, and in various corporate environments need a recent syslinux. With Rear the recent syslinux is needed on every system.) The md5pass tool does not offer anything that is not possible using openssl, eg: openssl passwd -1 <password> or openssl passwd -1 -salt <string> <password> So the tool could easily be replaced by a shell-script, or removed entirely. Furthermore, simply running md5pass provides an MD...
2008 Jan 09
2
MENU / SHA1 passwords not working.
...ifferent hash every time when using the same arg. Is this correct? I'm running slackware v11. Initially when running sha1pass i was getting an error: Can't locate Digest/SHA1.pm in @INC I ran cpan install Digest::SHA1 to install the missing lib then all was ok. I can't get the MD5pass script to run as it's missing a lib but running cpan install Digest::MD5 reports that my MD5 is up to date? Any ideas? Thanks. Simon.
2016 Aug 05
1
CentOS 7 kickstart question
...y unsuccessful (requiring human intervention) kistart disk related part: # System bootloader configuration #bootloader --location=mbr --boot-drive=sda # Darn, they changed grub password encryption standard #bootloader --location=mbr --boot-drive=sda --append="crashkernel=no rhgb quiet" --md5pass=$1$F/BHluSk$YticIZvEKa6Ckmw6GYTno. bootloader --location=mbr --boot-drive=sda --append="crashkernel=no rhgb quiet" # Partition clearing information clearpart --all --initlabel --drives=sda # Disk partitioning information part /boot --fstype="xfs" --ondisk=sda --size=500 --asprim...
2007 Apr 24
1
ast 1.2.x - cisco 7970 behind nat to external asterisk with no nat
...t, but it just won't go. I am running 1.4.2 internally and the phone registers fine to it. I'm using the latest firmware (i think) - 8.2.1S On the server in question I have tried the following for the sip declaration: qualify=never nat=no (yes) defaultip=(natip)(externalip) md5secret=<md5pass> or secret=<secret> Nothing seems to work, and I continually get "sip 401 unauthorized" messages on the console when the phone tries to register. I've spent a number of hours on this googling and searching for anyone working with 1.2 and 7970's, but I can't find any...
2009 Oct 13
5
timekeeping on VMware guests
...----- # For EL5 virtual machines, Append the following in Grub to help keep the clock from drifting # and to reduce the interupt requests # 32bit: --append="rhgb quiet divider=10 clocksource=acpi_pm" # 64bit: --append="rhgb quiet notsc divider=10" bootloader --location=mbr --md5pass=$1$mXSD1l6mO$BBCk1gYArAATS7dlCQGthN. --append="rhgb quiet divider=10 clocksource=acpi_pm" %packages --nobase # Other packages not listed here # ntp was installed ntp ### Add step-tickers ### cat > /etc/ntp/step-tickers <<\EOF2 0.centos.pool.ntp.org 1.centos.pool.ntp.org EOF2 ##...
2008 Apr 25
2
PXE / Kickstart / nfs ....
...otproto dhcp nfs --server 192.168.0.0 --dir /export/moonshine/ rootpw --iscrypted $1$71fLV/wH$V4OQNd6WZ32srMY60axN// firewall --disabled authconfig --enableshadow --enablemd5 selinux --disabled timezone --utc Europe/London bootloader --location=mbr --driveorder=hda --append="rhgb quiet" --md5pass=$1$oPmnmKSW$M2RyKA9xPM33Ml7i7o3EL. # The following is the partition information you requested # Note that any partitions you deleted are not expressed # here so unless you clear all partitions first, this is # not guaranteed to work clearpart --all --drives=sda part /boot --fstype ext3 --size=100 -...
2014 Jun 22
1
isohybrid has 2 variants
Op 2014-06-21 om 21:19 schreef intrigeri: > Hi, > > Ian Bannerman wrote (21 Jun 2014 15:49:51 GMT) : > > One advantage of the Perl one for me is that I can run it on Windows. > > We at Tails rely on isohybrid.pl for installing on OSX: > https://tails.boum.org/doc/first_steps/installation/manual/mac/ > > Of course, this does not mean that the current syslinux team
2016 Aug 04
4
CentOS 7 kickstart question
Dear Experts, Could somebody point to kicstart HOWTO specific for CentOS 7? On CentOS 7 I somehow am always given human intervention questions about drive which defeats unattended ks install. <rant ??> I'm doing kickstart installations for quite some time, normally I was just installing system when new release comes, and am basing kickstart file on anaconda-ks.cfg - with some
2008 Apr 22
5
Kickstart network settings problem
I would like one of my kickstart scripts to prompt for disk and networking only. Commenting out the disk and network settings makes the installer prompt for disk settings but not for network settings, they default to DHCP. Any idea's how to fix this? Thanks Dean
2014 Jun 21
1
isohybrid has 2 variants
Op 2014-06-20 om 15:56 schreef Ady: > > The Perl variant, isohybrid.in, seems to be getting left behind > regarding several patches. I don't recall whether there is at least > some mention in the isohybrid docs about the existence of 2 variants > included in Syslinux (and that is in addition to other isohybrid > methods outside Syslinux). Is there any reference? >
2015 Jun 23
0
[patch] doc/menu.txt MENU RESOLUTION and others
...wd" can be either a + Set a password on this menu entry. "passwd" can be either a cleartext password or a password encrypted with one of the following algorithms: @@ -209,15 +214,15 @@ SHA-2-512 (Signature: $6$) Use the included Perl scripts "sha1pass" or "md5pass" to - encrypt passwords. MD5 passwords are compatible with most + encrypt passwords. MD5 passwords are compatible with most Unix password file utilities; SHA-1 passwords are probably unique to Syslinux; SHA-2 passwords are compatible with very recent Linux distributions. Obviously, if...