Managing Authentication in ADAM

Filed Under (Uncategorized) by roadburn on 23-06-2008

Tagged Under : , ,

Has some useful info on how to use proxy bind

http://technet2.microsoft.com/windowsserver/en/library/f0db9c4b-5c40-4548-8ac7-677682a3ec051033.mspx?mfr=true

Synchronise AD with ADAM using adamsync.exe

Filed Under (Uncategorized) by roadburn on 20-06-2008

Tagged Under : , ,

http://www.topxml.com/rbnews/XML/re-57984_Synchronize-Active-Directory-to-ADAM-with-ADAMSync-step-by-step.aspx

Good explanation of LDIFDE

http://searchwinit.techtarget.com/tip/1,289483,sid1_gci1187396,00.html

Using LDIFDE to import and export from AD

http://www.computerperformance.co.uk/Logon/Logon_LDIFDE_Export.htm

More help using LDIFDE

http://support.microsoft.com/kb/237677

Troubleshooting LDAP over SSL for ADAM

Filed Under (Uncategorized) by roadburn on 18-06-2008

Tagged Under : , ,

Troubleshooting LDAP Over SSL
http://blogs.technet.com/askds/archive/2008/03/13/troubleshooting-ldap-over-ssl.aspx

http://support.microsoft.com/default.aspx?scid=kb;EN-US;938703

http://technet2.microsoft.com/windowsserver2008/en/library/2f5d0612-75f9-4883-bf52-d11c7cda907f1033.mspx?mfr=true

http://directoryprogramming.net/default.aspx

J. Greg’s Brain Corral’s Tips on ECTS

Filed Under (Uncategorized) by roadburn on 10-06-2008

Tagged Under :

http://www.uvm.edu/~jgm/wordpress/

ECTS - An unexpected error has occurred.

Filed Under (Uncategorized) by roadburn on 05-06-2008

Tagged Under :

Summarised from
http://forums.microsoft.com/msdn/ShowPost.aspx?PageIndex=0&SiteID=1&PageID=0&PostID=2987761

ERROR

An unexpected error has occurred.

Web Parts Maintenance Page: If you have permission, you can use this page to temporarily close Web Parts or remove personal settings. For more information, contact your site administrator.

Troubleshoot issues with Windows SharePoint Services.

Edit web.config to display errors 

  • <customErrors mode=”On” />
    • SET TO <customErrors mode=”Off” />
  • <SafeMode MaxControls=”50″ CallStack=”false” />
    • SET TO <SafeMode MaxControls=”50″ CallStack=”true” />
  • If you get:
    ExecuteNonQuery requires an open and available Connection. The connection’s current state is closed.

    run grant_sql_perms.vbs script

    If you get
    ExecuteNonQuery: Connection property has not been initialized.
    add the connection string from the external web.config to the internal web.config too.

    ECST settings are in feature.xml file located at:

    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\FEATURES\ECTSBase