Support #397
closedTask #293: Make any Liferay user to access Redmine (through LDAP Credentials)
Export Liferay Portal users to LDAP
100%
Description
The Liferay Portal users should be exported to the new LDAP instance
Updated by Massimiliano Assante about 10 years ago
- Status changed from New to In Progress
Updated by Massimiliano Assante about 10 years ago
- Status changed from In Progress to Paused
- % Done changed from 0 to 20
I was able to setup a script that does the Job, however I don't have permission to write to LDAP. Tommaso is working on this.
Updated by Massimiliano Assante about 10 years ago
In the meantime we may decide the policy to adopt in case of user conflict. What should the script do if it finds that user pasquale.pagano at ISTI.. already exists in LDAP?
Updated by Massimiliano Assante about 10 years ago
if it finds an already existing user it will update the user password regardless
Updated by Massimiliano Assante about 10 years ago
- Status changed from Paused to In Progress
- % Done changed from 20 to 50
We were able to programmatically export the users of dev.d4science.org to this new LDAP instance
Updated by Massimiliano Assante about 10 years ago
- Status changed from In Progress to Resolved
- % Done changed from 50 to 100
Updated by Andrea Dell'Amico about 10 years ago
- Status changed from Resolved to In Progress
- % Done changed from 100 to 90
One small quirk:
the main ldap server uses 'givenName' for the First name, 'cn:' for "first name last name', 'sn' for the last name
You are exporting 'sn:' as first name and 'cn:' as last name.
Can you change and use the main ldap convention? It's the standard one.
Updated by Massimiliano Assante about 10 years ago
ok I'll stick with the ldap convention
Updated by Massimiliano Assante about 10 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100