The search returned 10 results

by Ben
May 27, 2021 - 10:02
Forum: WAPT Packages
Subject: Retrieving a user's security groups
Answers: 0
Views : 2533

Retrieve a user's security groups

Hello,

When running the "session_setup()" script, I would like to retrieve and review all the security groups my user is a member of in Active Directory.
Is there a command to do this?

Thanks everyone!

---------------------
WAPT 1.8 Community
by Ben
November 18, 2019 - 9:42 PM
Forum: WAPT Server
Subject: WAPT - SelfService - Restricted Package
Answers: 10
Views : 9953

Re: WAPT - SelfService - Restricted Package

OK, so I'll rule out that possibility (for now).

Regarding the "name" attribute, yes, it works correctly, thank you.
by Ben
November 18, 2019 - 11:10
Forum: WAPT Server
Subject: WAPT - SelfService - Restricted Package
Answers: 10
Views : 9953

Re: WAPT - SelfService - Restricted Package

Indeed, you were right: the update fixed the problem, thank you. The "restricted" setting is now correctly applied.

Two other quick questions regarding self-service:
- Is it possible to hide the "groups" (in the same way as a package) so that employees don't...
by Ben
November 15, 2019 - 2:23 PM
Forum: WAPT Server
Subject: WAPT - SelfService - Restricted Package
Answers: 10
Views : 9953

Re: WAPT - SelfService - Restricted Package

This is version 1.7.4.6165
by Ben
November 14, 2019 - 2:56 PM
Forum: WAPT Server
Subject: WAPT - SelfService - Restricted Package
Answers: 10
Views : 9953

Re: WAPT - SelfService - Restricted Package

Hello,

I don't understand. Where should I execute this command?
by Ben
November 13, 2019 - 4:39 PM
Forum: WAPT Server
Subject: WAPT - SelfService - Restricted Package
Answers: 10
Views : 9953

Re: WAPT - SelfService - Restricted Package

As stated in my signature, we are on version 1.7.4 but the filtering is not working.
by Ben
November 13, 2019 - 11:44
Forum: WAPT Packages
Subject: [RESOLVED] Office 365 Installation
Answers: 14
Views : 18914

Re: Office 365 Installation

I solved my problem, which was quite simple: I needed to pass the absolute path to the XML file for uninstallation (contrary to what was suggested in the script above).

Below is my complete script:


# -*- coding: utf-8 -*-
from setuphelpers import *

uninstallkey ...
by Ben
November 13, 2019 - 11:37
Forum: WAPT Server
Subject: WAPT - SelfService - Restricted Package
Answers: 10
Views : 9953

WAPT - SelfService - Restricted Package

Hello,

we would like to expand the use of self-service to give our users more autonomy.

However, we would like to control which packages are available for self-service. Indeed, our repository contains utilities as well as our antivirus software, Office 365, etc.
by Ben
November 13, 2019 - 11:22
Forum: WAPT Server
Subject: WAPT - Self-Service
Answers: 4
Views : 4907

Re: WAPT - SelfService

We've also encountered this issue. I think a small update to the documentation is needed on this point.
You need to create a security group named "waptselfservice" in Active Directory and add the users (or other security groups) with the necessary permissions to it...
by Ben
November 7, 2019 - 5:26 PM
Forum: WAPT Packages
Subject: [RESOLVED] Office 365 Installation
Answers: 14
Views : 18914

Re: Office 365 Installation

Hello,

I'm also currently considering deploying Office 365. I based my plan on the work done by Christophe0110 (thanks to him, by the way!), but I'm encountering a problem.
The installation itself works perfectly. It completes correctly and takes the configuration file into account...