I have added the Membership provider "RB.ActiveDirectoryProviders.ActiveDirectoryUmbracoMembersMembershipProvider" and I am able to authenticate and login using LDAP.
My problem arises when I visit "/umbraco#/member/member/list/all-members" to view members. I get the following error:
Inner Exception
System.NotSupportedException: The property 'LastActivityDate' is not supported by the Active Directory membership provider.
Error when viewing Members section
Umbraco 7.12.4
I'm using an instance of AD LDS to authenticate backoffice users and members (both authenticate using the exact same AD LDS).
In Web.config:
I get this error when I navigate to the Members section in the backoffice:
System.NotSupportedException: The property 'LastActivityDate' is not supported by the Active Directory membership provider.
I have not been able to determine what's going on. My best guess at this point is that it has to do with using AD LDS instead of full AD?
Hi, I am having the exact same problem .
Umbraco version 7.13.2
I have added the Membership provider "RB.ActiveDirectoryProviders.ActiveDirectoryUmbracoMembersMembershipProvider" and I am able to authenticate and login using LDAP.
My problem arises when I visit "/umbraco#/member/member/list/all-members" to view members. I get the following error:
Any solutions?
Thanks, John
is working on a reply...