Dan White wrote:
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 $ser
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 $usernam