[GELÖST] Synchronisierung von AD-Gruppen und WAPT-Gruppen 1.8.1
Veröffentlicht: 25. Mai 2020 – 18:08 Uhr
Hallo, ich möchte eine Active Directory-Gruppe mit einer WAPT-Gruppe (Version 1.8.1) synchronisieren. WAPT-Server-Version: 1.8.1 (Linux) , WAPT-Agent-Version: 1.8.1.6756 (Windows 10 und 7) . Ich habe eine Gruppe namens WAPTTEST in Active Directory erstellt und anschließend eine weitere WAPTTEST-Gruppe über die WAPT-Konsole angelegt . Zur Automatisierung der Synchronisierung habe ich das Skript update_all_hosts.py verwendet ( https://github.com/tranquilit/WAPT/blob ... l_hosts.py). Dabei erhalte ich jedoch folgende Fehlermeldung: „ Bitte geben Sie das WAPT-Server-Administratorpasswort ein: Traceback (most recent call last): File "update_all_hosts.py", line 79, in wapt = Wapt(config_filename = options.config) Datei "C:\Program Files (x86)\wapt\common.py", Zeile 2691, in __init__ self.load_config(config_filename = self.config_filename) Datei "C:\Program Files (x86)\wapt\common.py", Zeile 2866, in load_config if self.config.has_option('global','dbpath'): Datei "C:\Program Files (x86)\wapt\lib\site-packages\iniparse\compat.py", Zeile 154, in has_option raise NoSectionError(section) ConfigParser.NoSectionError: Kein Abschnitt: 'global' Können Sie mir bitte helfen? Schönen Tag noch , cdt