summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-07-12 17:14:57 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-07-12 17:14:57 -0500
commit8eef6947006721eb8a8a3d38d959b89303aa941a (patch)
tree4c21ba188feefe33aa1b5fd07acfb8aedd89a75d /tools
parentfd1ed3e79497c2968831f8e396236ac89bcf58fc (diff)
parent72731c0344564bbce375736e554a95c5101c32de (diff)
downloadbcfg2-8eef6947006721eb8a8a3d38d959b89303aa941a.tar.gz
bcfg2-8eef6947006721eb8a8a3d38d959b89303aa941a.tar.bz2
bcfg2-8eef6947006721eb8a8a3d38d959b89303aa941a.zip
Merge https://github.com/dikim33/bcfg2
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