The search returned 6 results
- May 16, 2018 - 4:14 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: AD Groups / WAPT Groups
- Answers: 9
- Views : 11312
Re: AD Groups / WAPT Groups
# -*- coding: utf-8 -*-
from setuphelpers import *
from active_directory import *
uninstallkey = []
def get_computer_groups():
"""Try to finc the computer in the Active Directory
and return the list of groups
"""
groups = []
computer = find_computer()
if computer:
computer_groups ...
- May 16, 2018 - 4:12 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: AD Groups / WAPT Groups
- Answers: 9
- Views : 11312
Re: AD Groups / WAPT Groups
Hello,
the function mentioned by wapiti (Add AD groups as a dependent package) no longer works in version 1.5.
We need to fix this. We haven't had time to do it yet. :(
Simon
Hello Mr. Fonteneau, thank you for...
- May 16, 2018 - 4:09 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: AD Groups / WAPT Groups
- Answers: 9
- Views : 11312
Re: AD Groups / WAPT Groups
Should we conclude that the AD/WAPT group mapping functionality described in the documentation does not work in the WAPT Community Edition?
Sincerely,
This is a feature that works perfectly in the Enterprise Edition; perhaps we should be more specific in the...
- May 15, 2018 - 2:07 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: AD Groups / WAPT Groups
- Answers: 9
- Views : 11312
Re: AD Groups / WAPT Groups
Hello,
I recently reported that the expected functionality (mapping AD groups to WAPT groups) is not working in a freshly installed version of WAPT (1.5.1.23).
I understand that patience is required, however, we are pressed for time and would appreciate a clear and concise answer.
I recently reported that the expected functionality (mapping AD groups to WAPT groups) is not working in a freshly installed version of WAPT (1.5.1.23).
I understand that patience is required, however, we are pressed for time and would appreciate a clear and concise answer.
- May 5, 2018 - 10:37
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: AD Groups / WAPT Groups
- Answers: 9
- Views : 11312
Re: AD Groups / WAPT Groups
I just realized that this method of operation is also described in the official documentation (https://www.wapt.fr/fr/doc/Utilisation/utilisation_console_detail.html#creer-un-groupe-de-paquets "If you name a group with the same name as a group of machines in your directory...
- May 4, 2018 - 12:06
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: AD Groups / WAPT Groups
- Answers: 9
- Views : 11312
AD Groups / WAPT Groups
Hello everyone,
I'm currently testing and evaluating WAPT (latest version), and now that all the agents are installed and appearing in the console, we'd like to initially deploy a group of common applications across all workstations.
In this regard, I've read on the forum...
I'm currently testing and evaluating WAPT (latest version), and now that all the agents are installed and appearing in the console, we'd like to initially deploy a group of common applications across all workstations.
In this regard, I've read on the forum...
