Search
Search results
- Locking Active directory account when "Locked By Intruder" is set in eDirectory
-
... locked) where as lockedByIntruder in eDirectory is a boolean type attribute. IDM publisher channel policies can be added to ...
Article - vivekbm - 13 Apr 2012 - 1:53pm - 0 comments - 1 attachment - 2 groups
- How to define a whitelist of trusted domains to validate against during a login to Access Manager's Identity Server
-
... = new URL(url); String domain = u.getHost().toLowerCase(); boolean validTarget = false; for (int i = 0; i < m_TargetDomains.length; ...
Article - ncashell - 16 Mar 2012 - 10:34am - 0 comments - 1 attachment - 2 groups
- How to create an integrated SLES11 SP1 + OES11 DVD image
-
... config:type="boolean">false</ask_user> ... config:type="boolean">true</selected> ... config:type="boolean">false</ask_user> ... config:type="boolean">true</selected> ...
Article - smflood - 15 Dec 2011 - 2:14pm - 18 comments - 0 attachments - 3 groups
- Identity Manager Form Script API
-
... data-values, /*string? || Array?*/ display-values, /*boolean?*/ keep-old-values) Sets a value - multi-values are supported. This ... onchange event for the current field. setRequired( /*boolean*/ isRequired) Sets the field to required if isRequired is true or ...
Article - rduym - 17 Nov 2011 - 12:02pm - 0 comments - 0 attachments - 2 groups
- How to read a named password outside of IDM
-
... " allow-fetch-named-passwords ". The GCV is a boolean and needs to be set to " true ". You can also find this ... over LDAP" name="allow-fetch-named-passwords" type="boolean"> <value>true</value> ...
Article - alekz - 11 Nov 2011 - 4:18pm - 0 comments - 0 attachments - 2 groups
- Common Mistakes Newcomers to IDM Make - Part 5
-
... {String} s2 the regex string to test it with * @type Boolean * @return a boolean true or false */ function matches(s1,s2) { // Build search and replace ...
Article - geoffc - 18 Oct 2011 - 3:23pm - 0 comments - 1 attachment - 2 groups
- NAM: Application Hosted Login Page and Passing Session Timeout and Other Login Failed Responses
-
... target = (String) request.getParameter("target"); boolean CheckSetCookie = false; if ... request.getAttribute(NIDPConstants.ATTR_LOGIN_ERROR); boolean foundCookie = false; Cookie cookies [] = ... of the cookie IAMLoginSession and if it exists set the boolean value foundCookie=true. Then if there are no errors like Login ...
Article - aaronsayer - 8 Sep 2011 - 1:50pm - 1 comment - 0 attachments - 2 groups
- Talking about Entitlements - Part 1
-
... A bit of a waste of a 32 bit integer to really store a boolean , but whatcha gonna do? The volume component, the DN is meant to be ...
Article - geoffc - 14 Jul 2011 - 3:50pm - 0 comments - 1 attachment - 2 groups
- With Friends Like Optimizing Compilers, Who Needs Enemies? (Volatile Variables, Loop-Invariants and Threads)
-
... they describe in the book: volatile boolean asleep; ... while (!asleep) { countSomeSheep(); } ... enough. However, the authors indicate that if the boolean variable asleep were not declared volatile , then an ...
Blog Entry - dcthorpe - 13 May 2011 - 1:55pm - 0 comments - 0 attachments - 3 groups
- HowTo: Use Ajax with jQuery in User Application Forms
-
... new Double( 1000.21 ) ); obj.put( "test4", new Boolean( true ) ); obj.put( "test5", null ); // add a more ...
Article - wschreiber - 20 Apr 2011 - 2:39pm - 0 comments - 2 attachments - 3 groups
