[RESOLVED] [WAPT 1.8.2] Deployment via GPO and superadmin password request

Share your tips or issues concerning the WAPT Console or WAPT Agent here
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
ozsupport
Messages: 13
Registration: July 6, 2020 - 4:52 PM

July 21, 2020 - 09:05

If I do:

Code: Select all

PsExec.exe -s cmd

PsExec v2.2 - Execute processes remotely
Copyright (C) 2001-2016 Mark Russinovich
Sysinternals - www.sysinternals.com


Microsoft Windows [version 6.3.9600]
(c) 2013 Microsoft Corporation. Tous droits réservés.
C:\Windows\system32>klist purge

LogonId est 0:0x3e7
        Suppression de tous les tickets :
        ticket(s) supprimé(s) !
        
C:\Windows\system32>klist get HTTP/xxWAPTxx.xxxxxxxxx.xx

LogonId est 0:0x3e7
Un ticket pour HTTP/xxWAPTxx.xxxxxxxxx.xx a été récupéré.

Tickets mis en cache : (2)

#0>     Client : xxxxx$ @ XXXXXXXX.XXXXXXX
        Serveur : krbtgt/XXXXXXXX.XXXXXXX @ XXXXXXXX.XXXXXXX
        Type de chiffrement KerbTicket : AES-256-CTS-HMAC-SHA1-96
        Indicateurs de tickets 0x40e10000 -> forwardable renewable initial pre_authent name_canonicalize
        Heure de démarrage : 7/21/2020 8:56:45 (Local)
        Heure de fin :   7/21/2020 18:56:45 (Local)
        Heure de renouvellement : 7/28/2020 8:56:45 (Local)
        Type de clé de session : AES-256-CTS-HMAC-SHA1-96
        Indicateurs de cache : 0x1 -> PRIMARY
        KDC appelé : AD.xxxx.xxx

#1>     Client : xxxxx$ @ XXXXXXXX.XXXXXXX
        Serveur : HTTP/xxWAPTxx.xxxxxxxxx.xx @ XXXXXXXX.XXXXXXX
        Type de chiffrement KerbTicket : RSADSI RC4-HMAC(NT)
        Indicateurs de tickets 0x40a10000 -> forwardable renewable pre_authent name_canonicalize
        Heure de démarrage : 7/21/2020 8:56:45 (Local)
        Heure de fin :   7/21/2020 18:56:45 (Local)
        Heure de renouvellement : 7/28/2020 8:56:45 (Local)
        Type de clé de session : RSADSI RC4-HMAC(NT)
        Indicateurs de cache : 0
        KDC appelé : AD.xxxx.xxx
So I am able to retrieve a ticket.

However, when I try a `wapt-get register` in the same context, I still get:

Code: Select all

2020-07-21 09:02:53,403 DEBUG Unable to GET username from SID S-1-5-21-3790108901-3680768173-678536012-1975 : (1332, 'Lo
okupAccountSid', 'Le mappage entre les noms de compte et les ID de s\xe9curit\xe9 n\x92a pas \xe9t\xe9 effectu\xe9.'), u
sing profile directory instead
ozsupport
Messages: 13
Registration: July 6, 2020 - 4:52 PM

July 21, 2020 - 09:11

Well, actually we had to fix what was originally blocking us in the meantime because in the end, after re-re-re-checking the wapt-get.ini file, something I hadn't done since the last "Okay, I'll delete the agent and start from scratch," I had "use_kerberos=0"...
Locked