bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 09 Jan 2013 14:29:29 +0100
branchstable
changeset 8639 2fddbe32ae8b
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[ldapfeed] if a deactivated user becomes available again in its source, reactivate it (closes #2542776) * cwusers that see their ldap source counterpart disappear are deactivated * until now they were not activated again on reappearance * note this behaviour in the doc

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