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 @ 16:14
    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.

    Is it maybe because I am using the AD login as gaggliardim01 instead of my email as login name?

    Can I use AD working with uWebShop?

    Do you have any tips to give me please?

    Ciao,

    Marco

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies