mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
Display membership attributes (member, memberOf) by default in show/find.
This commit is contained in:
committed by
Rob Crittenden
parent
914d2cd4df
commit
6b38de9454
@@ -33,7 +33,7 @@ class netgroup(LDAPObject):
|
||||
object_name = 'netgroup'
|
||||
object_name_plural = 'netgroups'
|
||||
object_class = ['ipaobject', 'ipaassociation', 'ipanisnetgroup']
|
||||
default_attributes = ['cn', 'description', 'memberof']
|
||||
default_attributes = ['cn', 'description', 'member', 'memberof']
|
||||
uuid_attribute = 'ipauniqueid'
|
||||
attribute_names = {
|
||||
'cn': 'name',
|
||||
|
||||
Reference in New Issue
Block a user