diff options
author | Jeremy Allison <jra@samba.org> | 2012-08-21 11:24:58 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-08-21 22:01:15 +0200 |
commit | c84e6aebc202838267d2a4b172f640b52a201bbb (patch) | |
tree | b5ddb73455746c5a37fdc8fe2ebeaba85627c39c /source3/winbindd/winbindd_proto.h | |
parent | ebb776f51f697ece62ed5c7ee6aa4865397347c2 (diff) | |
download | samba-c84e6aebc202838267d2a4b172f640b52a201bbb.tar.gz |
Fix bug #9098 - winbind does not refresh kerberos tickets.
Based on work from Ian Gordon <ian.gordon@strath.ac.uk>.
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Aug 21 22:01:15 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r-- | source3/winbindd/winbindd_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index 3746fe02681..ec5ec372d11 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -182,6 +182,7 @@ NTSTATUS add_ccache_to_list(const char *princ_name, const char *ccname, const char *service, const char *username, + const char *password, const char *realm, uid_t uid, time_t create_time, |