f34a8330c1615511795847b0a1454249d782db2aAlexey Kamenskiy Alexey Kamenskiy <aleksey.kamensky@gmail.com>
f34a8330c1615511795847b0a1454249d782db2aAlexey Kamenskiy SSSD tests - sdap access tests
f34a8330c1615511795847b0a1454249d782db2aAlexey Kamenskiy This program is free software; you can redistribute it and/or modify
f34a8330c1615511795847b0a1454249d782db2aAlexey Kamenskiy it under the terms of the GNU General Public License as published by
f34a8330c1615511795847b0a1454249d782db2aAlexey Kamenskiy the Free Software Foundation; either version 3 of the License, or
f34a8330c1615511795847b0a1454249d782db2aAlexey Kamenskiy (at your option) any later version.
f34a8330c1615511795847b0a1454249d782db2aAlexey Kamenskiy This program is distributed in the hope that it will be useful,
f34a8330c1615511795847b0a1454249d782db2aAlexey Kamenskiy but WITHOUT ANY WARRANTY; without even the implied warranty of
f34a8330c1615511795847b0a1454249d782db2aAlexey Kamenskiy MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
f34a8330c1615511795847b0a1454249d782db2aAlexey Kamenskiy GNU General Public License for more details.
f34a8330c1615511795847b0a1454249d782db2aAlexey Kamenskiy You should have received a copy of the GNU General Public License
f34a8330c1615511795847b0a1454249d782db2aAlexey Kamenskiy along with this program. If not, see <http://www.gnu.org/licenses/>.
f34a8330c1615511795847b0a1454249d782db2aAlexey Kamenskiy struct ldb_message *user_allow_all_deny_somehost;
f34a8330c1615511795847b0a1454249d782db2aAlexey Kamenskiy struct ldb_message *user_allow_all_allow_somehost_deny_somehost;
f34a8330c1615511795847b0a1454249d782db2aAlexey Kamenskiystatic int test_sdap_access_rhost_setup(void **state);
f34a8330c1615511795847b0a1454249d782db2aAlexey Kamenskiystatic int test_sdap_access_rhost_teardown(void **state);
f34a8330c1615511795847b0a1454249d782db2aAlexey Kamenskiy#endif /* TEST_SDAP_ACCESS_H */