Filtered Index

Filtered by: Scripting

tool
Reads:

188

Score:
5
5
1
 
Comments:

0


JavaScript Base64-Encoding Binary Data in IDM (a.k.a using Java and JavaScript within the IDM engine)

Base64-encoding data is found in places all over the IT world and in home users' systems as well. Being able to encode data in Java or ECMAScript/JavaScript can be valuable when those are the languages available to you. This sample shows how to convert from one format to another and eventually encode data for use within a directory like eDirectory.

article
Reads:

452

Score:
5
5
3
 
Comments:

0


ECMAScript/JavaScript Development Without a Web Browser

Have you ever been coding Java and suddenly wanted to do something using loosely-typed variables or worked out an issue with a little less Java-ness? Have you ever wanted to take advantage of the familiarity people have with some languages (ECMAScript/JavaScript) while still using something that is not a web browser as an environment? Have you ever wanted to debug your JavaScript without refreshing a web page and your cache that just won't seem to ever refresh properly for you? This and more will be covered today with practical examples in both the Novell Identity Manager (IDM) and Novell Sentinel applications plus any other Java-based applications that you may have around your own environment.

article
Reads:

532

Score:
5
5
1
 
Comments:

0


Using jQuery in Identity Manager Roles Based Provisioning Module Workflow Forms

For increased styling, layout, and functionality flexibility, jQuery can be employed to greatly enhance your workflow request and approval forms. Two examples are outlined in this document. A Simple Example shows and hides blocks of fields using CSS and injects labels to the right of some fields. An Advanced Example creates tabs, places controls / fields on the tabs, and inserts a Google Map for obtaining latitude and longitude coordinates.

preycor's picture
blog
Reads:

462

Score:
5
5
1
 
Comments:

1


Input Transformation: Names and Titles

In a recent Identity Management project I found myself reading information from an HR system via JDBC, then needing to write it into the Identity Vault. From there it would disperse to other systems, one of which was GroupWise.

The HR system stored all information in a capitalised fashion. It's quite obviously undesirable for all entries in a GroupWise address book to be capitalised, so I needed to transform the data. Read on to see how the data transformation was done.

Submitted by: preycor on Tue. 10.20.2009
Filed Under: Identity & Security Management Cool Solutions, Cool Solutions
Topic: Scripting
Product: Identity Manager

article
Reads:

822

Score:
0
0
 
Comments:

2


Performance Scripting for GNOME Desktop

This shell script optimizes some of the Gnome configuration options for simplicity and performance.

tool
Reads:

1235

Score:
5
5
1
 
Comments:

3


Base64-to-hexadecimal converter

For those cases where converting from Base64 encoded data to a hexadecimal output similar to what you get from other utilities this script may simplify your life. The script takes input and decodes it finally converting it to hex output for use in other applications.

© 2009 Novell, Inc. All Rights Reserved.