⇤ ← Revision 1 as of 2010-08-27 09:53:18
Size: 841
Comment:
|
Size: 841
Comment: Corrected misspellings
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Redmine is an nice project and tracking tool. | Redmine is a nice project and tracking tool. |
Line 5: | Line 5: |
In redmine go to adminstartion -> ldap auth Make an new ldap connection and enter the following |
In redmine go to administration -> ldap auth Make a new ldap connection and enter the following |
Line 18: | Line 18: |
* Email = uid ( if you are usin mail in you ebox you can change this to "email" | * Email = uid ( if you are using mail in you ebox you can change this to "email" |
Line 20: | Line 20: |
So that should do the config. As sone as an user loggins in to redmine with there ldap config an new redmine user will be created. And after that you can give the user acces to projekts. | So that should do the config. As soon as a user logs in in to redmine with their ldap config, a new redmine user will be created. And after that you can give the user access to projects. |
Redmine is a nice project and tracking tool. I use it all the time with ebox.
Set upp ldap with redmine
In redmine go to administration -> ldap auth Make a new ldap connection and enter the following
- name = ebox
- host = ip to you ebox
- Port = 389
- Account = Blank
- Password = Blank
- Base DN = ou=Users,dc=elino,dc=se ( change dc=elino,dc=se with your ldap base )
- On the fly creation = yes
- Login = uid
- Firstname = givenName
- Lastname = sn
- Email = uid ( if you are using mail in you ebox you can change this to "email"
So that should do the config. As soon as a user logs in in to redmine with their ldap config, a new redmine user will be created. And after that you can give the user access to projects.