develop
asamoukin 16 years ago
parent 745494802a
commit ad8ce70565

@ -2655,13 +2655,10 @@ class servMail(shareLdap):
# останавливаем сервис Mail
if not self.stopServices(["mail"]):
return False
# Подключаемся к LDAP cерверу
if not shareLdap.getLdapObjInFile(self):
return False
# Имя устанавливаемого сервиса
self.clVars.Set("soft_ldap_setup_name","mail")
self.clVars.Write("soft_mail_setup","no")
# Cоздаем объект профиль устанавливая директорию samba для
# Cоздаем объект профиль устанавливая директорию mail для
# файлов профилей
if not self.applyProfilesFromService('mail'):
return False
@ -2673,6 +2670,9 @@ class servMail(shareLdap):
else:
if not self.restartLdapServer():
return False
# Подключаемся к LDAP cерверу
if not shareLdap.getLdapObjInFile(self):
return False
# Находим в LDAP Mail сервис
resSearch = self.searchService()
ret = True

Loading…
Cancel
Save