WAPT Enterprise version 2.6.1.17813
OS Server: Debian 11.11
OS of the administration machine: Windows 11
Hello everyone,
We have subscribed to five hours of WAPT technical support to schedule an appointment to:
- Install the WAPT agent and the Self-Service tool on an Ubuntu machine.
- Automate the subsequent installation via a script, then with the FAI (Fully Automatic Installation) tool.
Our institute uses LDAP (and not Active Directory) for authentication.
To my knowledge, integration with LDAP requires manually entering the WAPT password, unlike Active Directory, which poses a problem when automating the installation.
Is this still the case? If not, what is the recommended method for automated integration?
Regarding the Ubuntu version, which version do you recommend for optimal compatibility with WAPT?
During our exchange with Tranquil IT support, we understood that your remote access tool only works on Windows.
To facilitate handling and testing:
- Is it preferable to prepare an Ubuntu virtual machine (registered on our network as a physical machine) so that snapshots can be taken to allow for rollbacks?
- Or to directly configure a workstation with the default corporate configuration (which uses LDAP)?
Our goal is to make the most of this meeting to validate the installation, understand best practices, and prepare for future automation.
Thank you for your advice and feedback on the best approach.
Sincerely,
Adrien
Preparing for a technical support appointment – Installing WAPT and Self-Service under Ubuntu
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
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
- sfonteneau
- WAPT Expert
- Messages: 2342
- Registered: July 10, 2014 - 11:52 PM
- Contact :
Can you specify exactly what you want to do?
You mean for registering machines in WAPT? Yes, indeed, you need either Kerberos (AD) credentials or a username and password (which can be entered via the command line)Adrien wrote: ↑June 25, 2026 - 10:54 AM Our institute uses LDAP (not Active Directory) for authentication.
To my knowledge, integration with LDAP requires manually entering the WAPT password, unlike Active Directory, which poses a problem when automating the installation.
Is this still the case? If not, what is the recommended method for automated integration?
We're mostly using Debian here, but the latest version of Ubuntu ltsc should work
The tishelp also works for Debian, but you can also just share your screen depending on the need
Can you specify your exact deployment workflow? Are we talking about a Linux machine? No Kerberos?
The machine doesn't really have an account in OpenLDAP? Pegina configuration?
I don't know FAI at all.
At Tanquilit, we primarily use IPXE for deployment, plus integration into an Active Directory domain using Samba4.
In our institution, we have a shell script which allows, among other things, once the ubuntu operating system is installed, to configure NTP on the workstation with an internal server, to integrate ubuntu with LDAP with sssd, to install the glpi agent, etc.
I would therefore like to adapt this shell script to automatically integrate the latest version of the wapt agent compatible with the version of Ubuntu used, as well as self-service.
During my tests, as it was not working perfectly, I downloaded and installed the correct .deb file, but it was not necessarily the latest version.
(Requires updating manual links)
If the script works, I will try to make it work with ISP which allows both installing ubuntu and configuring it (installing software, launching shell scripts).
However, it is not possible to execute all shell commands as desired, because instead of running the script on a session using the relevant operating system, ISP uses a Debian operating system to install and configure Ubuntu, the shell scripts are executed in the chroot environment.
If needed, I then configure a service to run a script when the Ubuntu operating system starts.
That's it (registration of machines in wapt).sfonteneau wrote: ↑June 25, 2026 - 6:31 PMYou mean for registering machines in WAPT? Yes, indeed, you need either Kerberos (AD) credentials or a username and password (which can be entered via the command line)Adrien wrote: ↑June 25, 2026 - 10:54 AM Our institute uses LDAP (not Active Directory) for authentication.
To my knowledge, integration with LDAP requires manually entering the WAPT password, unlike Active Directory, which poses a problem when automating the installation.
Is this still the case? If not, what is the recommended method for automated integration?
From my side:
- I was unable to provide the password for integration into ldap, however, by entering the wapt password requested after the ldap command, the machine was integrated into the wapt console.
- Under Active Directory, I could integrate the workstation into the wapt console by providing the wapt password to the command to add it to the domain.
I would add that adding it to Active Directory requires an adaptation of the NTP configuration which I am not sure about, which explains why I prefer integration into LDAP.
I should clarify that I was referring to the client's operating system that will run the wapt agent and the self-service.sfonteneau wrote: ↑June 25, 2026 - 6:31 PMWe're mostly using Debian here, but the latest version of Ubuntu ltsc should work
For now, the workstations are configured with ubuntu (22.04 LTS or 24.04 LTS, later addition of version 26.04 LTS under ISP).
I ask this because I read a while ago on the forum that some versions of Ubuntu worked better than others.
(If I remember correctly, it's Ubuntu version 20.04 LTS, which is now obsolete)
I ask this question because it doesn't reassure me not to be able to check with a Wapt technician what is happening at the graphical level.sfonteneau wrote: ↑June 25, 2026 - 6:31 PMThe tishelp also works for Debian, but you can also just share your screen depending on the need
(for example, if the self-service interface does not display the software that can be installed under Ubuntu)
Wapt (self-service part) has already been used for Windows with Kerberos since 2020.sfonteneau wrote: ↑June 25, 2026 - 6:31 PMCan you specify your exact deployment workflow? Are we talking about a Linux machine? No Kerberos?
The machine doesn't really have an account in OpenLDAP? Pegina configuration?
I don't know FAI at all.
At Tanquilit, we primarily use IPXE for deployment, plus integration into an Active Directory domain using Samba4.
We want to extend Wapt to Linux Ubuntu for self-service.
We do not use Pegina, but users are authenticated via openldap.
We have already managed to add a post in active directory, however I do not have a good grasp of kerberos and the Wapt configuration is unstable.
Can you tell me if configuring Linux workstations already integrated with ldap will be possible by adapting the workstation configuration or will a complete reinstallation be required?
