hello
have anybody know how to configre the membership provider to authenticate against domino
I found some hints at this blog:
http://www.sharepointblogs.com/helloitsliam/archive/2006/08/15/10027.aspx
The settings for Domino are for authentication of people:
<add name="LdapDominoMembership" type="Microsoft.Office.Server.Security.LDAPMembershipProvider, Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C" server="<Enter the DNS address of the Domino LDAP server here>" port="389" useSSL="false" userDNAttribute="uid" userNameAttribute="uid" userContainer="*" userObjectClass="person" userFilter="(ObjectClass=person)" scope="Subtree" otherRequiredUserAttributes="sn,givenname,cn" />
i use userContainer="ou=people, o=company"
but that doesn't work.
any ideas
the ldap integration is a fundamental key feature for us to use sharepoint!
thx
michael

ldap config against domino