On 10/20/13 14:27 +0200, Pol Hallen wrote:
Howdy :-)

I need create a script to set programmatically password to sasldb users

#!/bin/bash
pass=test
saslpasswd -c -u domain.org user0

how pass variable $pass to this script?

/bin/echo "$password" | /usr/sbin/saslpasswd2 -a $service_name $username

This is inappropriate for a multi-user system since the password will show
up in a process list.

--
Dan White

Reply via email to