bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 19 Oct 2016 15:57:52 +0200
branch3.23
changeset 11719 36443c44b9a5
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[ldapfeed] Fix crash when user's password has to be generated Binary isn't hashable hence can't be added to a set. Test added.

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])