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.
Asked
Active
Viewed 128 times
2 Answers
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:
- Configure Openstack keystone with Apache server and handover authentication part to Apache
- Write middileware in Openstack keystone
- Extend Openstack keystone functionality by writing authentication plugin

openstk
- 137
- 9