iPXE discussion forum

Full Version: Password protection each/any entry in menu?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
With Syslinux pxelinux.0 in legacy BIOS PXE boot, I could have password protection on each/any entry in menu.

So ie. Option one would accept password 123456, option two 234567 etc

Any way to get it done with iPXE menu?

I simply need to password protect entries

Thanks

sebus
(2017-02-18 09:34)sebus Wrote: [ -> ]With Syslinux pxelinux.0 in legacy BIOS PXE boot, I could have password protection on each/any entry in menu.

So ie. Option one would accept password 123456, option two 234567 etc

Any way to get it done with iPXE menu?

I simply need to password protect entries

Thanks

sebus

Can't you just run "login" multiple times and check the password each time? e.g.

screen1:
login
iseq ${password} screen1pass || goto screen1

screen2:
login
iseq ${password} screen2pass || goto screen2
As long as you clear the userid and password variables between each entry... Smile
Reference URL's