NAME
Net::FreeIPA::Common provides common convenience methods for Net::FreeIPA
Public methods
- find_one
 - 
Use the
apimethod<api_<api_find>> to retrieve a single answer.The
criteriaargument of the<api_<api_find>> is the empty string, thealloption 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.
 - do_one
 - 
Wrapper for simple call using
apiandmethodvia<api_<api_<method>(name)>>.Any options are passed as is except
__noerror.Following error-type are not reported as error (set/added as defaults for
__noerror) (still returnsundef):- DuplicateEntry: when 
methodisadd, an existing entry is not reported as an error - AlreadyInactive: when 
methodisdisable, an already inactive/disabled entry is not reported as an error - NotFound: when 
methodis notmodor any of the previous, an missing entry is not reported as an error 
Returns the result attribute on success, or undef otherwise.
 - DuplicateEntry: when