By: David White user 11 Aug 2016 at 6:25 a.m. CDT

2 Responses
David White gravatar
Hi there I'm looking at this for the first time, so please excuse my ignorance! I was wondering if it is possible to separate users into organisational units and map those units to different google domains .. ie users in ou 1 would be cn=users,ou=onedotcom,dc=example,dc=com and would allow authentication from users in the one.com domain in google, users in ou 2 would be cn=users,ou=twodotcom,dc=example,dc=com and would allow authentication from users in the two.com domain in google. Many thanks David

By Mohib Zico staff 11 Aug 2016 at 7:04 a.m. CDT

Mohib Zico gravatar
Hi David, If you just configure [multiple authN](https://github.com/GluuFederation/oxAuth/tree/master/Server/integrations/basic.multi_auth_conf) servers in your Gluu server, then user1 ( of one.com ) will perform authentication with one.com and user2 ( of two.com ) will use two.com for authentication. You can keep all users under one tree ( ou=people,o=gluu ) of your Gluu Server but during authentication they will just use their corresponding authN server ( one.com or two.com ).

By David White user 11 Aug 2016 at 7:31 a.m. CDT

David White gravatar
Thanks for your quick response.. I think I've got lots of reading to do :) Regards David