summaryrefslogtreecommitdiffstats
path: root/server/providers/krb5/krb5_auth.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-10-20 10:49:40 +0200
committerStephen Gallagher <sgallagh@redhat.com>2009-10-22 13:56:23 -0400
commit29f1ec57d0329cefd5797a10736528d0b2b326b5 (patch)
tree576f930ee754ea6838048fd4b1dcdd48eca7aed4 /server/providers/krb5/krb5_auth.h
parentda31cd39053732204d536c0b31c353fb623875c2 (diff)
downloadsssd-29f1ec57d0329cefd5797a10736528d0b2b326b5.tar.gz
sssd-29f1ec57d0329cefd5797a10736528d0b2b326b5.tar.xz
sssd-29f1ec57d0329cefd5797a10736528d0b2b326b5.zip
update krb5 option handling to new option scheme
Diffstat (limited to 'server/providers/krb5/krb5_auth.h')
-rw-r--r--server/providers/krb5/krb5_auth.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/server/providers/krb5/krb5_auth.h b/server/providers/krb5/krb5_auth.h
index 9e9142cf5..95647e313 100644
--- a/server/providers/krb5/krb5_auth.h
+++ b/server/providers/krb5/krb5_auth.h
@@ -74,13 +74,7 @@ struct krb5_ctx {
char* k4_cache_name;
action_type action;
-
- char *kdcip;
- char *realm;
- char *changepw_principle;
- char *ccache_dir;
- char *ccname_template;
- int auth_timeout;
+ struct dp_option *opts;
int child_debug_fd;
};