from .mailaddress import MailAddress
-__version__ = '0.5.0'
+__version__ = '0.5.1'
LOG = logging.getLogger(__name__)
LDAP entries used by Barracuda to ensure the existence of aliases.
"""
+ show_simulate_option = True
+
default_barracuda_base_dn = 'ou=barracuda,ou=Applications,o=Pixelpark,o=isp'
postfix_config_dir = os.sep + os.path.join('etc', 'postfix')
postfix_maps_dir = os.path.join(postfix_config_dir, 'maps')
from .pidfile import PidFileError, PidFile
-__version__ = '0.7.4'
+__version__ = '0.7.5'
LOG = logging.getLogger(__name__)
Class for a application 'config-named' for configuring the BIND named daemon.
"""
+ show_simulate_option = True
+
default_pidfile = '/run/dns-deploy-zones.pid'
default_pdns_api_host = 'systemshare.pixelpark.com'
from .pidfile import PidFileError, PidFile
-__version__ = '0.5.5'
+__version__ = '0.5.6'
LOG = logging.getLogger(__name__)
of the BIND named daemon.
"""
+ show_simulate_option = True
+
default_pidfile = '/run/dns-deploy-zones.pid'
default_named_conf_dir = '/etc'
from .ldap_app import PpLdapAppError, PpLdapApplication
-__version__ = '0.4.6'
+__version__ = '0.4.7'
LOG = logging.getLogger(__name__)
are existing and have administrator access.
"""
+ show_simulate_option = True
+
default_admin_group = "cn=Administratoren Pixelpark Berlin"
# DB data
from .pdns_record import PdnsSoaData
-__version__ = '0.10.4'
+__version__ = '0.10.5'
LOG = logging.getLogger(__name__)
# =============================================================================
Application class for the 'import-pdnsdata'-Application.
"""
+ show_simulate_option = True
+
# Source DB data
default_src_db_host = 'mysql-pp06.pixelpark.com'
default_src_db_port = 3306
from .ldap_app import PpLdapAppError, PpLdapApplication
-__version__ = '0.6.0'
+__version__ = '0.6.1'
LOG = logging.getLogger(__name__)
* all LDAP users having a valid numeric UID (different to 999999999)
"""
+ show_simulate_option = True
+
default_initial_uid = 999999999
# /mnt/nfs
default_chroot_homedir = os.sep + os.path.join('mnt', 'nfs')
from .homes_admin import PpHomesAdminError, PpHomesAdminApp
-__version__ = '0.6.3'
+__version__ = '0.6.4'
LOG = logging.getLogger(__name__)
ZERO = datetime.timedelta(0)
of the home share on the NFS server.
"""
+ show_simulate_option = True
+
default_quota_kb = 300 * 1024
# /var/lib/quota-check