On 07/22/2013 01:38 PM, Miller, Mark M (EB SW Cloud - R&D - Corvallis) wrote:

Hello,

I have been reading source code in an attempt to figure out how to use the new split backend feature, specifically how to split the identity data between an ldap server and the standard Keystone sql database. However, I haven't been able to figure it out quite yet. Does someone have some examples of this new feature in action? Is there another configuration file that is required?

[identity]

driver = driver = keystone.identity.backends.sql.Identity

[assignment]

driver = ???

[ldap]

Quite a few options

Regards,

Mark Miller


RIght now the only support split approach is LDAP for Identity, SQL for assignments.

[identity]

 driver = keystone.identity.backends.ldap.Identity

[assignment]

driver = keystone.assignment.backends.sql.Identity

_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to