From b54390f432047dd13b24159107e5bd0351859d55 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 14 Dec 2012 00:29:48 +0100 Subject: [PATCH] Show conflict warning when user_ldap and user_webdavauth are enabled --- apps/user_ldap/templates/settings.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php index d10062c1d9d..470f0684847 100644 --- a/apps/user_ldap/templates/settings.php +++ b/apps/user_ldap/templates/settings.php @@ -4,6 +4,10 @@
  • LDAP Basic
  • Advanced
  • + '.$l->t('Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behaviour. Please ask your system administrator to disable one of them.').'

    '; + } + ?>

    -- 2.39.5