summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/accounts2xml.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/accounts2xml.py b/tools/accounts2xml.py
index 183a70174..de41c6107 100755
--- a/tools/accounts2xml.py
+++ b/tools/accounts2xml.py
@@ -103,7 +103,6 @@ def main(args):
item.setAttribute('name', gkey)
(gid,extra) = gval.split(':')
item.setAttribute('gid', gid)
- item.setAttribute('extra_groups', extra)
output_file = "accounts.xml"
doc.writexml(open(output_file, 'w'), addindent=' ', newl='\n') # Write file