Previously, auto-configuration of all kinds of bindings were either enabled or disabled en-mass. This level of granularity wasn't really appropriate in practice as it many use-cases could be served with some bindings but not others. This change updates each auto-configuration to watch for a particular key to be disabled. [resolves #29] Signed-off-by: Ben Hale <bhale@vmware.com>