Authentication
|
2014-03-07, 08:55
Post: #1
|
|||
|
|||
Authentication
Hi there,
I wonder if iPXE provides a authentication mechanism, or sth like that ? Any clients want to boot iPXE must give a username and password. This password is only for 1 client, the others ones will be different. |
|||
2014-03-10, 11:00
(This post was last modified: 2014-03-10 11:01 by robinsmidsrod.)
Post: #2
|
|||
|
|||
RE: Authentication
You can use http://ipxe.org/cmd/login to ask for a username/password. Once that is done the entered username/password is stored in the variables and can be pushed to a server-side script using HTTPS and POST (if you want it to be kept secure) and based on what the server-side says you can return another iPXE script with your normal boot sequence. You can see how to do an HTTP POST here: http://ipxe.org/cmd/param
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)