Pol Hallen Sat, 19 Oct 2013 16:13:31 -0700
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? thanks! Pol