Parameter:
SETUP_SERVER_LASTNAMEShort description: Last name of the first admin user that is automatically registered during the one-touch setup of a new Domino server.
Profile
Parameter | SETUP_SERVER_LASTNAME |
Category | Startup / Tasks |
Component | Server |
Available since | 12.0 |
Supported versions | 12.0, 14.0, 14.5, 14.5.1 |
GUI equivalent | notes.ini only (no GUI) |
Possible values | Any text, e.g. Admin |
Description
Counterpart to
SETUP_SERVER_FIRSTNAME – sets the last name of the first admin user during the one-touch setup of a Domino server from version 12 onward. First and last name together form the full distinguished name (CN=) of the created Person document and of the admin Notes user certificate. Only used during the initial setup; later changes require manual Person document maintenance in the directory.Example configuration
SETUP_SERVER_FIRSTNAME=Domino SETUP_SERVER_LASTNAME=Admin
Notes & pitfalls
- Only effective during the first server setup.
- Avoid special characters (must be RFC-compliant).
- For automated deployments, prefer the JSON one-touch file.
- Complementary to
SETUP_SERVER_FIRSTNAME,SETUP_SERVER_ORGNAME.