1

Is there any way through which Network Information System (NIS) could be integrated with Openstack Keystone? Please let me know if you know any online resource.

openstk
  • 137
  • 9

2 Answers2

1

There is no out of box support for NIS in keystone. but you can always write your own custom backend for keystone. Check --> Custom Backend

Deepak
  • 31
  • 2
1

Found the answer on Openstack Keystone v3 documentation. We can extent authentication support in keystone in following three ways:

  1. Configure Openstack keystone with Apache server and handover authentication part to Apache
  2. Write middileware in Openstack keystone
  3. Extend Openstack keystone functionality by writing authentication plugin

http://docs.openstack.org/developer/python-keystoneclient/authentication-plugins.html#authentication-plugins

openstk
  • 137
  • 9