From def834b0a1f6bfd0f2ab7b2bff9e9931912bee50 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 9 Oct 2013 22:06:44 +0200 Subject: [PATCH] LDAP: dissolve LDAP Basic settings, move Login Filter to Advanced and clean up Advanced settings, too. This is all done via Wizard, now. --- apps/user_ldap/templates/settings.php | 63 +++------------------------ 1 file changed, 7 insertions(+), 56 deletions(-) diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php index f63a4bdef1..22aab0186f 100644 --- a/apps/user_ldap/templates/settings.php +++ b/apps/user_ldap/templates/settings.php @@ -4,9 +4,8 @@ $title) { ?>
  • -
  • Expert
  • -
  • Advanced
  • -
  • LDAP Basic
  • +
  • Expert
  • +
  • Advanced
  • '.$l->t('Warning: Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them.').'

    '); @@ -17,65 +16,17 @@ ?>
    -

    - - -

    -

    -

    -

    -

    -

    -

    -

    -

    -

    - " />

    -

    - " />

    -

    - " />

    - -
    -

    t('Connection Settings'));?>

    -

    +

    + " />

    -

    >


    @@ -100,7 +51,7 @@
    -
    +

    t('Internal Username'));?>

    t('By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users.'));?>