Displaying 11 results from an estimated 11 matches for "saslpasswd2".
2011 Mar 26
0
saslpasswd2 and virsh -c qemu+tcp:///system <command>
I need define a user /password for sasl but want that to do the
verification
automatically no -promting ( or even maybe avoid the verification) while
using a tcp socket with some applications that need authentication (e.g
libvirt)
so I try : saslpasswd2 -c -p -a libvirt <user>
and it hangs (if i now press Enter it says : "invalid parameter
supplied") . if I avoid the -p flag the above commad works fine and
prompts for password and later when using the tc p (virsh -c
qemu+tcp:...) it prompts for the above defined user/...
2011 Mar 26
0
libvirt-users Digest, Vol 15, Issue 25
Sorry, let me rephrase the question again:
I need define a user /password for sasl but want the authentication at
runtime
be automatic - no explicit promting the user while accessing a tcp socket
with some applications that need authentication (e.g libvirt)
I try : saslpasswd2 -c -p -a libvirt <user>
and it hangs (if i now press Enter it says : "invalid parameter
supplied") . if I avoid the -p flag the above commad works fine and
prompts for password and later when using the tcp (virsh -c
qemu+tcp:...) it prompts for the above defined u...
2006 Jan 22
0
ASMTP setup on 4.8 -- SOLVED!!!
...=" and now it works.
</snippet>
In my attempts to correct the issue, your solution provided the nudge in
the right direction. However, I believe the conclusion "a known issue in
Postfix20020917/SASL2" is invalid.
Using your solution as a base, I instead of issuing a
"saslpasswd2 -c -u domain user" (user is unable to authenticate)
issue a
"saslpasswd2 -c -u hostname.domain user" (user is now able to authenticate)
where the hostname is happens to be the hostname of the server as that
is the fully qualified $myhostname. To proof it, I changed
"smtpd_sa...
2011 Mar 27
0
libvirt-users Digest, Vol 15, Issue 26
...se the question again:
>
> I need define a user /password for sasl but want the authentication at
> runtime
> be automatic - no explicit promting the user while accessing a tcp
socket
>
> with some applications that need authentication (e.g libvirt)
>
> I try : saslpasswd2 -c -p -a libvirt <user>
>
> and it hangs (if i now press Enter it says : "invalid parameter
> supplied") . if I avoid the -p flag the above commad works fine and
> prompts for password and later when using the tcp (virsh -c
> qemu+tcp:...) it prompt...
2012 Jan 18
1
libvirt with sasl shadow backend
...user not
found: no secret in database)
on client (virt-manager gui):
...
('virtConnectOpenAuth() faild')
..
I have tested it with tool "testsaslauthd" and their result:
e.g.: # testsaslauthd -u root -p root
0: OK "Success."
When i set it manually with saslpasswd:
# saslpasswd2 -a libvirt root -p
it works.
Although I use, in the configuration of sasl, shadow, libvirt does not use
it (i think so).
Host:
debian6.0.3 (squeez)
libvirt 0.8.3 (deb)
sasl2.1.23 (deb)
:-)
Best regards,
Robyn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <ht...
2015 Dec 04
2
virsh athentification failure
Hi,
I wrote a C program running in a KVM host.
Part of it adds a Unix Channel device in all Guests in order to have a dialog from Host to Guest.
As long as my host wasn't part of an Ovirt cluster , all was running fine.
I added my host in a ovirt cluster , and then , when running the script creating the channel device ( by using "virsh attach-device --persistent -live ....."
2009 Aug 26
3
saslauthd
Hello,
I'm having trouble to get saslauthd running on a centos-5.3. I can't
autheticate via testsaslauthd. Here's what I do using a fresh /etc/sasldb2:
1) start saslauthd in debug mode: saslauthd -d -a shadow -O
/usr/lib64/sasl2/smtpd.conf -r -l
2) saslpasswd2 -c -a mail -u mail testuser
3) testsaslauthd -u testomat -p <mypassword> -s smtp -r mail
shell output of testsaslauthd:
0: NO "authentication failed"
shell output of saslauthd:
[root at x02-new ~]# saslauthd -d -a shadow -O /usr/lib64/sasl2/smtpd.conf
-r -l
saslauthd[1936] :main...
2015 Dec 04
0
Re: virsh athentification failure
...-whitespace username.)
>
>
> What's the user/password I've to use then ?
When you attach a compute node to oVirt, it sets up auth with libvirt
to prevent admins from connecting to libvirt. If you want to oiverride
that you need to create yourself a SASL user + password using the
saslpasswd2 command eg see
http://libvirt.org/auth.html#ACL_server_username
Regards,
Daniel
--
|: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org -o- http://virt-manager.org :|
|: http://autobuild.org -o- http://search.c...
2005 Mar 22
0
Saslpasswd and sendmail.
Of course! There is a second version, saslpasswd2 and aimilarly
named alternatives....ahhhhhhhhhhhhrrrrggggggg.
--
*** e-mail is not a secure channel ***
mailto:byrnejb.<token>@harte-lyne.ca
James B. Byrne Harte & Lyne Limited
vox: +1 905 561 1241 9 Brockley Drive
fax: +1 905 561 0757 Hamilton, Onta...
2010 Oct 27
0
[PATCH node] add password.py
...fig = augeas.Augeas("root=/")
+ ssh_config.set("/files/etc/ssh/sshd_config", status)
+ ssh_config.save()
+ ovirt_store_config("/etc/ssh/sshd_config")
+ os.system("service sshd reload")
+
+def set_sasl_password(user, password):
+ os.system("saslpasswd2 -a libvirt -p " + user)
--
1.7.2.3
2015 Dec 07
2
libvirt logging of virDomainAttachDeviceFlags()
Hi,
When using « virsh attach-device ....." to add a channel device to a Guest , I see following entry in libvirt log :
2015-12-07 11:14:47.307+0000: 14551: debug : virDomainAttachDeviceFlags:10433 : dom=0x7f2a58252fc0, ........
Great !!
But , when calling virDomainAttachDeviceFlags( ) from a C program , I got return code -1 but nothing appears related to virDomainAttachDeviceFlags(