2020-05-27 22:08:56 -0500 | 获得奖牌 | ● 著名问题 (source) |
2020-05-27 22:08:56 -0500 | 获得奖牌 | ● 热门的问题 (source) |
2020-04-03 12:20:52 -0500 | 获得奖牌 | ● 著名问题 (source) |
2019-02-28 02:14:33 -0500 | 获得奖牌 | ● 受欢迎的问题 (source) |
2019-02-27 03:13:29 -0500 | 获得奖牌 | ● 受欢迎的问题 (source) |
2019-02-27 03:13:29 -0500 | 获得奖牌 | ● 热门的问题 (source) |
2018-12-26 05:27:21 -0500 | 获得奖牌 | ● 粉丝 |
2018-12-14 07:30:36 -0500 | 问了问题 | keystone problem Hi I am totally do not understand how to working integration between Identity Back-end an external LDAP.
In my environment two test servers: controller2-tst - controller vs-c06-ad-tst.test.local - Active directory win28k domain controller
in my keystone.conf i am added only created /etc/keystone/domains/keystone.TEST.conf and add
openstack user list
http://172.31.191.100:5000/v3 BUT after restart httpd a see errors IT`s strange because my domain controller available and it open 389 port ldapsearch -W -x -D CN=adminAD,CN=Users,DC=test,DC=local -b "DC=test,DC=local" -h vs-c06-ad-tst.test.local "(cn=adminAD)" (more) |
2018-12-13 15:57:42 -0500 | 回答问题 | active directory 2008 and keystone integration Thanks for replay I changed keystone conf - /etc/keystone/keystone.conf and remove /etc/keystone/domains/keystone.TEST.conf because we need only one Active directory domain integration. keystone.conf --- settings url = ldap://vs-c06-ad-tst.test.local user = CN=adminAD,CN=Users,DC=test,DC=local password = Qwerty123 suffix = DC=test,DC=local nova.conf When testing openstack user list --domain TEST Into keystone log |
2018-12-13 08:59:57 -0500 | 获得奖牌 | ● 编辑 (source) |
2018-12-13 03:43:14 -0500 | 问了问题 | active directory 2008 and keystone integration Hi all
I am installed Openstack RDO in my lab as packstack and testing integration with active directory server.
My test stand description:
controller2-tst - IP x.x.x.x Used article to configure keystone - https://www.ibm.com/developerworks/cloud/library/cl-configure-keystone-ldap-and-active-directory/index.html (https://www.ibm.com/developerworks/cl...) But integration isn`t working. In keystone log i am see errors:
My keystone configs is below keystone.conf [identity] domain_specific_drivers_enabled=true domain_config_dir=/etc/keystone/domains /etc/keystone/domains/keystone.TEST.conf [ldap] url = ldap://vs-c06-ad-tst.test.local user = cn=adminAD,dc=test,dc=local password = Qwerty123 suffix = dc=test,dc=local group_tree_dn = ou=UserGroups,dc=test,dc=local user_tree_dn = ou=Users,dc=test,dc=local user_mail_attribute = mail [identity] driver = keystone.identity.backends.ldap.Identity etc/openstack-dashboard/local_settings OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = True OPENSTACK_KEYSTONE_DEFAULT_DOMAIN = 'Default' I am still able to open http://controller2-tst:5000/v3 link but i am can`t logon into horizon dashboard as Active directory user. I had trying to change drivers between keystone.identity.backends.ldap.Identity and keystone.identity.backends.sql.Identity still no changes. |