diff options
Diffstat (limited to 'auth')
| -rw-r--r-- | auth/credentials/credentials_krb5.c | 1 | ||||
| -rwxr-xr-x[-rw-r--r--] | auth/credentials/wscript_build | 4 | 
2 files changed, 3 insertions, 2 deletions
diff --git a/auth/credentials/credentials_krb5.c b/auth/credentials/credentials_krb5.c index 18fda886bc..f4defa1cc0 100644 --- a/auth/credentials/credentials_krb5.c +++ b/auth/credentials/credentials_krb5.c @@ -28,6 +28,7 @@  #include "auth/credentials/credentials_proto.h"  #include "auth/credentials/credentials_krb5.h"  #include "auth/kerberos/kerberos_credentials.h" +#include "auth/kerberos/kerberos_srv_keytab.h"  #include "auth/kerberos/kerberos_util.h"  #include "param/param.h" diff --git a/auth/credentials/wscript_build b/auth/credentials/wscript_build index 2c46b43b21..a7936e92ec 100644..100755 --- a/auth/credentials/wscript_build +++ b/auth/credentials/wscript_build @@ -11,13 +11,13 @@ bld.SAMBA_LIBRARY('samba-credentials',  bld.SAMBA_SUBSYSTEM('CREDENTIALS_KRB5',  	source='credentials_krb5.c', -	deps='KERBEROS_UTIL gssapi samba-credentials', +	deps='KERBEROS_SRV_KEYTAB KERBEROS_UTIL gssapi samba-credentials',  	public_deps='com_err authkrb5',  	)  bld.SAMBA_SUBSYSTEM('CREDENTIALS_SECRETS',  	source='credentials_secrets.c', -	deps='CREDENTIALS_KRB5 CREDENTIALS_NTLM ldb samdb-common', +	deps='CREDENTIALS_KRB5 CREDENTIALS_NTLM ldb SECRETS samdb-common',  	)  bld.SAMBA_SUBSYSTEM('CREDENTIALS_NTLM',  | 
