diff options
author | Lars Müller <lmuelle@samba.org> | 2006-03-13 16:19:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:15:25 -0500 |
commit | fe9ddcace996ef860fe7a6f6d2ce4b52588558b9 (patch) | |
tree | 868f045e8c1dd7d65dbb2ca2881ee234351475e0 /source3 | |
parent | 9b277916445e6c1bdc60e06c382067c209287aaf (diff) | |
download | samba-fe9ddcace996ef860fe7a6f6d2ce4b52588558b9.tar.gz samba-fe9ddcace996ef860fe7a6f6d2ce4b52588558b9.tar.bz2 samba-fe9ddcace996ef860fe7a6f6d2ce4b52588558b9.zip |
r14326: First catch of make test_pam_modules.
Testing pam_smbpass pam_winbind
dlopen() of "./bin/pam_smbpass.so" succeeded.
dlopen() of "./bin/pam_winbind.so" failed: ././bin/pam_winbind.so:
undefined symbol: secrets_fetch_domain_sid
make: *** [test_pam_modules] Error 1
(This used to be commit 4b545e0ce665fe772095c27fe11ce535477f84ce)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 5d9e1e18c6..4383cefef4 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -508,7 +508,7 @@ RPCCLIENT_OBJ = $(RPCCLIENT_OBJ1) \ PAM_WINBIND_OBJ = nsswitch/pam_winbind.o \ $(PARAM_OBJ) $(LIB_NONSMBD_OBJ) $(RPC_PARSE_OBJ1) \ - $(LIBSAMBA_OBJ) $(DOSERR_OBJ) + $(LIBSAMBA_OBJ) $(DOSERR_OBJ) $(SECRETS_OBJ) PAM_WINBIND_PICOBJ = $(PAM_WINBIND_OBJ:.o=.@PICSUFFIX@) |