Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Marco 7 posts 26 karma points
    Apr 24, 2015 @ 11:34
    Marco
    0

    UWebShop working with Active Directory

    u7.2.1
    I have managed to have recognised a user using AD and the user is logged in.

    To accomplish this I have bound the AD in the web.config as below:

    <add name="CustomMembershipProvider"
                 type="CBCProvider.CustomADMembershipProvider"
                 connectionStringName="ApplicationServicesAD"
                 connectionUsername="*******" connectionPassword="*******"
                 attributeMapUsername="sAMAccountName" requiresQuestionAndAnswer="false"
                 minRequiredPasswordLength="5" minRequiredNonalphanumericCharacters="0"
                 maxInvalidPasswordAttempts="5" passwordAttemptWindow="10" passwordStrengthRegularExpression=""/>

    I have a problem with var basket = Basket.GetBasket()

    It is giving me a "Specified cast is not valid." error.

    Can I use AD working with uWebShop?

    Do you have any tips to give me please?

    Ciao,

    Marco

  • Marco 7 posts 26 karma points
    Apr 24, 2015 @ 16:16
    Marco
    0

    I have posted this topic to the uWebshop2 forum at the link below:

    https://our.umbraco.org/projects/website-utilities/uwebshop2/uwebshop2-general-questions/64298-uWebshop-working-with-Active-Directory

    Sorry for this error.

    Ciao,

    Marco

Please Sign in or register to post replies

Write your reply to:

Draft