iPXE discussion forum

Full Version: Authentication
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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
Reference URL's