owncloud-archive / user_cas

Currently maintained in :
https://github.com/felixrupp/user_cas
10 stars 49 forks source link

user_cas and group #44

Open nmd28 opened 6 years ago

nmd28 commented 6 years ago

Hi. My CAS is using LDAP for the authentication and I want to know if I can sync the users and groups (occ user:sync) without adding user_ldap app. Hope it's clear.

Thanks

felixrupp commented 6 years ago

Hi @nmd28

Yes, you have to map the LDAP groups to CAS-attributes in your CAS server. Then you can map the group-attribute of the CAS payload in the user_cas settings panel (tab Mapping). No user_ldap app need for this.

But basically this is not a user_cas but a CAS-Server issue.