From 72731c0344564bbce375736e554a95c5101c32de Mon Sep 17 00:00:00 2001 From: DongInn Kim Date: Thu, 12 Jul 2012 17:51:30 -0400 Subject: Should remove the "extra_groups" attribute from the "" tag. --- tools/accounts2xml.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22