search for: krb5_mk_rep

Displaying 7 results from an estimated 7 matches for "krb5_mk_rep".

2002 Nov 19
1
problems compiling samba3.0alpha20 on SOLARIS 7
...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/lib/libgssapi_krb5.a(gssapi_krb5.o) timegm libads/ldap.o krb5_mk_rep /usr/krb5-1.2.6/lib/libgssapi_krb5.a(accept_sec_context.o) krb5_ser_ccache_init /usr/krb5-1.2.6/lib/libgssapi_krb5.a(gssapi_krb5.o) krb5_ser_context_init /usr/krb5-1.2.6/lib/libgssapi_krb5.a(gssapi_krb5.o) ld: fatal: Symbol referencing errors. No output written to bin/s...
2002 Sep 11
0
samba-3.0-alpha19 can't compile
...x7b): 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_sec_context': accept_sec_context.o(.text+0x124e): undefined reference to `krb5_mk_rep' accept_sec_context.o(.text+0x17c5): undefined reference to `krb5_mk_error' /usr/src/krb5-1.2.5/src/lib/libgssapi_krb5.a(acquire_cred.o): In function `acquire_accept_cred': acquire_cred.o(.text+0x68): undefined reference to `krb5_sname_to_principal' /usr/src/krb5-1.2.5/src/lib/lib...
2002 Jul 06
1
Compile error with kerberos and samba
...c_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': accept_sec_context.o(.text+0x123e): undefined reference to `krb5_mk_rep' accept_sec_context.o(.text+0x17b5): undefined reference to `krb5_mk_error' /usr/lib/libgssapi_krb5.a(acquire_cred.o): In function `acquire_accept_cred': acquire_cred.o(.text+0x68): undefined reference to `krb5_sname_to_principal' /usr/lib/libgssapi_krb5.a(gssapi_krb5.o): In funct...
2002 Oct 17
1
Compile failure samba3.0alpha20
...): 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_checksum_types' accept_sec_context.o(.text+0x16be): undefined reference to `krb5_mk_rep' accept_sec_context.o(.text+0x1c45): undefined reference to `krb5_mk_error' /usr/local/lib/libgssapi_krb5.a(acquire_cred.o): In function `acquire_accept_cred': acquire_cred.o(.text+0x68): undefined reference to `krb5_sname_to_principal' /usr/local/lib/libgssapi_krb5.a(gssapi_krb5.o)...
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: ***
2002 Jul 31
2
privsep+kerb5+ssh1
...oblem; krb5_principal server; - krb5_data reply; krb5_ticket *ticket; int fd, ret; ret = 0; server = NULL; ticket = NULL; - reply.length = 0; + reply->length = 0; problem = krb5_init(authctxt); if (problem) @@ -131,7 +130,7 @@ /* if client wants mutual auth */ problem = krb5_mk_rep(authctxt->krb5_ctx, authctxt->krb5_auth_ctx, - &reply); + reply); if (problem) goto err; @@ -144,19 +143,16 @@ krb5_unparse_name(authctxt->krb5_ctx, authctxt->krb5_user, client); - packet_start(SSH_SMSG_AUTH_KERBEROS_RESPONSE); - packet_put_string((char *)...