1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

nsswitch: Disable uid_wrapper in libwbclient.

This way we don't have to link against it in the autoconf build.
This commit is contained in:
Andreas Schneider
2011-10-07 21:06:57 +02:00
parent f53096032d
commit 8682c32c1a
3 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,7 @@
/* Required Headers */
#define UID_WRAPPER_NOT_REPLACE
#include "replace.h"
#include "libwbclient.h"
#include "../winbind_client.h"

View File

@ -10,6 +10,8 @@
<sopwith@redhat.com> (see copyright below for full details)
*/
#define UID_WRAPPER_NOT_REPLACE
#include "pam_winbind.h"
static int wbc_error_to_pam_error(wbcErr status)

View File

@ -22,6 +22,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define UID_WRAPPER_NOT_REPLACE
#include "replace.h"
#include "system/select.h"
#include "winbind_client.h"