Displaying 7 results from an estimated 7 matches for "krb5_cc_initi".
2004 Jan 16
1
Samba 3 "net ads join" to a w2k server error
i try to join active directory but i got this error, i cant find doc on
this.
please help!!
#net ads join -U admin
net: relocation error: net: undefined symbol: krb5_cc_initialize
big thx for help!!!!!!!!!
2003 Aug 12
2
Error on joining a Windows 2003 ADS domain with Samba 3.0 Beta 3
...y Samba 3.0 Beta 3 server to my Windows 2003 ADS
domain, net puts out following error:
***** SNIP *****
[2003/08/12 14:33:48, 1] libsmb/clikrb5.c:cli_krb5_get_ticket(343)
krb5_set_default_tgs_ktypes failed (Program lacks support for encryption
type)net: relocation error: net: undefined symbol: krb5_cc_initialize
***** SNAP *****
This is the full level 10 debug output:
***** SNIP *****
[root@samba30srv root]# net join -U Administrator%******* -d 10
[2003/08/12 14:26:31, 5] lib/debug.c:debug_dump_status(359)
INFO: Current debug levels:
all: True/10
tdb: False/0
printdrivers: False/0...
2003 Aug 08
1
Help request: merging OpenBSD Kerberos change into Portable.
..._password(Authctxt *authctxt, c
if (problem)
goto out;
- problem = krb5_cc_gen_new(authctxt->krb5_ctx, &krb5_mcc_ops,
- &authctxt->krb5_fwd_ccache);
+ problem = krb5_cc_gen_new(authctxt->krb5_ctx, &krb5_mcc_ops, &ccache);
if (problem)
goto out;
- problem = krb5_cc_initialize(authctxt->krb5_ctx,
- authctxt->krb5_fwd_ccache, authctxt->krb5_user);
+ problem = krb5_cc_initialize(authctxt->krb5_ctx, ccache,
+ authctxt->krb5_user);
if (problem)
goto out;
restore_uid();
+
problem = krb5_verify_user(authctxt->krb5_ctx, authctxt->krb5_...
2005 Jul 06
0
[PATCH] Simplify Kerberos credentials cache code
...));
- close(tmpfd);
- problem = errno;
- goto out;
- }
- close(tmpfd);
-
- problem = krb5_cc_resolve(authctxt->krb5_ctx, ccname, &authctxt->krb5_fwd_ccache);
- if (problem)
- goto out;
+ problem = ssh_krb5_cc_gen(authctxt->krb5_ctx, &authctxt->krb5_fwd_ccache);
problem = krb5_cc_initialize(authctxt->krb5_ctx, authctxt->krb5_fwd_ccache,
authctxt->krb5_user);
@@ -234,4 +210,31 @@
}
}
+#ifndef HEIMDAL
+krb5_error_code
+ssh_krb5_cc_gen(krb5_context ctx, krb5_ccache *ccache) {
+ int tmpfd;
+ char ccname[40];
+ mode_t old_umask;
+
+ snprintf(ccname,sizeof(ccna...
2003 Aug 10
9
updated gssapi diff
...problem));
+ return;
+ }
+
+ if ((problem = krb5_parse_name(krb_context,
+ client->exportedname.value, &princ))) {
+ logit("krb5_parse_name(): %.100s",
+ krb5_get_err_text(krb_context, problem));
+ krb5_cc_destroy(krb_context, ccache);
+ return;
+ }
+
+ if ((problem = krb5_cc_initialize(krb_context, ccache, princ))) {
+ logit("krb5_cc_initialize(): %.100s",
+ krb5_get_err_text(krb_context, problem));
+ krb5_free_principal(krb_context, princ);
+ krb5_cc_destroy(krb_context, ccache);
+ return;
+ }
+
+ krb5_free_principal(krb_context, princ);
+
+ if ((maj_stat...
2007 Sep 13
0
Compilation error when linking libsmbclient.so :-(
...ibs/libsmbclient.so:
undefined reference to `krb5_get_init_creds_opt_set_forwardable@krb5_3_MIT'
/usr/lib/libldap-2.3.so.0: undefined reference to `sys_nerr@GLIBC_2.4'
/net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs/libsmbclient.so:
undefined reference to `krb5_cc_initialize@krb5_3_MIT'
/net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs/libsmbclient.so:
undefined reference to `krb5_rd_req@krb5_3_MIT'
/net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs/libsmbclient.so:
undefined reference to `kr...
2014 Jul 15
3
GSSAPI
If I am trying to build OpenSSH 6.6 with Kerberos GSSAPI support, do I still need to get Simon Wilkinson's patches?
---
Scott Neugroschl | XYPRO Technology Corporation
4100 Guardian Street | Suite 100 |Simi Valley, CA 93063 | Phone 805 583-2874|Fax 805 583-0124 |