Re: saslpasswd2 programmatically password

2013-10-21 Thread Howard Chu
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

Re: saslpasswd2 programmatically password

2013-10-21 Thread Dan White
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