Im getting this error trying to create teams with LDAP authentication:
Also trying to check my profile in every user while the LDAP authentication 
is 'true'

ActionView::TemplateError (Unable to connect to the LDAP server on 
XXXXX:389. Are you sure the LDAP server is running?) on line #139 of 
app/views/users/show.html.erb:
136:           <li style="clear:left">
137:             <span style="float:left; padding: 2px 10px 2px 2px"><%= 
image_tag(group.avatar.url(:thumb), :alt => "Avatar", :width => "16") 
%></span> <%= link_to h(group.name), group_path(group) -%>
138:           </li><% end -%>
139:       </ul><% end unless Team.for_user(@user).blank? -%>
140:   </div>
141:   <div class="clear"></div>
142: </div>

    lib/gitorious/authorization/ldap/connection.rb:36:in `bind_as'
    app/models/ldap_group.rb:121:in `ldap_group_names_for_user'
    app/models/ldap_group.rb:224:in `groups_for_user'
    app/models/finders/ldap_group_finder.rb:57:in `for_user'
    app/models/team.rb:66:in `send'

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to