Hi  

setup LDAP authentication and authorizatin.
I can successfully login with there LDAP account.
However, I cannot create a team for the LDAP groups.
In gitorious.yml I have configured  use_ldap_authorization: true
In authentication.yml  I have configured 

    - adapter: Gitorious::Authentication::LDAPAuthentication
      host: ad.mycompany.com
      port: 636
      base_dn: DC=mycompany,DC=com
      group_search_dn: OU=Security Groups,OU=All Groups
      login_attribute: sAMAccountName
      bind_user:
         username: ldapuser
         password: geheim
      membership_attribute_name: memberof
      members_attribute_name: member

Now I try to create a team for the AD group
CN=R&D,OU=Security Groups,OU=All Groups,DC=mycompany,DC=com

The admin page ask me to enter a DN
Enter LDAP group DNs, one per line
*Note:* entries should be relative to the LDAP base DN

I tried different versions of the group name but always ended up with Sorry 
something went wrong.
I had no luck, with

   - CN=R&D,OU=Security Groups,OU=All Groups
   - CN=R&D
   - CN=R&D,OU=Security Groups,OU=All Groups,DC=mycompany,DC=com
   - R&D
   
I also tried groups without special characters


Any hints what went worng or where to look for mor information.

I 



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

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitorious+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to