1921d739ff7b028baa591272cc8969e330c8f872Jakub Hrozek# Shared module for integration tests that need to access the sssd_nss
1921d739ff7b028baa591272cc8969e330c8f872Jakub Hrozek# module directly
1921d739ff7b028baa591272cc8969e330c8f872Jakub Hrozek# Copyright (c) 2016 Red Hat, Inc.
1921d739ff7b028baa591272cc8969e330c8f872Jakub Hrozek# This is free software; you can redistribute it and/or modify it
1921d739ff7b028baa591272cc8969e330c8f872Jakub Hrozek# under the terms of the GNU General Public License as published by
1921d739ff7b028baa591272cc8969e330c8f872Jakub Hrozek# the Free Software Foundation; version 2 only
1921d739ff7b028baa591272cc8969e330c8f872Jakub Hrozek# This program is distributed in the hope that it will be useful, but
1921d739ff7b028baa591272cc8969e330c8f872Jakub Hrozek# WITHOUT ANY WARRANTY; without even the implied warranty of
1921d739ff7b028baa591272cc8969e330c8f872Jakub Hrozek# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1921d739ff7b028baa591272cc8969e330c8f872Jakub Hrozek# General Public License for more details.
1921d739ff7b028baa591272cc8969e330c8f872Jakub Hrozek# You should have received a copy of the GNU General Public License
1921d739ff7b028baa591272cc8969e330c8f872Jakub Hrozek# along with this program. If not, see <http://www.gnu.org/licenses/>.
1921d739ff7b028baa591272cc8969e330c8f872Jakub Hrozek """ 'enum' class for name service switch return code """
1921d739ff7b028baa591272cc8969e330c8f872Jakub Hrozek """ Raised when one of the NSS operations fail """
1921d739ff7b028baa591272cc8969e330c8f872Jakub Hrozek return "NSS operation %s failed %d" % (nssop, errno)
1921d739ff7b028baa591272cc8969e330c8f872Jakub Hrozek libnss_sss_path = config.NSS_MODULE_DIR + "/libnss_sss.so.2"