diff --git a/lam/lib/types/netgroup.inc b/lam/lib/types/netgroup.inc index 45c25705..5a862a06 100644 --- a/lam/lib/types/netgroup.inc +++ b/lam/lib/types/netgroup.inc @@ -68,7 +68,7 @@ class netgroup extends baseType { * @return string attribute list */ function getDefaultListAttributes() { - return "#cn;#description;#memberNisNetgroup;#nisNetgroupTriple"; + return "#cn;#description;#memberNisNetgroup"; } /**