search for: sasldb_path

Displaying 2 results from an estimated 2 matches for "sasldb_path".

2009 Jan 23
1
svnserve with SASL on CentOS 5.2
...CentOS 5.2 x32, svnserve, version 1.5.5 (r34862), here is my svnserve.conf file [general] anon-access = none auth-access = write realm = isf [sasl] use-sasl = true min-encryption = 128 max-encryption = 256 and here is my /etc/sasl2/svn.conf file pwcheck_method: auxprop auxprop_plugin: sasldb sasldb_path: /svn/sassl mech_list: DIGEST-MD5 On the client I am using TortoiseSVN 1.5.5 (TortoiseSVN 1.5.5, Build 14361 - 64 Bit , 2008/10/24 18:06:34 Subversion 1.5.4, apr 1.2.12 apr-utils 1.2.12 berkeley db 4.4.20 neon 0.28.3 OpenSSL 0.9.8i 15 Sep 2008 zlib 1.2.3) When connecting to this repository, I am...
2011 Jan 27
1
libvirtd + vir-manager + kerberos
...password it already authenticated! Here is what I've set up: /etc/sasl2/libvirt.conf listen_tls = 0 listen_tcp = 1 mdns_adv = 0 auth_unix_ro = "none" auth_unix_rw = "none" auth_tcp = "sasl" /etc/sasl2/libvirt.conf mech_list: gssapi keytab: /etc/libvirt/krb5.kqemu sasldb_path: /etc/libvirt/passwd.db I start libvirtd with: KRB5_KTNAME=/etc/libvirt/krb5.kqemu /usr/sbin/libvirtd -d --listen In virt-manager I've set both hosts: qemu+tcp://srv1.example.org qemu+tcp://srv2.example.org Since both configs are identical (I've ran diff on them) I am a bit lost at the m...