Skip to content

Commit

Permalink
lib/srdb1: uac_reg schema - updated notes about auth_password and aut…
Browse files Browse the repository at this point in the history
…h_ha1
  • Loading branch information
miconda committed Sep 2, 2019
1 parent 9b501c4 commit 163f73f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/srdb1/schema/uacreg.xml
Expand Up @@ -94,15 +94,16 @@
<type>string</type>
<size>&password_len;</size>
<default/>
<description>Authentication password</description>
<description>Authentication password in clear text</description>
</column>

<column id="auth_ha1">
<name>auth_ha1</name>
<type>string</type>
<size>&ha1_len;</size>
<default/>
<description>Hashed (HA1) authentication password - currently unused</description>
<description>Hashed (HA1) authentication password - it has priority over
auth_password field.</description>
</column>

<column id="auth_proxy">
Expand Down

0 comments on commit 163f73f

Please sign in to comment.