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:
@ -23,6 +23,7 @@
|
||||
|
||||
/* Required Headers */
|
||||
|
||||
#define UID_WRAPPER_NOT_REPLACE
|
||||
#include "replace.h"
|
||||
#include "libwbclient.h"
|
||||
#include "../winbind_client.h"
|
||||
|
@ -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)
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user