Filtered Index

Filtered by: Scripting

bvandenberg's picture
article
Reads:

1255

Score:
0
0
 
Comments:

0


Scripting GroupWise

This article demonstrates the GroupWise Administrative Object API using VBScript and how it can be used to export information about GroupWise objects – i.e. domains, post offices, users. While information about GroupWise objects is available in eDirectory and can be exported using other tools and methods, the GroupWise Administrative API presents the GroupWise objects the way they are organized in GroupWise and not how they are represented in eDirectory.

Submitted by: bvandenberg on Fri. 12.02.2011
Filed Under: GroupWise Cool Solutions, Collaboration Cool Solutions, Cool Solutions
Topic: Scripting
Product: GroupWise

rhasleton's picture
tool
Reads:

2333

Score:
5
5
1
 
Comments:

0


robwillcox318's picture
tool
Reads:

1724

Score:
4.666665
4.7
3
 
Comments:

3


IDM Driver Status Script

I am working towards implementing IDM 4 into my environment. I found that on one of my servers, the driver had stopped without my knowledge. So I decided to write a bash script to check the status of the driver, restart it if needed, and email whenever the status of the driver changes.

Submitted by: robwillcox318 on Wed. 08.31.2011
Filed Under: Identity & Security Management Cool Solutions, Cool Solutions
Topic: BASH, Scripting
Product: Identity Manager

ScorpionSting's picture
article
Reads:

1568

Score:
5
5
1
 
Comments:

0


IDProvider call from User App (IDM 4.0.1)

This article describes how to set up and configure User Application to call the ID Provider for sequential ID's that can be used in Workflow.

wschreiber's picture
article
Reads:

1297

Score:
3.5
3.5
2
 
Comments:

0


HowTo: Use Radio Buttons in User Application (HTML Radio)

Radio ga ga ... Radio, someone still loves you!

User Application does allow for Radio Buttons, but only in the flavor of TrueFalseRadioButtons

There are some ways to implement some more flexible radio type fields.
One of these options could be to add radio functionality to the MVCheckbox control; another option could be to add an HTML radio control.

A previous article has described the approach of enhancing MVCheckboxes, while this second article covers the HTML approach.

wschreiber's picture
article
Reads:

1818

Score:
5
5
2
 
Comments:

0


HowTo: Make your Move (in IDM Workflows)

IDM Designer and Workflow activities allow for various entity operations, namely Create, Modify, and Delete operations.

There is no entity operation to move an object, and none to rename.

As a workaround you may consider writing some driver that does the move/rename for you, but imagine how much easier your life could be with a Move/Rename entity operation within the workflow.

Here's an easy way to accomplish this.

© 2012 Novell