removed nisNetgroupTriple from default list attributes

This commit is contained in:
Roland Gruber 2009-02-01 15:56:18 +00:00
parent e9117aa966
commit 7d8eb0406a
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class netgroup extends baseType {
* @return string attribute list
*/
function getDefaultListAttributes() {
return "#cn;#description;#memberNisNetgroup;#nisNetgroupTriple";
return "#cn;#description;#memberNisNetgroup";
}
/**