grouper-users - [grouper-users] RE: grouper api version 2.2.0. Is there a way to send single email notification to a admin id when multiple users are removed or added to a group.
Subject: Grouper Users - Open Discussion List
List archive
[grouper-users] RE: grouper api version 2.2.0. Is there a way to send single email notification to a admin id when multiple users are removed or added to a group.
Chronological Thread
- From: Siju Jacob <>
- To: "Redman, Chad" <>, " Mailing List" <>
- Cc: Jared Hoffman <>, Omer Almatary <>
- Subject: [grouper-users] RE: grouper api version 2.2.0. Is there a way to send single email notification to a admin id when multiple users are removed or added to a group.
- Date: Thu, 25 Jan 2018 14:38:33 +0000
- Accept-language: en-US
- Authentication-results: spf=none (sender IP is ) ;
- Ironport-phdr: 9a23:VbYyyB+6SzIWHv9uRHKM819IXTAuvvDOBiVQ1KB+0+4SIJqq85mqBkHD//Il1AaPAd2Craocw8Pt8InYEVQa5piAtH1QOLdtbDQizfssogo7HcSeAlf6JvO5JwYzHcBFSUM3tyrjaRsdF8nxfUDdrWOv5jAOBBr/KRB1JuPoEYLOksi7ze+/94HObwlSmDaxfa55IQmrownWqsQYm5ZpJLwryhvOrHtIeuBWyn1tKFmOgRvy5dq+8YB6/ShItP0v68BPUaPhf6QlVrNYFygpM3o05MLwqxbOSxaE62YGXWUXlhpIBBXF7A3/U5zsvCb2qvZx1S+HNsDtU7s6RSqt4LtqSB/wiScIKTg58H3MisdtiK5XuQ+tqwBjz4LRZoyeKfhwcb7Hfd4CRWRPQNtfVzBPDI2/YYsADesBMvpXoITmvVsCsQeyCBOwCO/z1DNFgGL9060g0+QmFAHLxBEuH9MMsHTJsd77ML0dXvyyzKbT0D7OaOhW2TX/5YTUbBwsuvaMXbNsccbL00kvCh/FjlqOpoz/JDOZzPoCvHWG7+d5U++klmApqwZ0oje1x8csjJHEhoMTylDY6yp52oA1KsOkSEJle9KrDoZftzyCO4RsQcMtWXtkuCMhyrEevp67YTQKyJAgxx7YaPyLaZSH4hXmVOuXPDx2h2pldaqhixmo7USs1+jxWtSp3FpXqydFnNbBumwR2xHW5MiIVPRw80Sk1DuK1Q3f9/xILVgpmabFKJMt2L89moAdvEnBBCP6hVv6ga+Qe0454Oan8f7nba/jppKEN497lAX+MqM2l8KnHek2NRQCUmaC9emizbPv4FT1QLJRgfIoiKXZt43aJdgAqa6+Hg9V1Jss5wynDze819QYgWcII05ZeBKGiIjpPUvCIPflDfejh1SslzBrx/PcMrL9BZXNK2DPkLbnfblj905R0BQ/wspD655JD7wNPe//VlL0udzWARI1LxC4zuPpCNpj2Y4TWmeCD6qbPa/PrFOE/ucvLPONZI8Rtjb9Mf8l5/v2gH8im18Qf7Wl0YUMZXC/H/RmP1+VYWDxgtcdHmcFoBA+TPfwhFKcTDFTem6+X7gg6TEjFIKmEYDDS5iigLyb2ye7A4VWaX5cClyVDHfobJuLW+0XaC+JJs9hkycEVaS6S4M/zx2utQn6y6Z5IerO/C0Xq47j2MZv6+LNiB4y6G88M8PImVuAQ2R9mCdAbD8/0Oo39Ud9w1u0y6V0hvVePcFV7LVEXhpscdaWwPZ9Fsj/QEfcZdqTU36nRMmrGzc8Uoh3ztMTK2N0GtGjiB+L+yuxH/Vdw7ORA4Es/7iZwmP8Pd1VynDa2bMngkV8BMZDKDv1qLR48l3oBozU22eQnKGgPfAH3nGVrk+EzHbIplxEXwNqSuPIUW1JNRielsjw+k6XF+zmMr8gKAYUjJfacqY=
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
Thanks Chad for the valuable advice…. From: Redman, Chad [mailto:] What about a batch job using the Grouper API to query for all membership changes in a certain amount of time, and then email a summary report? This would be either a Java application or GSH script called from
the command line at regular intervals. Depending on what you need, it would give you a lot of flexibility in deciding what is worth sending and where it should go. It would also have the advantage of something that could done on your current installation, instead of needing to upgrade and catch up with any forthcoming patch. -Chad From: []
On Behalf Of Siju Jacob Hi, We are using grouper api version 2.2.0. Is there a way to send single email notification to the admin id when multiple users are removed or added to a group. We want to avoid 1000’s of email to admin at the end of academic year when students are removed from a group. Thanks, siju From: []
On Behalf Of Siju Jacob
Hi, Is there a way to configure multiple base stems to be provisioned in the same active directory. Something like below in ldap.properties edu.internet2.middleware.psp.baseStem=apps:sp, oit:ad Thanks, Siju From: Siju Jacob Hi, I have one more question … While provisioning a group to active directory from grouper if there is multiple folders under base stem can we
restrict only few of the folders to be provisioned. For example below is our grouper structure. I want only the
sp folder to be provisioned in active directory
It should be provisioned in OU=SP folder of Active Directory. When I give the below settings in ldap.properties file to restrict the provisioning only to sp folder from grouper. All the groups are provisioned directly under
Apps folder in active directory. Is there a way to customize it. edu.internet2.middleware.psp.groupsBaseDn=OU=Apps,OU=Groups,DC=adpoc,DC=rutgers,DC=edu edu.internet2.middleware.psp.baseStem=apps:sp Any advice or guidance would be greatly appreciated..! Thanks, Siju From: Siju Jacob Hi, I am Siju Jacob from Rutgers University IT Team. I am new to Grouper. We are trying to provision a group from grouper active directory. Is there a way to give a customized name to group in active directory when we provision it there instead of same group name as in grouper.
For example we have
Users group in grouper, while provisioning it to Active directory we want it to be named as
ru-sharepoint-users Please let me know if there anyway we could achieve this.
Any advice or guidance would be greatly appreciated..! Thanks, Siju From: []
On Behalf Of Hyzer, Chris The latest UI patch (grouper_v2_3_0_ui_patch_37) that Vivek and I have been working on contains two enhancements: 1.
Attribute name editor 2.
Inherited privileges immediate assignment. If you assign inherited privileges in the Grouper UI it will immediate propagate to descendant objects. If this takes longer than 20 seconds it will continue processing in a thread and tell the user it is
happening. If it takes less than 20 seconds the UI will let the user know it is done. Thanks Chris |
- [grouper-users] grouper api version 2.2.0. Is there a way to send single email notification to a admin id when multiple users are removed or added to a group., Siju Jacob, 01/22/2018
- [grouper-users] RE: grouper api version 2.2.0. Is there a way to send single email notification to a admin id when multiple users are removed or added to a group., Hyzer, Chris, 01/23/2018
- [grouper-users] RE: grouper api version 2.2.0. Is there a way to send single email notification to a admin id when multiple users are removed or added to a group., Redman, Chad, 01/25/2018
- [grouper-users] RE: grouper api version 2.2.0. Is there a way to send single email notification to a admin id when multiple users are removed or added to a group., Siju Jacob, 01/25/2018
Archive powered by MHonArc 2.6.19.