I have tried this package and got the following error, ive tried the authentication mode as Forms and Windows and got the same error each time.
Im using the default Member type that was setup when i installed Umbraco
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: A referral was returned from the server.
Source Error:
Line 145:
Line 146: <add name="MyMembersMembershipProvider"
Line 147: type="RB.ActiveDirectoryProviders.ActiveDirectoryUmbracoMembersMembershipProvider, RB.ActiveDirectoryProviders"
I actually did the same -- downloaded source code and recompiled to use same version of Umbraco Core that I was using.
However, afterward, although I wasn't receiving a configuration or runtime exception anymore, it still wasn't working properly. Kept getting a message that the domain or server couldn't be contacted.
LDAP browsers could connect using the same connection string, and user creds just fine and MSFT even jumped in to help troubleshoot and confirmed I was using all the right config, but couldn't nail down why it was failing to connect. In the end, just ended up rolling my own custom provider for LDAP auth and it works great. :-)
Umbraco 7 - Error in web.config
Hi Sören
I have tried this package and got the following error, ive tried the authentication mode as Forms and Windows and got the same error each time.
Im using the default Member type that was setup when i installed Umbraco
I have now fixed the issue
Thanks Ian
Hi Ian, I'm running up against the same error. Can you please share with me what you did to fix this?
Hi Rachel
I took a copy of the project off Bitbucket and recompiled it and it was able to work
https://bitbucket.org/rbdigital/umbraco-active-directory-providers/
Hope this helps
Thanks Ian
Thanks Ian! I really appreciate your response.
I actually did the same -- downloaded source code and recompiled to use same version of Umbraco Core that I was using.
However, afterward, although I wasn't receiving a configuration or runtime exception anymore, it still wasn't working properly. Kept getting a message that the domain or server couldn't be contacted.
LDAP browsers could connect using the same connection string, and user creds just fine and MSFT even jumped in to help troubleshoot and confirmed I was using all the right config, but couldn't nail down why it was failing to connect. In the end, just ended up rolling my own custom provider for LDAP auth and it works great. :-)
is working on a reply...