Skip to content

Commit

Permalink
[jan] Add show_encryption setting to HTTP authentication configuratio…
Browse files Browse the repository at this point in the history
…n (Jasper.Olbrich@students.uni-marburg.de, Bug #13444).
  • Loading branch information
yunosh committed Aug 18, 2014
1 parent d5ef4f3 commit 9f3694a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions horde/config/conf.xml
Expand Up @@ -268,6 +268,8 @@
<case name="http" desc="HTTP (Basic Authentication/.htpasswd)
authentication">
<configsection name="params">
<configboolean name="show_encryption" required="false" desc="Prepend the
password algorithm to the password value?">true</configboolean>
<configstring name="htpasswd_file" required="false" desc="The location of
the htpasswd file containing the user names and passwords"/>
<configenum name="encryption" desc="The password hashing algorithm used in the htpasswd file">crypt-des
Expand Down
2 changes: 2 additions & 0 deletions horde/docs/CHANGES
Expand Up @@ -2,6 +2,8 @@
v5.2.2-git
----------

[jan] Add show_encryption setting to HTTP authentication configuration
(Jasper.Olbrich@students.uni-marburg.de, Bug #13444).


------
Expand Down
4 changes: 2 additions & 2 deletions horde/package.xml
Expand Up @@ -39,7 +39,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2</license>
<notes>
*
* [jan] Add show_encryption setting to HTTP authentication configuration (Jasper.Olbrich@students.uni-marburg.de, Bug #13444).
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -3966,7 +3966,7 @@
<date>2014-08-04</date>
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2</license>
<notes>
*
* [jan] Add show_encryption setting to HTTP authentication configuration (Jasper.Olbrich@students.uni-marburg.de, Bug #13444).
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 9f3694a

Please sign in to comment.