Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
is working on a reply...