[SOLVED] Syncing AD groups and WAPT groups 1.8.1
Published: May 25, 2020 - 6:08 PM
Hello,
I want to synchronize an Active Directory group with a WAPT 1.8.1 group.
WAPT Server version: 1.8.1 (Linux)
WAPT Agent version: 1.8.1.6756 (Windows 10 and 7)
- I created a WAPTTEST group in Active Directory
- created another WAPTTEST group from the WAPT console
- used the update_all_hosts.py script located here -> https://github.com/tranquilit/WAPT/blob ... l_hosts.py to automate the synchronization
, but I get the following error:
Please input wapt server admin password:
Traceback (most recent call last):
File "update_all_hosts.py", line 79, in
wapt = Wapt(config_filename = options.config)
File "C:\Program Files (x86)\wapt\common.py", line 2691, in __init__
self.load_config(config_filename = self.config_filename)
File "C:\Program Files (x86)\wapt\common.py", line 2866, in load_config
if self.config.has_option('global','dbpath'):
File "C:\Program Files (x86)\wapt\lib\site-packages\iniparse\compat.py", line 154, in has_option
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'global'
Can you help me please?
Have a nice day
cdt
I want to synchronize an Active Directory group with a WAPT 1.8.1 group.
WAPT Server version: 1.8.1 (Linux)
WAPT Agent version: 1.8.1.6756 (Windows 10 and 7)
- I created a WAPTTEST group in Active Directory
- created another WAPTTEST group from the WAPT console
- used the update_all_hosts.py script located here -> https://github.com/tranquilit/WAPT/blob ... l_hosts.py to automate the synchronization
, but I get the following error:
Please input wapt server admin password:
Traceback (most recent call last):
File "update_all_hosts.py", line 79, in
wapt = Wapt(config_filename = options.config)
File "C:\Program Files (x86)\wapt\common.py", line 2691, in __init__
self.load_config(config_filename = self.config_filename)
File "C:\Program Files (x86)\wapt\common.py", line 2866, in load_config
if self.config.has_option('global','dbpath'):
File "C:\Program Files (x86)\wapt\lib\site-packages\iniparse\compat.py", line 154, in has_option
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'global'
Can you help me please?
Have a nice day
cdt