Bug 756136
Summary: | ovirtNode: sasl2/libvirt.conf - mech_list | ||
---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Douglas Schilling Landgraf <dougsland> |
Component: | ovirt-node | Assignee: | Mike Burns <mburns> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | acathrow, apevec, jboggs, mburns, ovirt-bugs, ovirt-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | 2.2.0 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-01-05 16:21:46 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 752464 |
Description
Douglas Schilling Landgraf
2011-11-22 19:29:39 UTC
Hello Mike, Just a few more comments: The SASL mechanism configured by default is DIGEST-MD5, which provides a basic username+password style authentication [1] (which vdsm uses). So if you prefer, we can even no set mech_list. However, we might want be compatible with RHEV-H image. If this helps, from RHEV env: # cat /etc/redhat-release Red Hat Enterprise Virtualization Hypervisor release 6.2 (20111010.2.el6) # cat /etc/sasl2/libvirt.conf | grep -v '^#\|^$' mech_list: digest-md5 keytab: /etc/libvirt/krb5.tab sasldb_path: /etc/libvirt/passwd.db [1] http://libvirt.org/auth.html Thanks! Alan, Do you know why we're updating this to just gssapi? It's only done for fedora based nodes. Leftover from legacy ovirt-server: it used kerberized remote libvirt access. You can drop that now. Patch pushed to master |