Search
Search results
- Converting Boolean Attributes for OpenLDAP
-
... reader recently asked: "I want to synchronize some Boolean attributes with IDM3 to an OpenLDAP directory. Doing so, I get the error "value #0 invalid per syntax". I found out that Boolean values in NDS are stored in lowercase letters (true/false) but OpenLDAP ...
Article - coolguys - 14 Mar 2008 - 5:33pm - 0 comments - 0 attachments - 2 groups
- Executing Scripts on UserID Change
-
... class CosmosKeyCreateFile{ public static boolean CreateFile(String filename) throws Exception { return CreateFile(filename, null); } public static boolean CreateFile(String filename, String text) throws Exception { boolean success = false; try { File file = new File(filename); ...
Article - Johan Akerstrom - 14 Mar 2008 - 3:06pm - 0 comments - 0 attachments - 2 groups
- About the "Write Time Stamps" Publisher Parameter in Lotus Notes
-
... NotesDriverShim is "write-timestamps-flag" and stores a Boolean value. The NotesDriverShim writes this parameter to the ndsrep ...
Article - pnuffer - 5 Mar 2008 - 6:15am - 1 comment - 0 attachments - 2 groups
- Automatic Role Matrix
-
... can see here the different types: "choice", "string" or boolean. For the two first options, you can use a "metavar" label, which will ...
Article - rkalfane - 13 Feb 2008 - 8:25am - 2 comments - 3 attachments - 2 groups
- Packaging Microsoft Patches using Novell Application Launcher
-
... platforms. (ZEN 6.5 and ZEN 7 have the ability to create Boolean requirements. Only 5 NAL objects would have been required) ...
Article - Pete Demers - 4 Feb 2008 - 3:56pm - 0 comments - 0 attachments - 2 groups
- Build your own Scripts to Manipulate LDIF Exports - Part 2
-
... filter = new FilenameFilter() { public boolean accept(File dir, String name) { return ... filter = new FilenameFilter() { public boolean accept(File dir, String name) { return ...
Article - rkalfane - 23 Jan 2008 - 4:25pm - 0 comments - 1 attachment - 2 groups
- Creating a Time-triggered Job Automatically with Policies
-
Overview With IDM 3.5, I noticed a wonderful new feature: I can make time-triggered events, in the spirit of crontab. That ability answered many issues I had going in my projects. The only problem is that you can make only a single-time triggered j ...
Article - kuronen - 9 Jan 2008 - 4:05pm - 0 comments - 0 attachments - 2 groups
- Solving Account Disabled Issues with the AS400 Bidirectional Driver
-
... is different. In eDirectory that value is boolean , so either true and the user is disabled - or, false (technically, a false eDirectory boolean is just the absence of the attribute) and the user is enabled. In ...
Article - geoffc - 28 Dec 2007 - 10:03am - 0 comments - 0 attachments - 2 groups
- Setting Notes User Passwords with NotesDriverShim v3.5
-
... These subscriber-options parameters are boolean and can be set to true or false, depending on the desired default ...
Article - pnuffer - 20 Dec 2007 - 9:39am - 0 comments - 0 attachments - 2 groups
- Resyncing Users in IDM after a Delete
-
... to be used as a flag (let's say: UnDeleteFlag, type Boolean): On the connected system driver's Publisher event transformation ...
Article - ofg - 14 Dec 2007 - 8:59am - 0 comments - 0 attachments - 2 groups
