MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

Tracing login attempts for LDAP Authentication with Forms Based--MOSS

  Asked By: Nirmal Chandratre         Date: Mar 01, 2010      Category: MOSS      Views: 2133
 

Basically our client is using forms based authentication with LDAP to Novell
Edirectory.
Essentially, it is taking a long time for the authentication to occur..at least
it is for the first attempt. There is caching (for about 30 minutes) that allows
for quicker subsequent log attempts.
Is there any way to trace in the SP logs where the attempt occurs?
Not seeing anything specific in the SP logs.
Have already tried to modified the LDAP query in web.config and dont think more
can actually be done to it..but here it is in case anyone has any ideas.
<membership defaultProvider="LdapMemberships">
<providers>
<add name="LdapMemberships"
type="Microsoft.Office.Server.Security.LDAPMembershipProvider,Microsoft.Office.S\
erver, Version=12.0.0.0, Culture=neutral,PublicKeyToken=71E9BCE111E9429C"
server="fully.qualified.server.name" port="389" useSSL="false"
userDNAttribute="uniqueID" userNameAttribute="uid" userContainer="o=topoftree"
userObjectClass="person" useDNAttribute="false"
userFilter="(ObjectClass=person)" scope="Subtree" />
</providers>
</membership>
<roleManager defaultProvider="LdapRole" enabled="true"
cacheRolesInCookie="false" cookieName=".PeopleDCRole">
<providers>
<remove name="LdapRole" />
<add name="LdapRole"
type="Microsoft.Office.Server.Security.LDAPRoleProvider,Microsoft.Office.Server,
Version=12.0.0.0, Culture=neutral,PublicKeyToken=71E9BCE111E9429C"
server="fully.qualified.server.name" port="389" useSSL="false"
groupContainer="o=topoftree" groupNameAttribute="cn"
groupMemberAttribute="uniqueMember" userNameAttribute="uid" dnAttribute="dn"
groupFilter="(ObjectClass=group)" scope="Subtree" useUserDNAttribute="false" />
</providers>
</roleManager>

Please let me know if anyone has any ideas..but mainly where can we watch the
transaction between SP and the Novell Server..?
Also in which logs would we see any information?


Do you know someone who can help? Share a link to this thread on twitter, or facebook.

Tagged:                    

 

No Answers Found. Be the First, To Post Answer.

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].