Ldap configuration page not showing Administration.Account in Map users to drop down

0
When I go to add a new server configuration, after selecting Import the users from the Active Directory, the Map users to drop down is not populated, so I cannot select the recommended Administration.Account. I have the Ldap start-up microflow invoked in my app start-up settings, and I have provided role access as specified in this walk-through: https://docs.mendix.com/howto/integration/synchronizing-user-accounts-using-the-ldap-module What am I overlooking? Regards, james
asked
1 answers
4

Are you sure you're navigating to the LDAP settings correctly? This needs to be done by microflow, not by directly linking to the overview page.

The 'user entity' dropdown in the server configuration form is empty. 

Probably you were navigation to the Ldap.LdapServers_Overview form directly instead of using the  Ldap.OpenLdapServersOverview microflow in your navigation. This microflow makes sure the domain model is analyzed before opening the appropriate forms.

See also the documentation at https://appstore.home.mendix.com/link/app/24/Mendix/LDAP-Synchronization-module under Common errors

answered