Fórumok

add automaticaly user in organisation after create in ldap

Gilles Galboud, módosítva 11 év-val korábban

add automaticaly user in organisation after create in ldap

New Member Bejegyzés: 1 Csatlakozás dátuma: 2012.11.15. Legújabb bejegyzések
hey,

At first, i use ldap as authentification system.
i'd like to know how can i do to assign the users in my default organisation AUTOMATICALY ? emoticon


thanks
thumbnail
David H Nebinger, módosítva 11 év-val korábban

RE: add automaticaly user in organisation after create in ldap

Liferay Legend Bejegyzések: 14915 Csatlakozás dátuma: 2006.09.02. Legújabb bejegyzések
I think you may be able to do this via some portlal-ext.properties settings.

If you wanted to do it programmatically, I'd use a model listener on the User object. In your listener you can test post-add if they're in the organization and add them if they're not.
thumbnail
Jack Bakker, módosítva 11 év-val korábban

RE: add automaticaly user in organisation after create in ldap

Liferay Master Bejegyzések: 978 Csatlakozás dátuma: 2010.01.03. Legújabb bejegyzések
1) which version of Liferay ?

2) which LDAP ?

3) given users get sync'd in ; I would look at: on the ldap side putting them in an ldap group and on the liferay side: associate the group with the organization

putting LDAP in control of user/group associations has many advantages

I use in LDAP groups with prefix LR_ and then mod the group import filter to only look at LR_* groups, where I also config to create role per group