I'm sorry to bother you with a problem that seems so trivial to me, but I'm tearing my hair out over the configuration of a wapt agent on macos 26.3.
The workstation is newly installed, connection to the domain is OK and VPN is set up.
We can clearly see the post in the wapt console, we can push packages from there without any problems.
You can also view the packages available on the server via "wapt-get search", and install them without any problems.
However, the self-service feature is not working. It consistently displays "No results found": I know we managed to configure another Mac previously, and it's still working today. But I can't figure out what's missing on this one... Is there a log somewhere we could use?
Here is the current wapt-get.ini file (identical to the other m1 macbook that is currently working):
Code: Select all
[global]
repo_url=https://wapt.xxx.xx/wapt
wapt_server=https://wapt.xxx.xx
verify_cert=/opt/wapt/ssl/server/wapt.xxx.xx.crt
use_ad_groups=1
allow_remote_reboot=1
allow_remote_shutdown=1
service_auth_type = waptserver-ldap
use_kerberos = True
notify_user = 0
locales = fr,en
loglevel=warning
log_to_windows_events=0
use_http_proxy_for_repo=0
use_http_proxy_for_server=0
tray_check_interval=2
use_hostpackages=1
ad_groups_use_nested_group=1
timeout=10
wapt_server_timeout=30
maturities=PROD
default_maturity=
http_proxy=
token_lifetime=86400
trust_all_certs_in_pems=0
default_sources_root=/var/root/waptdev
default_package_prefix=tis
default_sources_suffix=wapt
default_sources_url=
upload_cmd=
upload_cmd_host=
after_upload=
personal_certificate_path=
check_certificates_validity=1
use_fqdn_as_uuid=0
uninstallkey_timeout=120EDIT: A detail that may be useful: I tested with domain users who are or are not admins of the mac without any change.
