Archive for tag: LDAP authentication

Configuring LDAP authentication in MOSS 2007

26 August, 2008 (10:12) | MOSS - Administration and Operation | By: GVK

Create a web application on port 5 (not only on 5 you can chooose other ports too)
Extend the web application on to port 6 (which was created on port 5)

copy & paste the below tags exactly after machinkey tag (<machineKey validationKey=”7B896F9AC751CE89F7EEB83E766CF6004D42A26DB9C26C95″ decryptionKey=”2DB30482C44B8B6EE13444509E5243E761241B67209B6FF2″ validation=”SHA1″ />)
<membership defaultProvider=”LDAPMember”>
<providers>
<add name=”LDAPMember” type=”Microsoft.Office.Server.Security.LDAPMembershipProvider, Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C” server=”fivenumber” port=”389″ useSSL=”false” userDNAttribute=”uid” [...]