Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Password protection each/any entry in menu?
2017-02-18, 09:34
Post: #1
Password protection each/any entry in menu?
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
Find all posts by this user
Quote this message in a reply
2017-03-18, 06:26
Post: #2
RE: Password protection each/any entry in menu?
(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
Find all posts by this user
Quote this message in a reply
2017-03-18, 16:48
Post: #3
RE: Password protection each/any entry in menu?
As long as you clear the userid and password variables between each entry... Smile

"Thus far, you have been adrift within the sheltered harbor of my patience..."
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)