summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2013-07-03 12:52:52 +0200
committerStefan Metzmacher <metze@samba.org>2014-04-17 14:56:05 +0200
commit751b2b2d2a8b66cd447b5aed4531a8fc6cfab256 (patch)
tree2064559f1e626e83a5855940bb6830a17b181dfc /nsswitch
parent6d23354f72a487741177dd83c561a1bb72fa6412 (diff)
downloadsamba-751b2b2d2a8b66cd447b5aed4531a8fc6cfab256.tar.gz
Remove uid_wrapper related code.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'nsswitch')
-rw-r--r--nsswitch/libwbclient/wbc_pam.c1
-rw-r--r--nsswitch/pam_winbind.c2
-rw-r--r--nsswitch/wb_common.c2
3 files changed, 0 insertions, 5 deletions
diff --git a/nsswitch/libwbclient/wbc_pam.c b/nsswitch/libwbclient/wbc_pam.c
index f183cc61b1e..51fc3bc5a24 100644
--- a/nsswitch/libwbclient/wbc_pam.c
+++ b/nsswitch/libwbclient/wbc_pam.c
@@ -23,7 +23,6 @@
/* Required Headers */
-#define UID_WRAPPER_NOT_REPLACE
#include "replace.h"
#include "libwbclient.h"
#include "../winbind_client.h"
diff --git a/nsswitch/pam_winbind.c b/nsswitch/pam_winbind.c
index 258e5ac2f72..a8883afd1de 100644
--- a/nsswitch/pam_winbind.c
+++ b/nsswitch/pam_winbind.c
@@ -10,8 +10,6 @@
<sopwith@redhat.com> (see copyright below for full details)
*/
-#define UID_WRAPPER_NOT_REPLACE
-
#include "pam_winbind.h"
enum pam_winbind_request_type
diff --git a/nsswitch/wb_common.c b/nsswitch/wb_common.c
index 5fde8d0f138..23b78874c11 100644
--- a/nsswitch/wb_common.c
+++ b/nsswitch/wb_common.c
@@ -22,8 +22,6 @@
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"