Binding LDAP users to groups i eDirectory with Role Manager in Sharepoint<p style="margin:0cm 0cm 10pt"><font style="font-size:9pt;line-height:115%" face="'Verdana','sans-serif'">Hi<br>I have spent some time configuring my MOSS 2007 server (latest service packs) to work with Novell eDirectory 8.8 sp2 and it all works except the role provider doesn't bind the users to my Novell groups.<br><br>The users can authenticate against my extended application and I can add the novell groups there but the users never get there correct roles when they log in. I have checked with a LDAP client with the same credentials I am using so I can read the groupMembership attribute, but no success….</font></p> <p style="margin:0cm 0cm 10pt"><font style="font-size:9pt;line-height:115%" face="'Verdana','sans-serif'">I can import the user profiles but I guess that the roles for them should be imported in this process but I don’t know any way to check that it hapends? <br>When I run profile import I get entries in my log file that looks like this spsimport://myImportConnection?$$dl$$ and I guess that this is related to the problem?</font></p> <p style="margin:0cm 0cm 10pt"><font style="font-size:9pt;line-height:115%" face="'Verdana','sans-serif'">Below are the relevant sections in my web.config.  </font></p> <div style="border-right:#7f9db9 1px solid;border-top:#7f9db9 1px solid;font-size:11px;overflow:auto;border-left:#7f9db9 1px solid;line-height:100%! important;border-bottom:#7f9db9 1px solid;font-family:Courier New;background-color:white"> <table style="border-top-width:0px;border-left-width:0px;margin:2px 0px;width:99%;border-bottom:#eee 0px solid;border-collapse:collapse;background-color:#fff;border-right-width:0px" cellspacing=0 cellpadding=0> <colgroup> <col style="padding-left:10px;font-size:11px;border-bottom:#f7f7f7 1px solid;font-family:Courier New;white-space:nowrap"> <tbody> <tr> <td><font style="font-size:11px"></font><font style="color:blue">&lt;</font><font style="font-size:11px">membership </font><font style="color:red">defaultProvider</font><font style="font-size:11px">=</font><font style="color:blue">&quot;x&quot;</font><font style="font-size:11px">&gt;  </font></td></tr> <tr> <td style="background-color:#f7f7f7">      </font><font style="color:blue">&lt;</font><font style="font-size:11px">providers</font><font style="color:blue">&gt;</font><font style="font-size:11px"> </font></td></tr> <tr> <td>          </font><font style="color:blue">&lt;</font><font style="font-size:11px">add </font><font style="color:red">name</font><font style="font-size:11px">=</font><font style="color:blue">&quot;x&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">type</font><font style="font-size:11px">=&quot;Microsoft.Office.Server.Security.LDAPMembershipProvider, Microsoft.Office.Server,<br></font><font style="color:red">             Version</font><font style="font-size:11px">=</font><font style="color:blue">12</font><font style="font-size:11px">.0.0.0,</font><font style="color:red">Culture</font><font style="font-size:11px">=</font><font style="color:blue">neutral</font><font style="font-size:11px">,                                  </font></td></tr> <tr> <td>             </font><font style="color:red">PublicKeyToken</font><font style="font-size:11px">=</font><font style="color:blue">71E9BCE111E9429C</font><font style="font-size:11px">&quot;   </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">server</font><font style="font-size:11px">=</font><font style="color:blue">&quot;xx.yy.zz&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td>             </font><font style="color:red">port</font><font style="font-size:11px">=</font><font style="color:blue">&quot;389&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">useSSL</font><font style="font-size:11px">=</font><font style="color:blue">&quot;false&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td>             </font><font style="color:red">useDNAttribute</font><font style="font-size:11px">=</font><font style="color:blue">&quot;false&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">userDNAttribute</font><font style="font-size:11px">=</font><font style="color:blue">&quot;cn&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td>             </font><font style="color:red">userNameAttribute</font><font style="font-size:11px">=</font><font style="color:blue">&quot;cn&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">userContainer</font><font style="font-size:11px">=</font><font style="color:blue">&quot;O=zzz&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td>             </font><font style="color:red">userObjectClass</font><font style="font-size:11px">=</font><font style="color:blue">&quot;Person&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">userFilter</font><font style="font-size:11px">=</font><font style="color:blue">&quot;(ObjectClass=Person)&quot;</font><font style="font-size:11px">       </font></td></tr> <tr> <td>             </font><font style="color:red">scope</font><font style="font-size:11px">=</font><font style="color:blue">&quot;Subtree&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">connectionUsername</font><font style="font-size:11px">=</font><font style="color:blue">&quot;cn=xxx,ou=yyy,o=zzz&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td>             </font><font style="color:red">connectionPassword</font><font style="font-size:11px">=</font><font style="color:blue">&quot;xxxxxxxxxxxx&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">otherRequiredUserAttributes</font><font style="font-size:11px">=</font><font style="color:blue">&quot;sn,givenName,cn,mail,fullName&quot;</font><font style="font-size:11px"> </font><font style="color:blue">/&gt;</font><font style="font-size:11px"> </font></td></tr> <tr> <td><font style="font-size:11px"></font></td></tr> <tr> <td style="background-color:#f7f7f7">      </font><font style="color:blue">&lt;/</font><font style="font-size:11px">providers</font><font style="color:blue">&gt;</font><font style="font-size:11px"> </font></td></tr> <tr> <td>    </font><font style="color:blue">&lt;/</font><font style="font-size:11px">membership</font><font style="color:blue">&gt;</font><font style="font-size:11px"> </font></td></tr> <tr> <td style="background-color:#f7f7f7">    </font><font style="color:blue">&lt;</font><font style="font-size:11px">roleManager </font><font style="color:red">defaultProvider</font><font style="font-size:11px">=</font><font style="color:blue">&quot;LDAPGroups&quot;</font><font style="font-size:11px"> </font><font style="color:red">enabled</font><font style="font-size:11px">=</font><font style="color:blue">&quot;true&quot;</font><font style="font-size:11px"> </font><font style="color:red">cacheRolesInCookie</font><font style="font-size:11px">=</font><font style="color:blue">&quot;false&quot;</font><font style="font-size:11px"> </font><font style="color:red">cookieName</font><font style="font-size:11px">=</font><font style="color:blue">&quot;.PeopleDCRole&quot;</font><font style="font-size:11px">&gt;  </font></td></tr> <tr> <td>      </font><font style="color:blue">&lt;</font><font style="font-size:11px">providers</font><font style="color:blue">&gt;</font><font style="font-size:11px"> </font></td></tr> <tr> <td style="background-color:#f7f7f7">        </font><font style="color:blue">&lt;</font><font style="font-size:11px">add </font><font style="color:red">name</font><font style="font-size:11px">=</font><font style="color:blue">&quot;LDAPGroups&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td>             </font><font style="color:red">type</font><font style="font-size:11px">=&quot;Microsoft.Office.Server.Security.LDAPRoleProvider,Microsoft.Office.Server,</font><font style="color:red">Version</font><font style="font-size:11px">=</font><font style="color:blue">12</font><font style="font-size:11px">.0.0.0,</font><font style="color:red">Culture</font><font style="font-size:11px">=</font><font style="color:blue">neutral</font><font style="font-size:11px">,                          </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">PublicKeyToken</font><font style="font-size:11px">=</font><font style="color:blue">71E9BCE111E9429C</font><font style="font-size:11px">&quot;  </font></td></tr> <tr> <td>             </font><font style="color:red">server</font><font style="font-size:11px">=</font><font style="color:blue">&quot;xx.yy.zz&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">port</font><font style="font-size:11px">=</font><font style="color:blue">&quot;389&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td>             </font><font style="color:red">useSSL</font><font style="font-size:11px">=</font><font style="color:blue">&quot;false&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">groupContainer</font><font style="font-size:11px">=</font><font style="color:blue">&quot;ou=xxx,o=zzz&quot;</font><font style="font-size:11px">          </font></td></tr> <tr> <td>             </font><font style="color:red">groupNameAttribute</font><font style="font-size:11px">=</font><font style="color:blue">&quot;cn&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">groupMemberAttribute</font><font style="font-size:11px">=</font><font style="color:blue">&quot;member&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td>             </font><font style="color:red">groupFilter</font><font style="font-size:11px">=</font><font style="color:blue">&quot;(&amp;amp;(ObjectClass=groupOfNames))&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">userFilter</font><font style="font-size:11px">=</font><font style="color:blue">&quot;(&amp;amp;(ObjectClass=Person))&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td>             </font><font style="color:red">userNameAttribute</font><font style="font-size:11px">=</font><font style="color:blue">&quot;cn&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">useUserDNAttribute</font><font style="font-size:11px">=</font><font style="color:blue">&quot;false&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td>             </font><font style="color:red">useDNAttribute</font><font style="font-size:11px">=</font><font style="color:blue">&quot;false&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">dnAttribute</font><font style="font-size:11px">=</font><font style="color:blue">&quot;dn&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td>             </font><font style="color:red">connectionUsername</font><font style="font-size:11px">=</font><font style="color:blue">&quot;cn=xxx,ou=yyy,o=zzz&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">connectionPassword</font><font style="font-size:11px">=</font><font style="color:blue">&quot;xxxxxxxxxxxx&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td>             </font><font style="color:red">scope</font><font style="font-size:11px">=</font><font style="color:blue">&quot;Subtree&quot;</font><font style="font-size:11px">         </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:blue">/&gt;</font><font style="font-size:11px"> </font></td></tr> <tr> <td>             </font><font style="color:blue">&lt;/</font><font style="font-size:11px">providers</font><font style="color:blue">&gt;</font><font style="font-size:11px"> </font></td></tr> <tr> <td style="background-color:#f7f7f7">    </font><font style="color:blue">&lt;/</font><font style="font-size:11px">roleManager</font><font style="color:blue">&gt;</font><font style="font-size:11px"> </font></td></tr> <tr> <td> </td></tr></tbody></table></div> <p style="margin:0cm 0cm 10pt"><br> </p> <p style="margin:0cm 0cm 10pt"><font size="+0"><font face=Calibri>Any help would be deeply appreciated<br>/k3larra</font></font></p>© 2009 Microsoft Corporation. All rights reserved.Fri, 19 Jun 2009 02:17:38 Z563bc1be-9f7e-4b55-896a-c9f0f378e6fchttp://social.technet.microsoft.com/Forums/en-US/sharepointadmin/thread/563bc1be-9f7e-4b55-896a-c9f0f378e6fc#563bc1be-9f7e-4b55-896a-c9f0f378e6fchttp://social.technet.microsoft.com/Forums/en-US/sharepointadmin/thread/563bc1be-9f7e-4b55-896a-c9f0f378e6fc#563bc1be-9f7e-4b55-896a-c9f0f378e6fck3larrahttp://social.technet.microsoft.com/Profile/en-US/?user=k3larraBinding LDAP users to groups i eDirectory with Role Manager in Sharepoint<p style="margin:0cm 0cm 10pt"><font style="font-size:9pt;line-height:115%" face="'Verdana','sans-serif'">Hi<br>I have spent some time configuring my MOSS 2007 server (latest service packs) to work with Novell eDirectory 8.8 sp2 and it all works except the role provider doesn't bind the users to my Novell groups.<br><br>The users can authenticate against my extended application and I can add the novell groups there but the users never get there correct roles when they log in. I have checked with a LDAP client with the same credentials I am using so I can read the groupMembership attribute, but no success….</font></p> <p style="margin:0cm 0cm 10pt"><font style="font-size:9pt;line-height:115%" face="'Verdana','sans-serif'">I can import the user profiles but I guess that the roles for them should be imported in this process but I don’t know any way to check that it hapends? <br>When I run profile import I get entries in my log file that looks like this spsimport://myImportConnection?$$dl$$ and I guess that this is related to the problem?</font></p> <p style="margin:0cm 0cm 10pt"><font style="font-size:9pt;line-height:115%" face="'Verdana','sans-serif'">Below are the relevant sections in my web.config.  </font></p> <div style="border-right:#7f9db9 1px solid;border-top:#7f9db9 1px solid;font-size:11px;overflow:auto;border-left:#7f9db9 1px solid;line-height:100%! important;border-bottom:#7f9db9 1px solid;font-family:Courier New;background-color:white"> <table style="border-top-width:0px;border-left-width:0px;margin:2px 0px;width:99%;border-bottom:#eee 0px solid;border-collapse:collapse;background-color:#fff;border-right-width:0px" cellspacing=0 cellpadding=0> <colgroup> <col style="padding-left:10px;font-size:11px;border-bottom:#f7f7f7 1px solid;font-family:Courier New;white-space:nowrap"> <tbody> <tr> <td><font style="font-size:11px"></font><font style="color:blue">&lt;</font><font style="font-size:11px">membership </font><font style="color:red">defaultProvider</font><font style="font-size:11px">=</font><font style="color:blue">&quot;x&quot;</font><font style="font-size:11px">&gt;  </font></td></tr> <tr> <td style="background-color:#f7f7f7">      </font><font style="color:blue">&lt;</font><font style="font-size:11px">providers</font><font style="color:blue">&gt;</font><font style="font-size:11px"> </font></td></tr> <tr> <td>          </font><font style="color:blue">&lt;</font><font style="font-size:11px">add </font><font style="color:red">name</font><font style="font-size:11px">=</font><font style="color:blue">&quot;x&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">type</font><font style="font-size:11px">=&quot;Microsoft.Office.Server.Security.LDAPMembershipProvider, Microsoft.Office.Server,<br></font><font style="color:red">             Version</font><font style="font-size:11px">=</font><font style="color:blue">12</font><font style="font-size:11px">.0.0.0,</font><font style="color:red">Culture</font><font style="font-size:11px">=</font><font style="color:blue">neutral</font><font style="font-size:11px">,                                  </font></td></tr> <tr> <td>             </font><font style="color:red">PublicKeyToken</font><font style="font-size:11px">=</font><font style="color:blue">71E9BCE111E9429C</font><font style="font-size:11px">&quot;   </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">server</font><font style="font-size:11px">=</font><font style="color:blue">&quot;xx.yy.zz&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td>             </font><font style="color:red">port</font><font style="font-size:11px">=</font><font style="color:blue">&quot;389&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">useSSL</font><font style="font-size:11px">=</font><font style="color:blue">&quot;false&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td>             </font><font style="color:red">useDNAttribute</font><font style="font-size:11px">=</font><font style="color:blue">&quot;false&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">userDNAttribute</font><font style="font-size:11px">=</font><font style="color:blue">&quot;cn&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td>             </font><font style="color:red">userNameAttribute</font><font style="font-size:11px">=</font><font style="color:blue">&quot;cn&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">userContainer</font><font style="font-size:11px">=</font><font style="color:blue">&quot;O=zzz&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td>             </font><font style="color:red">userObjectClass</font><font style="font-size:11px">=</font><font style="color:blue">&quot;Person&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">userFilter</font><font style="font-size:11px">=</font><font style="color:blue">&quot;(ObjectClass=Person)&quot;</font><font style="font-size:11px">       </font></td></tr> <tr> <td>             </font><font style="color:red">scope</font><font style="font-size:11px">=</font><font style="color:blue">&quot;Subtree&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">connectionUsername</font><font style="font-size:11px">=</font><font style="color:blue">&quot;cn=xxx,ou=yyy,o=zzz&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td>             </font><font style="color:red">connectionPassword</font><font style="font-size:11px">=</font><font style="color:blue">&quot;xxxxxxxxxxxx&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">otherRequiredUserAttributes</font><font style="font-size:11px">=</font><font style="color:blue">&quot;sn,givenName,cn,mail,fullName&quot;</font><font style="font-size:11px"> </font><font style="color:blue">/&gt;</font><font style="font-size:11px"> </font></td></tr> <tr> <td><font style="font-size:11px"></font></td></tr> <tr> <td style="background-color:#f7f7f7">      </font><font style="color:blue">&lt;/</font><font style="font-size:11px">providers</font><font style="color:blue">&gt;</font><font style="font-size:11px"> </font></td></tr> <tr> <td>    </font><font style="color:blue">&lt;/</font><font style="font-size:11px">membership</font><font style="color:blue">&gt;</font><font style="font-size:11px"> </font></td></tr> <tr> <td style="background-color:#f7f7f7">    </font><font style="color:blue">&lt;</font><font style="font-size:11px">roleManager </font><font style="color:red">defaultProvider</font><font style="font-size:11px">=</font><font style="color:blue">&quot;LDAPGroups&quot;</font><font style="font-size:11px"> </font><font style="color:red">enabled</font><font style="font-size:11px">=</font><font style="color:blue">&quot;true&quot;</font><font style="font-size:11px"> </font><font style="color:red">cacheRolesInCookie</font><font style="font-size:11px">=</font><font style="color:blue">&quot;false&quot;</font><font style="font-size:11px"> </font><font style="color:red">cookieName</font><font style="font-size:11px">=</font><font style="color:blue">&quot;.PeopleDCRole&quot;</font><font style="font-size:11px">&gt;  </font></td></tr> <tr> <td>      </font><font style="color:blue">&lt;</font><font style="font-size:11px">providers</font><font style="color:blue">&gt;</font><font style="font-size:11px"> </font></td></tr> <tr> <td style="background-color:#f7f7f7">        </font><font style="color:blue">&lt;</font><font style="font-size:11px">add </font><font style="color:red">name</font><font style="font-size:11px">=</font><font style="color:blue">&quot;LDAPGroups&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td>             </font><font style="color:red">type</font><font style="font-size:11px">=&quot;Microsoft.Office.Server.Security.LDAPRoleProvider,Microsoft.Office.Server,</font><font style="color:red">Version</font><font style="font-size:11px">=</font><font style="color:blue">12</font><font style="font-size:11px">.0.0.0,</font><font style="color:red">Culture</font><font style="font-size:11px">=</font><font style="color:blue">neutral</font><font style="font-size:11px">,                          </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">PublicKeyToken</font><font style="font-size:11px">=</font><font style="color:blue">71E9BCE111E9429C</font><font style="font-size:11px">&quot;  </font></td></tr> <tr> <td>             </font><font style="color:red">server</font><font style="font-size:11px">=</font><font style="color:blue">&quot;xx.yy.zz&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">port</font><font style="font-size:11px">=</font><font style="color:blue">&quot;389&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td>             </font><font style="color:red">useSSL</font><font style="font-size:11px">=</font><font style="color:blue">&quot;false&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">groupContainer</font><font style="font-size:11px">=</font><font style="color:blue">&quot;ou=xxx,o=zzz&quot;</font><font style="font-size:11px">          </font></td></tr> <tr> <td>             </font><font style="color:red">groupNameAttribute</font><font style="font-size:11px">=</font><font style="color:blue">&quot;cn&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">groupMemberAttribute</font><font style="font-size:11px">=</font><font style="color:blue">&quot;member&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td>             </font><font style="color:red">groupFilter</font><font style="font-size:11px">=</font><font style="color:blue">&quot;(&amp;amp;(ObjectClass=groupOfNames))&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">userFilter</font><font style="font-size:11px">=</font><font style="color:blue">&quot;(&amp;amp;(ObjectClass=Person))&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td>             </font><font style="color:red">userNameAttribute</font><font style="font-size:11px">=</font><font style="color:blue">&quot;cn&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">useUserDNAttribute</font><font style="font-size:11px">=</font><font style="color:blue">&quot;false&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td>             </font><font style="color:red">useDNAttribute</font><font style="font-size:11px">=</font><font style="color:blue">&quot;false&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">dnAttribute</font><font style="font-size:11px">=</font><font style="color:blue">&quot;dn&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td>             </font><font style="color:red">connectionUsername</font><font style="font-size:11px">=</font><font style="color:blue">&quot;cn=xxx,ou=yyy,o=zzz&quot;</font><font style="font-size:11px">   </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:red">connectionPassword</font><font style="font-size:11px">=</font><font style="color:blue">&quot;xxxxxxxxxxxx&quot;</font><font style="font-size:11px"> </font></td></tr> <tr> <td>             </font><font style="color:red">scope</font><font style="font-size:11px">=</font><font style="color:blue">&quot;Subtree&quot;</font><font style="font-size:11px">         </font></td></tr> <tr> <td style="background-color:#f7f7f7">             </font><font style="color:blue">/&gt;</font><font style="font-size:11px"> </font></td></tr> <tr> <td>             </font><font style="color:blue">&lt;/</font><font style="font-size:11px">providers</font><font style="color:blue">&gt;</font><font style="font-size:11px"> </font></td></tr> <tr> <td style="background-color:#f7f7f7">    </font><font style="color:blue">&lt;/</font><font style="font-size:11px">roleManager</font><font style="color:blue">&gt;</font><font style="font-size:11px"> </font></td></tr> <tr> <td> </td></tr></tbody></table></div> <p style="margin:0cm 0cm 10pt"><br> </p> <p style="margin:0cm 0cm 10pt"><font size="+0"><font face=Calibri>Any help would be deeply appreciated<br>/k3larra</font></font></p>Sun, 23 Nov 2008 01:15:06 Z2008-11-23T01:17:17Zhttp://social.technet.microsoft.com/Forums/en-US/sharepointadmin/thread/563bc1be-9f7e-4b55-896a-c9f0f378e6fc#fe818a67-9693-47db-8019-c11bb99b4885http://social.technet.microsoft.com/Forums/en-US/sharepointadmin/thread/563bc1be-9f7e-4b55-896a-c9f0f378e6fc#fe818a67-9693-47db-8019-c11bb99b4885George Qiaohttp://social.technet.microsoft.com/Profile/en-US/?user=George%20QiaoBinding LDAP users to groups i eDirectory with Role Manager in Sharepoint<span style="font-size:small;font-family:Calibri"><span style="font-family:Verdana">Hi, </span>k3larra,<br/><br/>Have you found the solution to this? I'm having this issue as well. Could you please give me a hint?<br/><br/>Regards,<br/>George</span>Fri, 19 Jun 2009 02:17:37 Z2009-06-19T02:17:37Z