Results 1 to 2 of 2
I need define a user /password for sasl but want the authentication at runtime be automatic - no explicit prompting the user while accessing
a tcp socket with some applications ...
- 03-26-2011 #1Just Joined!
- Join Date
- Feb 2011
- Posts
- 10
saslpasswd2
I need define a user /password for sasl but want the authentication at runtime be automatic - no explicit prompting the user while accessing
a tcp socket with some applications that need the 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 tcp it prompts for the above defined user/password and autheticates ok .
But I want without the explicit authentication
The man pages says
-p Pipe mode - saslpasswd2 will neither prompt for the password nor verify that it was entered correctly. This is the default when standard input is not a terminal.
In the past (before some upgrading of libvirt via rpm) I had the SASL authentication at runtime done automatically with no explicit prompting the user
Don't know how to restore it .
Any idea ?Last edited by dubi; 03-26-2011 at 04:59 PM.
- 03-26-2011 #2Just Joined!
- Join Date
- Feb 2011
- Posts
- 10
solved - no need
solved - no need
Last edited by dubi; 03-27-2011 at 01:18 PM. Reason: solved


Reply With Quote