summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDongInn Kim <dikim@cs.indiana.edu>2012-07-12 17:51:30 -0400
committerDongInn Kim <dikim@cs.indiana.edu>2012-07-12 17:51:30 -0400
commit72731c0344564bbce375736e554a95c5101c32de (patch)
treec75527b7835d4e628c1bc02000ba6ed4798b3965 /tools
parent162040a5d729d82e06c2a991c37fded3931676a4 (diff)
downloadbcfg2-72731c0344564bbce375736e554a95c5101c32de.tar.gz
bcfg2-72731c0344564bbce375736e554a95c5101c32de.tar.bz2
bcfg2-72731c0344564bbce375736e554a95c5101c32de.zip
Should remove the "extra_groups" attribute from the "<UnixGroup ... >"
tag.
Diffstat (limited to 'tools')
-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