The search returned 11 results

by Dani
April 17, 2025 - 1:38 PM
Forum: WAPT Server
Subject: [RESOLVED] Agent update from 2.4 to 2.6
Answers: 4
Views : 6508

Re: Agent update from version 2.4 to 2.6

It worked fine with HTTPS in version 2.4, and also in 2.6. But after well over two hours, the packages still hadn't upgraded. I ended up setting up a GPO with waptdeploy and manually updating the few non-domain machines. I don't know exactly why it didn't work...
by Dani
April 15, 2025 - 11:59
Forum: WAPT Server
Subject: [RESOLVED] Agent update from 2.4 to 2.6
Answers: 4
Views : 6508

Re: Agent update from version 2.4 to 2.6

If I manually update the agent on one of the machines (either by running waptagent.exe or waptdeploy.exe), then everything works. The agent updates correctly and appears online in the console. It's really just the agent update step, via the waptupgrade package, that I'm having trouble with...
by Dani
April 15, 2025 - 11:31
Forum: WAPT Server
Subject: [RESOLVED] Agent update from 2.4 to 2.6
Answers: 4
Views : 6508

[RESOLVED] Agent update from 2.4 to 2.6

Hello.

I have a small WAPT Discovery installation (for about 20 workstations), currently at version 2.4.0.14143. I'm looking to upgrade to 2.6.0.17177 (I'm deploying the new server on a new machine). There are no particular problems with the server side (which I'm running as a...
by Dani
September 16, 2021 - 4:40 PM
Forum: Tips and Tricks
Subject: Dependency problem (libHDB) for Samba 4.14.x
Answers: 2
Views : 18332

Re: Dependency problem (libHDB) for Samba 4.14.x

Great, thank you! :-)
by Dani
September 14, 2021 - 8:43 AM
Forum: Tips and Tricks
Subject: Dependency problem (libHDB) for Samba 4.14.x
Answers: 2
Views : 18332

Dependency issue (libHDB) for Samba 4.14.x

Hello. I'm using the Samba repository to deploy AD controllers on AlmaLinux 8. No issues with the 4.13 branch (the latest being 4.13.7 currently), but with 4.14 (currently 4.14.6), there's a dependency problem:


nothing provides libHDB-SAMBA4-samba4.so(SAMBA_4.14.6)(64bit ...
by Dani
December 21, 2018 - 8:39 AM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: CRL verification for packages?
Answers: 4
Views : 8439

Re: CRL verification for packages?



Okay, there's nothing to configure? So, if I build and sign a package with a revoked certificate, it will be rejected when I try to upload it to the WAPT server?


It's mainly the WAPT agent that will reject the package (and not something I can do).


Okay, I'll run some tests then, to get a better understanding...
by Dani
December 20, 2018 - 10:22 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: CRL verification for packages?
Answers: 4
Views : 8439

Re: CRL verification for packages?


The certificate URL must be included in the certificates during their generation (HTTP).

Absolutely, that's the case.


The WAPT server will handle downloading the certificate URLs from the WAPT packages when generating the Packages file (uploading a package).

Okay, there's nothing to...
by Dani
December 20, 2018 - 5:54 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: CRL verification for packages?
Answers: 4
Views : 8439

CRL verification for packages?

Hello.

I understand the principle of packet signature verification by agents, but one thing is missing from the documentation: how can I check with a CRL (or an OCSP service) if the signer has been revoked?

I have a CA dedicated to signing...
by Dani
December 20, 2018 - 5:33 PM
Forum: WAPT Packages
Subject: [RESOLVED] YAML Parser on Agents
Answers: 2
Views : 5775

Re: YAML parser on agents

I finally created a WAPT package that deploys this. If anyone is interested: https://git.fws.fr/fws/wapt-pyyaml
by Dani
December 20, 2018 - 9:45 AM
Forum: WAPT Packages
Subject: [RESOLVED] YAML Parser on Agents
Answers: 2
Views : 5775

[SOLVED] YAML parser on agents

Hello. For one of my packages, I need a YAML parser on the agents. It seems there's nothing available by default. Does anyone know how to install just an additional Python module?