Questions Tagged With ldaphttps://answers.axonivy.com/tags/ldap/?type=rssquestions tagged <span class="tag">ldap</span>enWed, 29 Apr 2020 05:39:52 -0400How to migrate Active Directory connection to LDAP(S) / SSLhttps://answers.axonivy.com/questions/4546/how-to-migrate-active-directory-connection-to-ldap-s-ssl<p>Microsoft is enforcing LDAPS for active directory services. <a href="https://www.heise.de/newsticker/meldung/Microsoft-stellt-Domaincontroller-langsam-auf-LDAPS-um-4666079.html">https://www.heise.de/newsticker/meldung/Microsoft-stellt-Domaincontroller-langsam-auf-LDAPS-um-4666079.html</a></p> <p>So we have to configure all ivyEngine user synch connections to use LDAP(S). How can this be done? Simply enabling 'SSL' option doesn't seem to be enough.</p> <p>We have multiple workflow app on differen ivyEngine (4.3, 5.1, 7.0) versions in use. Is there a generic approach to use that works als in older environments?</p>SupportIvyTeamWed, 29 Apr 2020 05:39:52 -0400https://answers.axonivy.com/questions/4546/how-to-migrate-active-directory-connection-to-ldap-s-sslsslldapldapsCan we configure multiple external security systems (e.g. LDAP)?https://answers.axonivy.com/questions/4540/can-we-configure-multiple-external-security-systems-e-g-ldap<p>The naming in <a href="https://developer.axonivy.com/doc/8.0/engine-guide/configuration/files/ivy-securitysystem-yaml.html#ivy-securitysystem-yaml">ivy.securitysystem.yaml</a> is plural as in <code>SecuritySystems</code>, not <code>SecuritySistem</code>.</p> <p>Does that mean that we can configure multiple LDAP services at the same time?</p>sorinTue, 28 Apr 2020 03:59:51 -0400https://answers.axonivy.com/questions/4540/can-we-configure-multiple-external-security-systems-e-g-ldapsecurityldapHow often do external security systems syncronize?https://answers.axonivy.com/questions/4534/how-often-do-external-security-systems-syncronize<p>When configuring an external security system like LDAP, in the users page, I have a "Synchronize" button. That grabs the users, roles, etc. on-demand from the LDAP. If this button is not pressed, how often is the sync done? Where is it configured? Can it be made to synchronize more or less often?</p>sorinFri, 24 Apr 2020 04:02:08 -0400https://answers.axonivy.com/questions/4534/how-often-do-external-security-systems-syncronizeldapIs there a way to view the additional LDAP attributes for each user?https://answers.axonivy.com/questions/4506/is-there-a-way-to-view-the-additional-ldap-attributes-for-each-user<p>When defining a security system, you can define extended attributes that map from the LDAP attributes to Axon Ivy.</p> <p>Also, in the Axon Ivy Cockpit there is a screen where you can see each user. However, it only shows username, email, etc. and permissions.</p> <p>Is there any way to see the extended attributes in there as well? It would be kind of handy to know if the attributes mapped correctly and which user has what attribute value.</p>sorinWed, 15 Apr 2020 04:05:09 -0400https://answers.axonivy.com/questions/4506/is-there-a-way-to-view-the-additional-ldap-attributes-for-each-userldapIs there a way to transfer/save permissions mapping for external authentication sources?https://answers.axonivy.com/questions/4477/is-there-a-way-to-transfer-save-permissions-mapping-for-external-authentication-sources<p>I have a couple of servers that do authentication via some LDAP, ActiveDirectory or something. There is a permission mapping in place between the user groups and Axon.ivy permissions. If I want to change said mapping, do I have to manually do so on each server, or is there a file/table that I can write to? Question also applies for new installations.</p>sorinMon, 30 Mar 2020 06:46:58 -0400https://answers.axonivy.com/questions/4477/is-there-a-way-to-transfer-save-permissions-mapping-for-external-authentication-sourcesldapTrigger LDAP/AD role mapping by APIhttps://answers.axonivy.com/questions/4448/trigger-ldap-ad-role-mapping-by-api<p>Cheers,</p> <p>is there any way to trigger the synchronization with the LDAP / ActiveDirectory by calling an API endpoint? Or can I schedule the cron to run more than once daily?</p> <p>The background is that a customer might be modifying some role mappings on demand or shortly before starting a workflow.</p> <p>The version in question unfortunately is still 7.2.1, which contains a sync button in the RIA only. </p>mhoffmannTue, 10 Mar 2020 04:57:14 -0400https://answers.axonivy.com/questions/4448/trigger-ldap-ad-role-mapping-by-apiapiroleldapChange Ivy 3.9 LDAP to LDAPS not workinghttps://answers.axonivy.com/questions/4329/change-ivy-3-9-ldap-to-ldaps-not-working<p>Hello,</p> <p>We need to change our LDAP connection to LDAPS but we received the following error. simple bind failed: dc.domain.local With a 3rd party LDAP Browser it is working from this machine.</p> <p>Thanks Regards sys-adm</p>sys-admTue, 28 Jan 2020 11:06:34 -0500https://answers.axonivy.com/questions/4329/change-ivy-3-9-ldap-to-ldaps-not-working3.9ldapTroubleshoot ActiveDirectory user import to my ivy 3.9 webApphttps://answers.axonivy.com/questions/3788/troubleshoot-activedirectory-user-import-to-my-ivy-3-9-webapp<p>I have to maintain a legacy workflow app still running with XpertIvy 3.9. The users of the application are synchronized from our MS Active Directory.</p> <p>Recently I got reports that some users are not able to connect to the WebApp. What can I do to verify and trace the ActiveDirectory user synchronization?</p>SupportIvyTeamWed, 01 May 2019 03:02:29 -0400https://answers.axonivy.com/questions/3788/troubleshoot-activedirectory-user-import-to-my-ivy-3-9-webapploggingldapactivedirectory3.9Lazy / On-demand Synchronization of LDAP Usershttps://answers.axonivy.com/questions/3786/lazy-on-demand-synchronization-of-ldap-users<p>In our project we are using Microsoft AD as our security system. Our access policy is that anyone working in our company is allowed to access our Ivy application.</p> <p>Our problem now is that daily user synchronization and user filtering in our code is quite slow as we have over 50'000 possible users to synchronize, even though our application is only used by a couple of thousand users.</p> <p>Is it possible to 'lazy load' users, only adding users to our Ivy system database on first usage / login? And not on first synchronization with our AD system? But still updating users that have been changed in AD during synchronization?</p>SupportIvyTeamMon, 29 Apr 2019 09:53:15 -0400https://answers.axonivy.com/questions/3786/lazy-on-demand-synchronization-of-ldap-usersactivedirectoryldapHow can I troubleshoot problems with the user synchronisation from Active Directory or another LDAP server?https://answers.axonivy.com/questions/3773/how-can-i-troubleshoot-problems-with-the-user-synchronisation-from-active-directory-or-another-ldap-server<p>Hi</p> <p>How can I troubleshoot problems with the user synchronisation from Active Directory or any other LDAP server?</p> <p>For example if the synchronisation runs successfully but not all my users gets imported.</p>Reto WeissTue, 16 Apr 2019 07:53:11 -0400https://answers.axonivy.com/questions/3773/how-can-i-troubleshoot-problems-with-the-user-synchronisation-from-active-directory-or-another-ldap-serveractivedirectoryldapFast LDAP user lookup at runtimehttps://answers.axonivy.com/questions/3544/fast-ldap-user-lookup-at-runtime<p>In my project I read users at runtime via Ivy API: SecurityContext.findUser("theUser");</p> <p>This works reasonably well in my company environment. But if I deploy the project the the productive engine (to the cloud) this user lookups can take up to 2 minutes. At least if I search for a not existing user? How can I speed it up? The security system here is configured to use an LDAP. Shouldn't this be a fast protocol?</p>SupportIvyTeamWed, 14 Nov 2018 03:08:54 -0500https://answers.axonivy.com/questions/3544/fast-ldap-user-lookup-at-runtimeldapLocal and AD Usershttps://answers.axonivy.com/questions/2449/local-and-ad-users<p>We synchronize our users with the AD. Is it possible to add local Users not existing in AD to the users? How can we do this, the Button for adding an user is disabled in the Axon.Ivy Administration. Can we add them in the application by code?</p>Thomas WirzFri, 17 Feb 2017 07:53:42 -0500https://answers.axonivy.com/questions/2449/local-and-ad-usersuserldapFailed to deserialize ch.ivyteam.ivy.security.internal.jndi.JndiUserhttps://answers.axonivy.com/questions/1461/failed-to-deserialize-ch-ivyteam-ivy-security-internal-jndi-jndiuser<p>Hi everyone, We have an application which uses LDAP users. I have a question regarding to the message in log:</p> <p><strong>Failed to de-serialize java object of class ch.ivyteam.ivy.security.internal.jndi.JndiUser. Object will be null.</strong></p> <p>What does it mean and how can we prevent this issue?</p> <p>Thanks</p> <p>Matej</p>matej_smetanaTue, 08 Sep 2015 10:09:05 -0400https://answers.axonivy.com/questions/1461/failed-to-deserialize-ch-ivyteam-ivy-security-internal-jndi-jndiuseractivedirectoryldapHow to map AD group to Ivy role?https://answers.axonivy.com/questions/1404/how-to-map-ad-group-to-ivy-role<p>We like to manage the rights for our ivy applications over the Microsoft Active Directory. According the AD groups, ivy roles should automatically added to the ivy user. We have in mind to build some technical processes to do that. But we have some questions...<br> <br><b>Is it possible to read (lower) OU's of a user?</b><br> If we have the OU "ivy" to import all users and there is a OU "admin" under the OU "ivy", can we find out which users are in the OU "admin"? How can we get this information. Maybe some how like reading AD attributes?<br> <br><b>Is it possible to listen to the LDAP synchronisation of the ivy server?</b><br> Every times when the user synchronisation is finished, our code should be executed to add specified ivy roles to the user based on the AD OU's.</p> <p>Thank you for your support</p>Adrian ImfeldThu, 23 Jul 2015 12:24:42 -0400https://answers.axonivy.com/questions/1404/how-to-map-ad-group-to-ivy-rolesecurityactivedirectoryuserldapLDAP API call cachehttps://answers.axonivy.com/questions/1142/ldap-api-call-cache<p>Hi, we have some performance problems by communication with LDAP after switching from 4.3 to 5.0. I have two questions</p> <ul> <li>were there any changes intern by calling API (see bellow)</li> <li>are there any API methods which doesn't communicate with LDAP (using direct only ivy system database) ?</li> </ul> <p>Especially we use the following method</p> <ul> <li><code>ISecurityContext.findRole(...)</code></li> <li><code>IWorkflowSession.hasRole(IRole, Boolean)</code></li> </ul>tauserFri, 30 Jan 2015 15:26:48 -0500https://answers.axonivy.com/questions/1142/ldap-api-call-cachesecurityactivedirectoryldapHow can I specify additional properties/attributes for an External Security System?https://answers.axonivy.com/questions/893/how-can-i-specify-additional-properties-attributes-for-an-external-security-system<p>If I use Microsoft Active Directory or Novel eDirectory as External Security System is there any possibility to specify an additional environment property / attribute? Examples are <code>java.naming.referral</code> (which is on Ivy set to <code>follow</code> per default) or <code>java.naming.ldap.derefAliases</code> etc.</p>SupportIvyTeamTue, 05 Aug 2014 11:43:02 -0400https://answers.axonivy.com/questions/893/how-can-i-specify-additional-properties-attributes-for-an-external-security-systemactivedirectorynovelldirectoryldapHow to read and synchronize users from multiple Active directory domains?https://answers.axonivy.com/questions/583/how-to-read-and-synchronize-users-from-multiple-active-directory-domains<p>We have 3 different AD domains and should have the users of all of them in our ivy5 application</p>Alex ZeiterMon, 17 Mar 2014 17:09:23 -0400https://answers.axonivy.com/questions/583/how-to-read-and-synchronize-users-from-multiple-active-directory-domainsactivedirectoryldapHow to read LDAP/Active Directory/Novell Directory-attributes of a user?https://answers.axonivy.com/questions/240/how-to-read-ldap-active-directory-novell-directory-attributes-of-a-user<p>I'm using Active Directory/Novell Directory as security-system for Xpert.ivy. How to read LDAP/Active Directory/Novell Directory attributes of a user?</p>Urs BuriMon, 13 Jan 2014 11:48:49 -0500https://answers.axonivy.com/questions/240/how-to-read-ldap-active-directory-novell-directory-attributes-of-a-usernovelldirectoryactivedirectoryldapHow can I prevent to import deactived users from Microsoft Active Directory ?https://answers.axonivy.com/questions/231/how-can-i-prevent-to-import-deactived-users-from-microsoft-active-directory<p>If I use active directory to synchronize AD users with Xpert.ivy Server also deactivated users are imported. How can I prevent that?</p>Reto WeissTue, 07 Jan 2014 15:13:56 -0500https://answers.axonivy.com/questions/231/how-can-i-prevent-to-import-deactived-users-from-microsoft-active-directoryactivedirectoryldap