diff --git a/ticdesk_account/models.py b/ticdesk_account/models.py index ca02d06d9473c5afe1f0b5dc6f60ab6af6decef1..b5b0bdc6eb761dbe8b55b8f93732fba94bbf8f5f 100644 --- a/ticdesk_account/models.py +++ b/ticdesk_account/models.py @@ -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