Helpful ReplyLockedAD intergration problems

Page: < 12 Showing page 2 of 2
Author
APGvNext (Sam)
vNext Dev
  • Total Posts : 12456
  • Reward points : 218330
  • Joined:
  • Status: offline
Re:AD intergration problems (permalink) ☄ Helpful
0
yes, so you use Option 2, and with Option 2, you set the EnableMembershipIntegration appSettings key to false and you need to remove the AD Membership Provider from web.config too.
#16
ctrunk514
vNext Owner
  • Total Posts : 65
  • Reward points : 3375
  • Joined:
  • Location: Denver, CO
  • Status: offline
Re:AD intergration problems (permalink)
0
Ok, I removed Membership provider from the web.config and set enablemembershipintergration to false.
 
now I am back to the fast member import and and still getting the failed to import message.  Nothing is in the Error log as of yet.
#17
APGvNext (Sam)
vNext Dev
  • Total Posts : 12456
  • Reward points : 218330
  • Joined:
  • Status: offline
Re:AD intergration problems (permalink)
0
try importing a different account and see if it works. The cm_amore account is probably already in the db.
 
You can try searching for the old account under User Management with the following checkboxes checked.

Attached Image(s)

#18
ctrunk514
vNext Owner
  • Total Posts : 65
  • Reward points : 3375
  • Joined:
  • Location: Denver, CO
  • Status: offline
Re:AD intergration problems (permalink)
0
I got it to work with space delimiter.  Thanks.
#19
ctrunk514
vNext Owner
  • Total Posts : 65
  • Reward points : 3375
  • Joined:
  • Location: Denver, CO
  • Status: offline
Re:AD intergration problems (permalink)
0
 One last question on this topic.  Rather than having to manually use the fast member search and have to keep up with that process as new users come and go.  Could our DBA automate the process by simply pulling usernames and email addresses (from another database we have) and putting them into the Login and Email Columns under the dob.pgd_Members table? Would any other column need to be populated?
#20
APGvNext (Sam)
vNext Dev
  • Total Posts : 12456
  • Reward points : 218330
  • Joined:
  • Status: offline
Re:AD intergration problems (permalink)
0
You can call the spRegister stored procedure to automate the process. Take a look at the input parameters of this SP and those without a default value are required (the parameters are pretty self explanatory).
#21
johnsonkid
New Member
  • Total Posts : 1
  • Reward points : 60
  • Joined:
  • Status: offline
Re:AD intergration problems (permalink)
0
This seems to be a bit of a clue:
Config Error The configuration section 'membership' cannot be read because it is missing a section declaration


#22
bugmenot
New Member
  • Total Posts : 1
  • Reward points : 180
  • Joined:
  • Status: offline
Re:AD intergration problems (permalink)
0

Does the user name need to be added in the format of domain\username
 
 
#23
APGvNext (Sam)
vNext Dev
  • Total Posts : 12456
  • Reward points : 218330
  • Joined:
  • Status: offline
Re:AD intergration problems (permalink)
0
http://www.aspplayground....tegration-m405616.aspx
See the configuration we have on this page. You need to put in attributeMapUsername="SAMAccountName"
#24
banicassalam
New Member
  • Total Posts : 1
  • Reward points : 60
  • Joined:
  • Status: offline
Re:AD intergration problems (permalink)
0
Yes, you are correct. 
#25
Page: < 12 Showing page 2 of 2
Jump to:
© 2013 APG vNext Commercial Version 4.3