Lines Matching refs:netgroups
79 self.netgroups = []
122 (err, errno, netgroups)
123 if err is NssReturnCode.SUCCESS netgroups will contain list of
165 netgroups will be retieved as part of executions and will content
167 Missing nested netgroups will not cause failure and are considered
173 (err, errno, netgroups)
174 if err is NssReturnCode.SUCCESS netgroups will contain list of
180 return (res, errno, self.netgroups)
182 self.netgroups += result
190 return (nest_res, nest_errno, self.netgroups)
192 self.netgroups = result + self.netgroups
194 return (res, errno, self.netgroups)
199 netgroups will not be returned. Missing nested netgroups will be
205 (err, errno, netgroups)
206 if err is NssReturnCode.SUCCESS netgroups will contain list of
246 netgroups only provided by sssd.
251 @return (int, int, List[(string, string, string]) (err, errno, netgroups)
252 if err is NssReturnCode.SUCCESS netgroups will contain list of touples.