freeipa/ipaserver
Tomas Babej ed3d184a7d adtrustinstance: Move attribute definitions from setup to init method
Majority of the attributes set in the setup method can be set in the
__init__ method where they are actually defined (and set to None).

This is true for attributes that hold constant values and for
attributes that have their values derived from api.env dictionary.

Creates a new __setup_default_attributes method, that is called
from within __init__ and setup (in case the passed values for
hostname or domain do not correspond to that what is set in api.env,
doing otherwise could cause unexpected behaviour).

Part of: https://fedorahosted.org/freeipa/ticket/3479
2013-10-14 11:11:17 +02:00
..
advise Remove redundant shebangs 2013-08-26 13:03:32 +02:00
install adtrustinstance: Move attribute definitions from setup to init method 2013-10-14 11:11:17 +02:00
plugins Use LDAP modify operation directly to add/remove group members. 2013-07-11 12:39:26 +03:00
__init__.py Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
dcerpc.py trust: integrate subdomains support into trust-add 2013-10-04 10:25:31 +02:00
rpcserver.py Show human-readable error name in error dialog title 2013-08-26 13:05:36 +02:00