Browse Source

lib/srdb1: addend entities for password and ha1 fields length

Daniel-Constantin Mierla 9 years ago
parent
commit
1894371e06
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lib/srdb1/schema/entities.xml

+ 2 - 0
lib/srdb1/schema/entities.xml

@@ -1,5 +1,7 @@
 <!ENTITY user_len "64">
 <!ENTITY domain_len "64">
+<!ENTITY password_len "64">
+<!ENTITY ha1_len "128">
 <!ENTITY realm_len "64">
 <!ENTITY uri_len "128">
 <!ENTITY xcap_uri_len "255">