| Index: grit/format/policy_templates/writers/admx_writer.py
|
| diff --git a/grit/format/policy_templates/writers/admx_writer.py b/grit/format/policy_templates/writers/admx_writer.py
|
| index ceba51416c31ef6c9e38e62e0b34e4012d467324..37be4ab921ad36cd20d36a0aaf833f2c690e50a5 100644
|
| --- a/grit/format/policy_templates/writers/admx_writer.py
|
| +++ b/grit/format/policy_templates/writers/admx_writer.py
|
| @@ -167,6 +167,7 @@ class ADMXWriter(xml_formatted_writer.XMLFormattedWriter):
|
| attributes = {
|
| 'id': name,
|
| 'valueName': name,
|
| + 'maxLength': '1000000',
|
| }
|
| self.AddElement(parent, 'text', attributes)
|
|
|
|
|