diff options
| author | Simo Sorce <idra@samba.org> | 2012-03-30 19:33:53 -0400 | 
|---|---|---|
| committer | Andreas Schneider <asn@samba.org> | 2012-04-12 12:06:42 +0200 | 
| commit | b226955587ee3a45c25bef2783e13e82d2f9048c (patch) | |
| tree | 2f22a2773c277809ea6bccbd70339416e91fd774 /source4/dsdb | |
| parent | 7d203f70aed948f40de0e5057e2289bb5e15628f (diff) | |
| download | samba-b226955587ee3a45c25bef2783e13e82d2f9048c.tar.gz samba-b226955587ee3a45c25bef2783e13e82d2f9048c.tar.bz2 samba-b226955587ee3a45c25bef2783e13e82d2f9048c.zip | |
s4-auth-krb: Move keytab functions in a separate file.
Confine ldb dependency.
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/dsdb')
| -rw-r--r-- | source4/dsdb/samdb/ldb_modules/update_keytab.c | 1 | ||||
| -rwxr-xr-x[-rw-r--r--] | source4/dsdb/samdb/ldb_modules/wscript_build | 2 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/source4/dsdb/samdb/ldb_modules/update_keytab.c b/source4/dsdb/samdb/ldb_modules/update_keytab.c index 3658c1b3ce..762bb0a992 100644 --- a/source4/dsdb/samdb/ldb_modules/update_keytab.c +++ b/source4/dsdb/samdb/ldb_modules/update_keytab.c @@ -34,6 +34,7 @@  #include "auth/credentials/credentials_krb5.h"  #include "system/kerberos.h"  #include "auth/kerberos/kerberos.h" +#include "auth/kerberos/kerberos_srv_keytab.h"  #include "dsdb/samdb/ldb_modules/util.h"  struct dn_list { diff --git a/source4/dsdb/samdb/ldb_modules/wscript_build b/source4/dsdb/samdb/ldb_modules/wscript_build index 120e50270d..c15917aef5 100644..100755 --- a/source4/dsdb/samdb/ldb_modules/wscript_build +++ b/source4/dsdb/samdb/ldb_modules/wscript_build @@ -214,7 +214,7 @@ bld.SAMBA_MODULE('ldb_update_keytab',  	init_function='ldb_update_keytab_module_init',  	module_init_name='ldb_init_module',  	internal_module=False, -	deps='talloc samba-credentials ldb com_err KERBEROS_UTIL DSDB_MODULE_HELPERS' +	deps='talloc samba-credentials ldb com_err KERBEROS_SRV_KEYTAB DSDB_MODULE_HELPERS'  	) | 
