summaryrefslogtreecommitdiffstats
path: root/src/external
diff options
context:
space:
mode:
authorYassir Elley <yelley@redhat.com>2014-05-21 15:11:36 -0400
committerJakub Hrozek <jhrozek@redhat.com>2014-07-01 11:29:03 +0200
commit19d3aba12c70528708be9440aca66038a291f29e (patch)
tree183d784ce325c1b2d4ea2020227d7358a40c5fcc /src/external
parent2efc26d6e54b68a079e8f11fa24d04867d432476 (diff)
downloadsssd-19d3aba12c70528708be9440aca66038a291f29e.tar.gz
sssd-19d3aba12c70528708be9440aca66038a291f29e.tar.xz
sssd-19d3aba12c70528708be9440aca66038a291f29e.zip
AD-GPO: Add gpo-smb implementation in gpo_child process
Reviewed-by: Sumit Bose <sbose@redhat.com>
Diffstat (limited to 'src/external')
-rw-r--r--src/external/samba.m49
1 files changed, 9 insertions, 0 deletions
diff --git a/src/external/samba.m4 b/src/external/samba.m4
index 735cc5a18..5cd5f0986 100644
--- a/src/external/samba.m4
+++ b/src/external/samba.m4
@@ -19,4 +19,13 @@ If you do not want to build these providers it is possible to build SSSD
without them. In this case, you will need to execute configure script
with argument --without-samba
]]))
+
+ PKG_CHECK_MODULES(INI_CONFIG, ini_config >= 1.1.0, ,
+ AC_MSG_ERROR([[Please install libini_config development libraries.
+libini_config libraries are necessary for building ipa provider, as well
+as for building gpo-based access control in ad provider.
+If you do not want to build these providers it is possible to build SSSD
+without them. In this case, you will need to execute configure script
+with argument --without-samba
+ ]]))
fi