Hello,
The documentation (https://www.wapt.fr/fr/doc/Multi-depot/index.html) indicates that it's possible to create a multi-repository to, for example, differentiate between free and licensed software.
However, I don't see the configuration details for making only the free software repository visible to the user. Is there any additional documentation available?
Thank you in advance.
Multi-depot
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
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
Good morning,
We are currently rewriting the documentation; the updated version is here: https://www.wapt.fr/fr/doc-1.5/Replicat ... index.html
It is possible to differentiate between the deposits:
Package visibility filtering by user group, based on Active Directory security groups, is only available in version Enterprise from WAPT.
Sincerely,
Alexander
We are currently rewriting the documentation; the updated version is here: https://www.wapt.fr/fr/doc-1.5/Replicat ... index.html
It is possible to differentiate between the deposits:
- General software repository
- Microsoft Software Repository
- Adobe Software Repository
- Software deposit under other licenses (AutoDesk/Dassault Systems/etc.)
- etc..
Package visibility filtering by user group, based on Active Directory security groups, is only available in version Enterprise from WAPT.
Sincerely,
Alexander
Thank you for your feedback.
However, in addition to the functionality you describe (which could be of interest to us if the application test is successful), it seems useful to be able to separate a software repository that the user cannot see, regardless of their access rights (for example, all the tools deployed by default on their machine), from those they can see in the self-service area.
Indeed, I don't find it logical that a user can view/delete packages deployed by default, even if they are present on their machine. Essentially, they have the right to have them, but this should be transparent to them.
Will your system, based on the Enterprise edition of Active Directory, allow this functionality, or is it something else?
In the documentation you mentioned, there doesn't seem to be any further information on the repository's visibility in the self-service area. Am I mistaken?
However, in addition to the functionality you describe (which could be of interest to us if the application test is successful), it seems useful to be able to separate a software repository that the user cannot see, regardless of their access rights (for example, all the tools deployed by default on their machine), from those they can see in the self-service area.
Indeed, I don't find it logical that a user can view/delete packages deployed by default, even if they are present on their machine. Essentially, they have the right to have them, but this should be transparent to them.
Will your system, based on the Enterprise edition of Active Directory, allow this functionality, or is it something else?
In the documentation you mentioned, there doesn't seem to be any further information on the repository's visibility in the self-service area. Am I mistaken?
WAPT 1.5.1.9
Server: CentOS 7
Administration: Windows 7 Pro
Clients: Windows 7 Pro
Server: CentOS 7
Administration: Windows 7 Pro
Clients: Windows 7 Pro
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
One of the features in the open-source version is the restricted section.
https://github.com/tranquilit/WAPT/blob ... t.html#L56
If a package is a "restricted" type package, it won't appear in the agent's web service. However, this is a global setting.
In the enterprise version, you can define software access based on Active Directory user groups.
For example, you can define that users in the accounting group will have access to the tis-msoffice and tis-adobecs6 packages.
The user will then be able to install or uninstall the software!
Note: If someone uninstalls software that is dependent on the package, the software will reappear, since the dependency will no longer be present! The WAPT agent will then try to resolve the missing dependency!
https://github.com/tranquilit/WAPT/blob ... t.html#L56
If a package is a "restricted" type package, it won't appear in the agent's web service. However, this is a global setting.
In the enterprise version, you can define software access based on Active Directory user groups.
For example, you can define that users in the accounting group will have access to the tis-msoffice and tis-adobecs6 packages.
The user will then be able to install or uninstall the software!
Note: If someone uninstalls software that is dependent on the package, the software will reappear, since the dependency will no longer be present! The WAPT agent will then try to resolve the missing dependency!
These two features are indeed very interesting.
One last thing: To make the package invisible, you need to add "section: restricted" to the control file, right?
Is it possible to do this from the interface (make a package imported from the internet "restricted" without having to edit it)?
One last thing: To make the package invisible, you need to add "section: restricted" to the control file, right?
Is it possible to do this from the interface (make a package imported from the internet "restricted" without having to edit it)?
WAPT 1.5.1.9
Server: CentOS 7
Administration: Windows 7 Pro
Clients: Windows 7 Pro
Server: CentOS 7
Administration: Windows 7 Pro
Clients: Windows 7 Pro
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
Yes
No
I think it's not that easy technically, but it could be interesting to be able to edit certain package properties directly from the interface (name, section, etc.).
I have all my answers, thank you very much!
I have all my answers, thank you very much!
WAPT 1.5.1.9
Server: CentOS 7
Administration: Windows 7 Pro
Clients: Windows 7 Pro
Server: CentOS 7
Administration: Windows 7 Pro
Clients: Windows 7 Pro
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
