| Server IP : 104.21.25.180 / Your IP : 104.23.197.123 Web Server : Apache/2.4.37 System : Linux almalinux.duckdns.org 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64 User : ricodeal ( 1046) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /etc/sasl2/ |
Upload File : |
# If you want to use the non-TLS socket, then you *must* pick a # mechanism which provides session encryption as well as # authentication. # # If you are only using TLS, then you can turn on any mechanisms # you like for authentication, because TLS provides the encryption # # If you are only using UNIX, sockets then encryption is not # required at all. # # Since SASL is the default for the libvirtd non-TLS socket, we # pick a strong mechanism by default. # # NB, previously DIGEST-MD5 was set as the default mechanism for # libvirt. Per RFC 6331 this is vulnerable to many serious security # flaws and should no longer be used. Thus GSSAPI is now the default. # # To use GSSAPI requires that a libvirtd service principal is # added to the Kerberos server for each host running libvirtd. # This principal needs to be exported to the keytab file listed below mech_list: gssapi # If using a TLS socket or UNIX socket only, it is possible to # enable plugins which don't provide session encryption. The # 'scram-sha-256' plugin allows plain username/password authentication # to be performed # #mech_list: scram-sha-256 # # You can also list many mechanisms at once, then the user can choose # by adding '?auth=sasl.gssapi' to their libvirt URI, eg # qemu+tcp://hostname/system?auth=sasl.gssapi #mech_list: scram-sha-256 gssapi # File containing the service principal for libvirtd # keytab: /etc/libvirt/krb5.tab # If using scram-sha-256 for username/passwds, then this is the file # containing the passwds. Use 'saslpasswd2 -a libvirt [username]' # to add entries, and 'sasldblistusers2 -f [sasldb_path]' to browse it. # Note that this file stores passwords in clear text. #sasldb_path: /etc/libvirt/passwd.db