Enabling Kerberos registration on WAPT server (ubuntu arm)

Questions about WAPT Server / Requests and help related to the WAPT server
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Answer
b.ald
Messages: 21
Registration: Oct 04, 2025 - 10:59 p.m.

June 27, 2026 - 6:20 PM

Hello,

I just updated my server on Oracle Cloud (Ubuntu 24.04 arm64 to version 2.6.1.17834) and at the same time, I wanted to set up the prerequisites to enable Kerberos registration before restarting the postconf.

My problem is that the "libnginx-mod-http-auth-spnego" package is apparently not available in the official Ubuntu repositories nor in the WAPT repository (https://wapt.tranquil.it/Ubuntu/wapt-2.6/).
I browsed "https://wapt.tranquil.it/Ubuntu" a bit but I only found packages for Arch amd64 and, if I remember correctly, for Nginx 1.18 (but it's version 1.24 that is distributed by the official Ubuntu repositories). There are indeed arm64 versions of the package in "https://wapt.tranquil.it/Debian" but only up to nginx 1.18 there as well.

Am I therefore "stuck" and is Kerberos registration not possible for an amr64 server under Ubuntu 24.04 (nginx 1.24)? Or is there a package available for amr64 architecture (perhaps a third-party repository I'm unaware of)? Or some other workaround?

Regards,
Bastien
WAPT Enterprise -- 2.6.1.17834 -- SRV Ubuntu 24.04 arm64
WAPT Enterprise -- 2.6.1.17813 -- SRV Ubuntu 22.04
WAPT Enterprise -- 2.6.1.17813 -- SRV RHEL 9 --//-- Secondary repositories -- Rocky 9
Admin: W11pro
User avatar
sfonteneau
WAPT Expert
Messages: 2342
Registered: July 10, 2014 - 11:52 PM
Contact :

June 29, 2026 - 4:05 PM

Hello,

I just added it for Ubuntu 24 (for Ubuntu 26 it's already in the Ubuntu repositories themselves).

Simon
b.ald
Messages: 21
Registration: Oct 04, 2025 - 10:59 p.m.

June 30, 2026 - 07:52

Hello Simon,

Thank you for adding the package! I read somewhere on the forum I think that the package was available at Tranquil IT but not yet on the production repo. But I wasn't sure anymore...
I'd found out that the package was indeed available on the official repositories for Ubuntu 26, but Oracle only offers images up to 24.04 for now (and in the free tier, you can't upload a custom image...).

I didn't remember that the postconf required several pieces of information to generate a keytab when the council servers were set up...
Since I haven't yet set up the cd on my end (which won't be writable anyway), to enable Kerberos registration and avoid being blocked during the postconf execution, I simply created a blank keytab manually, which allowed me to bypass it and complete the postconf execution without an error message.
It seems to be working. When registering a new machine, I correctly fall back to the authenticated login/password, and the machine registers properly. I'll replace the keytab file afterward, once the domain controller is in place.

Thanks again, Simon!

Best regards,
Bastien
WAPT Enterprise -- 2.6.1.17834 -- SRV Ubuntu 24.04 arm64
WAPT Enterprise -- 2.6.1.17813 -- SRV Ubuntu 22.04
WAPT Enterprise -- 2.6.1.17813 -- SRV RHEL 9 --//-- Secondary repositories -- Rocky 9
Admin: W11pro
User avatar
dcardon
WAPT Expert
Messages: 1978
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

June 30, 2026 - 09:09

Hi Bastien,

regarding Kerberos authentication, it's important to know that the Active Directory doesn't need to be visible to the WAPT server. The WAPT client simply needs to be able to communicate with the AD. So, if you have an internal AD, you can create a keytab and place it on your WAPT server.

A little tip: in the latest versions of OpenRSAT, you can create a keytab directly from the Active Directory User and Computer interface. :-)

Best regards,

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
b.ald
Messages: 21
Registration: Oct 04, 2025 - 10:59 p.m.

June 30, 2026 - 11:11 PM

Hi Denis,

So, I haven't set up the Samba domain controller on my end yet, but yes, that's what I was planning to do:
- create a machine account for the WAPT server (with its hostname)
- associate an SPN with it (HTTP/fqdn_wapt@DOMAIN.AD)from a Windows machine using the `spn` command
- then generate the keytab file with ktpass
- and then export the file to the WAPT server to set it up.

I haven't had much time to look into OpenRSAT yet, but yes, it might be a good opportunity to try generating the keytab with it.

We actually had a brief phone conversation about the migration/centralization of the CD82 schools regarding the concatenation of the keytabs (18 in total) with msktutil, which took a very long time for the last few schools during the WAPT implementation.
I finally identified the cause of the "problem," and indeed, concatenating the 19 keytabs (there's an extra domain) now only takes a few seconds.

Regards,
Bastien
WAPT Enterprise -- 2.6.1.17834 -- SRV Ubuntu 24.04 arm64
WAPT Enterprise -- 2.6.1.17813 -- SRV Ubuntu 22.04
WAPT Enterprise -- 2.6.1.17813 -- SRV RHEL 9 --//-- Secondary repositories -- Rocky 9
Admin: W11pro
Answer