[gitorious] I am a beginner of Gitorious, I need to use the commands of the repository, but cannot find document about it

2014-05-14 Thread Samuel Wang
I am a beginner of Gitorious, I need to use the commands of the repository, but 
cannot find document about it,  is there difference between Gitorious commands 
and
Github commands?
Can I install Gitorious in any version Linux?
Can I use those client commands of repository in window's 7?
thanks you.

-- 
-- 
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/d/optout.


[gitorious] Restrict LDAP user login/creation to users in group_search_dn' groups members

2014-05-14 Thread Robert Rauchstaedt
Hi,

I'm currently implementing LDAP Auth with Gitorious (Installed via 
ce-installer).
So far everything works well, but one thing I didn't get working, maybe because 
it's not possible at the moment.

I want to restrict the user which are allowed to login, so that only users 
which in group_search_dn' Groups are allowed to login/autocreate a user.


This is my current authentication.yml (LDAP part only):

methods:
  - adapter: Gitorious::Authentication::LDAPAuthentication
host: my.domain.com
port: 636
base_dn: DC=my,DC=domain,DC=com
group_search_dn: OU=Gitorious,DC=my,DC=domain,DC=com
login_attribute: sAMAccountName
distinguished_name_template: {}@my.domain.com
attribute_mapping:
  cn: fullname
  mail: email
encryption: simple_tls
bind_user:
  username: cn=mybindusername,ou=serviceaccounts,dc=my,dc=domain,dc=com
  password: mysecurepassw0rd
membership_attribute_name: memberof
members_attribute_name: member
cache_expiry: 0


In gitorious.yml I configured the following:

  enable_ldap_authorization: true
  enable_ldap_group_member_listing: true

Are I'm right ? Did someone already implemented this for own usage? :-)


-- Robert

-- 
-- 
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/d/optout.


[gitorious] what kind of GIT repository is used by Gitorious?

2014-05-14 Thread Samuel Wang
what kind of GIT repository is used by Gitorious? We want to install the GIT 
Repository in window's 7 to test.

-- 
-- 
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/d/optout.