summaryrefslogtreecommitdiff
path: root/source4/kdc/kpasswdd.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-08-01 19:30:16 +0200
committerStefan Metzmacher <metze@samba.org>2008-08-01 21:10:40 +0200
commit5fd1c5445b16cbe4927aaae60a099dde597ef7b4 (patch)
tree45aadeed876ecf4bfbb20a8a1f234dfb0c8bf4ea /source4/kdc/kpasswdd.c
parentd0f0d5e691a9aea58cfa1c98f5c2c6b52a0ec56b (diff)
downloadsamba-5fd1c5445b16cbe4927aaae60a099dde597ef7b4.tar.gz
samba-5fd1c5445b16cbe4927aaae60a099dde597ef7b4.tar.bz2
samba-5fd1c5445b16cbe4927aaae60a099dde597ef7b4.zip
libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headers
metze (This used to be commit cffed8e19e22a1fa7b7a322b153df5d54e4c3be2)
Diffstat (limited to 'source4/kdc/kpasswdd.c')
-rw-r--r--source4/kdc/kpasswdd.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/source4/kdc/kpasswdd.c b/source4/kdc/kpasswdd.c
index 55dadd9a7e..065777fc66 100644
--- a/source4/kdc/kpasswdd.c
+++ b/source4/kdc/kpasswdd.c
@@ -38,9 +38,11 @@
#include "param/param.h"
#include "kdc/kdc.h"
-/* TODO: remove this */
-#include "heimdal/lib/krb5/krb5_locl.h"
+/* TODO: remove all SAMBA4_INTERNAL_HEIMDAL stuff from this file */
+#ifdef SAMBA4_INTERNAL_HEIMDAL
+#include "heimdal/lib/hcrypto/aes.h"
#include "heimdal/lib/krb5/krb5-private.h"
+#endif
/* hold information about one kdc socket */
struct kpasswd_socket {
@@ -285,6 +287,7 @@ static bool kpasswd_process_request(struct kdc_server *kdc,
reply);
}
if (chpw.targname && chpw.targrealm) {
+#ifdef SAMBA4_INTERNAL_HEIMDAL
if (_krb5_principalname2krb5_principal(kdc->smb_krb5_context->krb5_context,
&principal, *chpw.targname,
*chpw.targrealm) != 0) {
@@ -295,6 +298,12 @@ static bool kpasswd_process_request(struct kdc_server *kdc,
reply);
}
+#else /* SAMBA4_INTERNAL_HEIMDAL */
+ return kpasswdd_make_error_reply(kdc, mem_ctx,
+ KRB5_KPASSWD_BAD_VERSION,
+ "Operation Not Implemented",
+ reply);
+#endif /* SAMBA4_INTERNAL_HEIMDAL */
} else {
free_ChangePasswdDataMS(&chpw);
return kpasswdd_change_password(kdc, mem_ctx, session_info,