search for: accept_sec_context

Displaying 8 results from an estimated 8 matches for "accept_sec_context".

2002 Sep 11
0
samba-3.0-alpha19 can't compile
Hi I try to compile samba-3.0-alpha19 on my Linux-Box (SuSE 8.0, Kernel 2.4.18, cc 2.95.3, make 3.79.1). After "make" I got this errors: Linking bin/smbd /usr/src/krb5-1.2.5/src/lib/libgssapi_krb5.a(accept_sec_context.o): In function `rd_and_store_for_creds': accept_sec_context.o(.text+0x7b): undefined reference to `krb5_rd_cred' accept_sec_context.o(.text+0xdb): undefined reference to `krb5_rd_cred' /usr/src/krb5-1.2.5/src/lib/libgssapi_krb5.a(accept_sec_context.o): In function `krb5_gss_accept_se...
2002 Jul 06
1
Compile error with kerberos and samba
...a workaround or solution? I can't install samba now!! :( Mark -- This is the error: Linking bin/smbd /usr/lib/libkrb5.a(fcc_gennew.o): In function `krb5_fcc_generate_new': fcc_gennew.o(.text+0x6a): the use of `mktemp' is dangerous, better use `mkstemp' /usr/lib/libgssapi_krb5.a(accept_sec_context.o): In function `rd_and_store_for_creds': accept_sec_context.o(.text+0x7b): undefined reference to `krb5_rd_cred' accept_sec_context.o(.text+0xdb): undefined reference to `krb5_rd_cred' /usr/lib/libgssapi_krb5.a(accept_sec_context.o): In function `krb5_gss_accept_sec_context': acc...
2002 Oct 17
1
Compile failure samba3.0alpha20
...ry/reg_cachehook.c Compiling registry/reg_printing.c Compiling registry/reg_db.c Linking bin/smbd /usr/local/lib/libkrb5.a(fcc_gennew.o): In function `krb5_fcc_generate_new': fcc_gennew.o(.text+0x6a): the use of `mktemp' is dangerous, better use `mkstemp' /usr/local/lib/libgssapi_krb5.a(accept_sec_context.o): In function `rd_and_store_for_creds': accept_sec_context.o(.text+0x6b): undefined reference to `krb5_rd_cred' /usr/local/lib/libgssapi_krb5.a(accept_sec_context.o): In function `krb5_gss_accept_sec_context': accept_sec_context.o(.text+0x108e): undefined reference to `krb5_c_keyed_ch...
2002 Nov 19
1
problems compiling samba3.0alpha20 on SOLARIS 7
...first referenced symbol in file krb5_sname_to_principal /usr/krb5-1.2.6/lib/libgssapi_krb5.a(acquire_cred.o) krb5_free_cksumtypes /usr/krb5-1.2.6/lib/libgssapi_krb5.a(init_sec_context.o) krb5_mk_error /usr/krb5-1.2.6/lib/libgssapi_krb5.a(accept_sec_context.o) krb5_fwd_tgt_creds /usr/krb5-1.2.6/lib/libgssapi_krb5.a(init_sec_context.o) krb5_rd_cred /usr/krb5-1.2.6/lib/libgssapi_krb5.a(accept_sec_context.o) krb5_ser_auth_context_init /usr/krb5-1.2.6/lib/libgssapi_krb5.a(gssapi_krb5.o) krb5_ser_rcache_init /usr/krb5-1.2.6/...
2003 Jan 16
1
Samba PDC + 2K/XP
Hey, I am just wondering how you enforce security (such as permissions) on local workstations while running Samba 2.2.x as a PDC with 2K/XP workstations? As some of us don't have or want 2000 Server to enforce things like policies etc... how do you all do it. E.g. If we want 'Administrator' to have access to all start menu etc... yet standard users to have only programs, no settings
1999 Nov 25
4
compile error
Hi, I'm trying to get Samba-2.1.0-prealpha compiled but I always get stuck at the following error message: root@pc2:/usr/src/samba-2.1.0-prealpha/source > make Using LIBS = -lcrypt Linking bin/rpcclient rpcclient/rpcclient.o: In function `process': rpcclient/rpcclient.o(.text+0x4c3): undefined reference to `wait_keyboard' collect2: ld returned 1 exit status make: ***
2003 Aug 10
9
updated gssapi diff
...= NULL) { + if (GSS_ERROR(gss_test_oid_set_member(&min_status, + &supported_mechs[i]->oid, supported, &present))) + present = 0; + if (present) + gss_add_oid_set_member(&min_status, + &supported_mechs[i]->oid, oidset); + i++; + } +} + + +/* Wrapper around accept_sec_context + * Requires that the context contains: + * oid + * credentials (from ssh_gssapi_acquire_cred) + */ +/* Priviledged */ +OM_uint32 +ssh_gssapi_accept_ctx(Gssctxt *ctx, gss_buffer_desc *recv_tok, + gss_buffer_desc *send_tok, OM_uint32 *flags) +{ + OM_uint32 status; + gss_OID mech; + + ctx-&g...
2010 May 02
2
samba4 make error - drsblobs.so
...c:44: warning: cast discards qualifiers from pointer target type heimdal/lib/gssapi/spnego/compat.c:47: warning: cast discards qualifiers from pointer target type Compiling heimdal/lib/gssapi/spnego/context_stubs.c Compiling heimdal/lib/gssapi/spnego/cred_stubs.c Compiling heimdal/lib/gssapi/spnego/accept_sec_context.c Compiling heimdal/lib/gssapi/krb5/copy_ccache.c Compiling heimdal/lib/gssapi/krb5/delete_sec_context.c Compiling heimdal/lib/gssapi/krb5/init_sec_context.c heimdal/lib/gssapi/krb5/init_sec_context.c: In function ?init_auth_restart?: heimdal/lib/gssapi/krb5/init_sec_context.c:647: warning: cast di...