Following the implementation of Kerberos authentication on our WAPT server and the configuration of a test workstation with Kerberos enabled, we are encountering an issue when deploying new workstations via WADS. The workstations are visible in the OS deployment section, Windows installs, but then the workstation boots normally but is not registered with WAPT. We have to run the `register` command, which prompts us for the WAPT login/password and then registers the workstation and launches package updates as usual. We tried modifying the `conf` workstation script as follows:
Code: Select all
ping 127.0.0.1 -n 30
net stop waptservice
"C:\Program Files (x86)\wapt\wapt-get.exe" update
"C:\Program Files (x86)\wapt\wapt-get.exe" install base_software
net start waptservice
"C:\Program Files (x86)\wapt\wapt-get.exe" register --wapt-server-user=XXXXX --wapt-server-passwd=XXXXXWe have no other issues with WAPT management; the workstations are reachable and updates are performed correctly, whether Kerberos is at 0 or 1.
Has anyone else encountered this problem, and if so, how did they resolve it?
If needed:
waptserver.ini file:
Code: Select all
[options]
server_uuid =
secret_key =
wapt_password =
clients_signing_key = /opt/wapt/conf/ca-srv-wapt.XXXX.dom.pem
clients_signing_certificate = /opt/wapt/conf/ca-srv-wapt.XXXX.dom.crt
ldap_auth_server = XXXX.dom
ldap_auth_base_dn = DC=XXXX,DC=dom
ldap_account_service_login = wapt@XXXX.dom
ldap_account_service_password =
token_secret_key =
clients_signing_crl = /var/www/ssl/ca-srv-wapt.XXXX.dom.crl
clients_signing_crl_url = http://srv-wapt.XXXX.dom/wapt/ssl/ca-srv-wapt.XXXX.dom.crl
ssl_additional_crls = /var/www/ssl
waptwua_enable = True
allow_unauthenticated_registration = False
wads_enable = True
login_on_wads = False
use_kerberos = True
ldap_auth_ssl_enabled = FalseSee attached file poste1.png wat-get.ini production workstation:
See attached file poste2.png
Thank you in advance for your answers
Sincerely,
