View | Details | Raw Unified | Return to bug 35719
Collapse All | Expand All

(-)a/ucs-4.0-0/management/univention-management-console-module-udm/umc/python/udm/udm_ldap.py (-2 / +4 lines)
 Lines 102-110   class LDAP_ServerDown(UMC_Error): Link Here 
102
			fqdn = '%s.%s' % (ucr.get('hostname'), ucr.get('domainname'))
102
			fqdn = '%s.%s' % (ucr.get('hostname'), ucr.get('domainname'))
103
			yield _('Cannot connect to the LDAP service.')
103
			yield _('Cannot connect to the LDAP service.')
104
			yield _('The following steps can help to solve this problem:')
104
			yield _('The following steps can help to solve this problem:')
105
			yield ' * ' + _('Check the available hard disk space and RAM on the domaincontroller master')
105
			if is_master:
106
			if not is_master:
106
				yield ' * ' + _('Check if enough hard disk space and free RAM is available on this server or free some resources')
107
			else:
107
				yield ' * ' + _('Make sure the domaincontroller master is running and reachable from %s') % (fqdn,)
108
				yield ' * ' + _('Make sure the domaincontroller master is running and reachable from %s') % (fqdn,)
109
				yield ' * ' + _('Check if enough hard disk space and free RAM is available on this server and on the domaincontroller master or free some resources')
108
			yield ' * ' + _('Restart the LDAP service on the domaincontroller master either via "invoke-rc.d slapd restart" on command line or with the UMC module "System services"')
110
			yield ' * ' + _('Restart the LDAP service on the domaincontroller master either via "invoke-rc.d slapd restart" on command line or with the UMC module "System services"')
109
			if updates_available:
111
			if updates_available:
110
				yield ' * ' + _('Install the latest software updates')
112
				yield ' * ' + _('Install the latest software updates')

Return to bug 35719