16 Jul 2013
Apache Syncope and Microsoft Shared Folders
Written by fabio
16 Jul 2013
Shared Folders are used to manage shared resources over a network. Users may specify folders to share with other computers on a network. All computers on the network, depending on settings, may view and possibly modify the shared folder's content.
Shared Folders are used to manage shared resources over a network.
Users may specify folders to share with other computers on a network. All
computers on the network, depending on settings, may view and possibly modify
the shared folder's content.
Apache Syncope gives you the
possbility to integrate Microsoft Shared Folders via PowerShell scripts by
CMD ConnId
connector .
The idea is to map each folder with a specific Syncope role in order to:
-
load/sync shared folders to give a view on all the folders
shared on the target resource;
-
create/delete a shared folders via Apache Syncope console;
-
create/delete shared folder permissions by
creating/removing user memberships.
As usual, the main integration steps are:
- PowerShell resource configuration (as already described into
Apache Syncope and PowerShell
scripts post);
- PowerShell scripts development;
- "mapping policy" configuration between roles and shared folders;
- "mapping policy" configuration between memberships and shared folder
permissions.
For more details, ask syncope@tirasa.net for support.
« Return