"""
+ LOG.debug("Executing {} ...".format(self.__class__.__name__))
+
if not self.initialized:
self.handle_error(
"The application is not completely initialized.", '', True)
# -------------------------------------------------------------------------
def pre_run(self):
+ super(DnsuiUsersApp, self).pre_run()
self.connect_db()
# -------------------------------------------------------------------------
"""
if self.verbose > 1:
- LOG.debug("executing pre_run() ...")
+ LOG.debug("Executing pre_run() ...")
super(PpLdapApplication, self).pre_run()
- LOG.debug("Binding to the LDAP servers ...")
+ LOG.info("Binding local address for LDAP requests ...")
try:
self.ldap_connection.bind()
except LDAPPasswordIsMandatoryError as e: