selfservice portal

Questions about WAPT Server / Requests and help related to the WAPT server
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
juniormateus
Messages: 21
Registration: May 5, 2022 - 4:53 p.m.

June 22, 2022 - 10:43

I'm going to share a problem we're having.
Here's what I configured: a self-service portal (Infra_Rep02) as follows:
I specified the AD group "INFRA_GG" to which the AD account mateus.junior belongs.
And on the self-service portal, I only defined a few packages for this self-service!
Here's a screenshot of the self-service configuration: http://snpy.in/Yu2ssu
Here's a screenshot of the AD group: http://snpy.in/U0AD2g
Here's a screenshot of the client machine: http://snpy.in/kuFToW

When I go to mateus.junior's client machine and access his self-service portal, I notice that he has all the packages, instead of just the limited packages as configured.
Here's a screenshot: http://snpy.in/1iOTzv
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

June 22, 2022 - 11:04

Is the user an administrator on their machine? https://www.wapt.fr/fr/doc/wapt-usage-a ... lf-service
Is the user a member of a group named waptselfservice? https://www.wapt.fr/fr/doc/wapt-usage-a ... inistrator
juniormateus
Messages: 21
Registration: May 5, 2022 - 4:53 p.m.

June 22, 2022 - 12:18

sfonteneau wrote: June 22, 2022 - 11:04 AM Is the user an administrator on their machine? https://www.wapt.fr/fr/doc/wapt-usage-a ... lf-service
Is the user a member of a group named waptselfservice? https://www.wapt.fr/fr/doc/wapt-usage-a ... inistrator
Hello, yes, the user is also a local administrator of their machine
I just disabled the packages for local administrators, according to the tutorial
http://snpy.in/8O93Vl
I am modifying the wapt-get.ini file: http://snpy.in/dEJn7I
I'm creating a new group in Active Directory, including: waptselfservice: http://snpy.in/Py7cOY
I modified the selfservice which now points to the new waptselfservice group: http://snpy.in/6gQBU7
I updated the PC in the WAPT console, but unfortunately, I still see all the packages on the machine!
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

June 22, 2022 - 12:23

I didn't quite understand you.

You should n't create a waptselfservice group (users who are members of this group can see all the packages).
juniormateus
Messages: 21
Registration: May 5, 2022 - 4:53 p.m.

June 22, 2022 - 12:38

sfonteneau wrote: June 22, 2022 - 12:23 I didn't quite understand you.

You should n't create a waptselfservice group (users who are members of this group can see all the packages).
OK, I just changed the group name to infraselfservice: http://snpy.in/9ew4dJ
I created a new infraselfservice group in the AD: http://snpy.in/KLEWtz
juniormateus
Messages: 21
Registration: May 5, 2022 - 4:53 p.m.

June 22, 2022 - 12:39

juniormateus wrote: June 22, 2022 - 12:38
sfonteneau wrote: June 22, 2022 - 12:23 I didn't quite understand you.

You should n't create a waptselfservice group (users who are members of this group can see all the packages).
OK, I just changed the group name to infraselfservice: http://snpy.in/9ew4dJ
I created a new infraselfservice group in the AD: http://snpy.in/KLEWtz
But the problem persists; this customer continues to see everything!
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

June 22, 2022 - 1:04 PM

There's one last subtlety I forgot.

Is your user a member of domain admins?

Administrators can see all packages even with the waptservice_admin_filter condition.
juniormateus
Messages: 21
Registration: May 5, 2022 - 4:53 p.m.

June 22, 2022 - 1:10 PM

sfonteneau wrote: June 22, 2022 - 1:04 PM There's one last subtlety I forgot.

Is your user a member of domain admins?

Administrators can see all packages even despite the waptservice_admin_filter condition
I'm going to test that
juniormateus
Messages: 21
Registration: May 5, 2022 - 4:53 p.m.

June 22, 2022 - 2:40 PM

juniormateus wrote: June 22, 2022 - 1:10 PM
sfonteneau wrote: June 22, 2022 - 1:04 PM There's one last subtlety I forgot.

Is your user a member of domain admins?

Administrators can see all packages even despite the waptservice_admin_filter condition
I'm going to test that
Hi, I just tested it on a user who isn't a member of domain admins, and the problem is the same; they can see all the packages
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

June 22, 2022 - 3:00 PM

I just noticed a small typo in the documentation:

the parameter is correct

Code: Select all

waptservice_admin_filter    
and not

Code: Select all

waptservice_admin_filtre
I'll correct

then restart the service
Locked