Browse Source

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

Daniel-Constantin Mierla 9 năm trước cách đây
mục cha
commit
1894371e06
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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">