Added the group description field with a generic description field
This commit is contained in:
parent
8cd2f41788
commit
0e8f5e1465
1 changed files with 1 additions and 0 deletions
|
@ -340,6 +340,7 @@ def main():
|
|||
|
||||
userLdif.append(["fedoraGroupNeedsSponsor",[str(group[3])]]) #need to convert to bool
|
||||
userLdif.append(["fedoraGroupUserCanRemove",[str(group[4])]]) #need to convert to bool
|
||||
userLdif.append(["fedoraGroupDesc",[str('Please fill out a Group Description')]]) #need to convert to bool
|
||||
#userLdif.append(["groupPrerequisite",[str(group[5])]])
|
||||
#userLdif.append(["groupPrerequisite",prereq]) not currently in the schema
|
||||
userLdif.append(["fedoraGroupJoinMsg",[str(group[6]) or "None" ]])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue