NAME
Net::FreeIPA::Common provides common convenience methods for Net::FreeIPA
Public methods
- find_one
-
Use the
api
method<api_<api
_find>> to retrieve a single answer.The
criteria
argument of the<api_<api
_find>> is the empty string, theall
option is set.(Warns if more than one is found, and returns the first one in that case).
Returns undef in case of problem or if there is no result.