From 7d8eb0406a8a18421d1ddd51aaba2fb1b8d02163 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 1 Feb 2009 15:56:18 +0000 Subject: [PATCH] removed nisNetgroupTriple from default list attributes --- lam/lib/types/netgroup.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } /**