Skip to content
Snippets Groups Projects
Verified Commit 6f3b51cc authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add displayName to group.

parent 36799477
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ class TeckidsGroup(ldapdb.models.Model, TeckidsLdapMixin):
# Group name details
cn = CharField(db_column='cn', max_length=50, primary_key=True)
display_name = CharField(db_column='displayName', max_length=100)
description = CharField(db_column='description', max_length=200)
# Members of this group
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment