Add krb5 cc env to libnetapi_ctx.
authorGünther Deschner <gd@samba.org>
Mon, 7 Jan 2008 19:03:32 +0000 (20:03 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 7 Jan 2008 19:13:02 +0000 (20:13 +0100)
Guenther

source/lib/netapi/netapi.h

index 2c6e1269497fb2123fe2c6565360bf18a246fbe5..3c9d3b385377b19a79c6452c47921bf31472eda7 100644 (file)
@@ -31,8 +31,12 @@ struct libnetapi_ctx {
        char *username;
        char *workgroup;
        char *password;
+       char *krb5_cc_env;
 };
 
+/****************************************************************
+****************************************************************/
+
 NET_API_STATUS libnetapi_init(struct libnetapi_ctx **ctx);
 NET_API_STATUS libnetapi_getctx(struct libnetapi_ctx **ctx);
 NET_API_STATUS libnetapi_free(struct libnetapi_ctx *ctx);