Cannot made enrollments by users #277
-
Hi everyone, I tried to configure MFA to be enrollment manage by users so I choose the mixed template, on the MFA providers I choose only code as default and email, on users management I import 2 test users disabled with chooose option as show on images: Every time i tried to login this message shows: |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 3 replies
-
Hi @inigotor81 All the settings you have chosen are correct.. |
Beta Was this translation helpful? Give feedback.
-
Hi @inigotor81 It seems from the screenshots you made, that your users are marked as disabled. However, with the same configuration as you, we do not reproduce your problem. Do you have any messages in the eventlog? regards |
Beta Was this translation helpful? Give feedback.
-
Hi @redhook62, |
Beta Was this translation helpful? Give feedback.
-
Hi @inigotor81 If you have used the "Super Account", there is no problem with a delegated account, because the LDAP request will be made with the "Super Account". I think you need to remove from the LDAP filter the first part containing CN=xxxxxx. Otherwise, in order to confirm, disable LDAPS. regards |
Beta Was this translation helpful? Give feedback.
-
Ok, thank you very much, is it possible to import the users from a group ? |
Beta Was this translation helpful? Give feedback.
-
Hi @inigotor81 It is on an ldap filter that you have to work. We are going to add an LDAPFilter property on the ADDS import Regards |
Beta Was this translation helpful? Give feedback.
-
Property LDAPFilter added to new version 3.1.2302.0 |
Beta Was this translation helpful? Give feedback.
-
Hi @inigotor81 Firstly for the error message displayed, it does not impact your import procedure. It is just a message sent to the various MFA modules for notification purposes. noticeably when the configuration is changed. example: A modification of the configuration made with PowerShell, all the modules open on all the servers of the ADFS farm will receive a notification asking them to reload the config. Then, for your LDAP requests, you must indicate the LDAPPath path in addition to the LDAPFilter. regards |
Beta Was this translation helpful? Give feedback.
Hi @inigotor81
It is on an ldap filter that you have to work.
of the type of the following:
(memberof=CN=my Users,OU=Extranet,OU=ExternalApplications,DC=xxx,DC=xxxxxx,DC=com)
We are going to add an LDAPFilter property on the ADDS import
Regards