search for: ldes425

Displaying 10 results from an estimated 10 matches for "ldes425".

1999 Nov 11
0
Samba 2.0.6 Release compiles using patches from -current
...--------------------------------------- --- configure.in.orig Mon Oct 4 09:03:55 1999 +++ configure.in Mon Oct 4 09:04:00 1999 @@ -1134,7 +1134,7 @@ --whithout-krb5 Don't include Kerbers 5 support (default)], [ AC_MSG_RESULT(yes) AC_DEFINE(KRB5_AUTH) - LIBS="$LIBS -ldes425 -lkrb5 -lcrypto -lcom_err" + LIBS="$LIBS -ldes425 -lkrb5 -lk5crypto -lcom_err" CFLAGS="$CFLAGS -I$withval/include" LDFLAGS="$LDFLAGS -L$withval/lib"], AC_MSG_RESULT(no) ----------------------------------------------------------------------- -------...
2005 Feb 01
1
gcc, libkrb4 problem
...ersion 1.11.2-unix "cvs watch on" doesn't work). The initial configure is failing with this obscure error: configure:2257: checking for C compiler default output file name configure:2260: gcc -I/usr/kerberos/include/kerberosIV -I/usr/kerberos/include/kerberosIV conftest.c -lkrb4 -ldes425 -lk5crypto >&5 /usr/bin/ld: cannot find -lkrb4 collect2: ld returned 1 exit status The file(s) do indeed exist in /usr/kerberos/lib, and that path is in my /etc/ld.so.conf (re-ran /sbin/ldconfig just in case). The strange thing here is that it also fails on RHES3 with the same error -- k...
2001 Apr 19
0
Fwd: Re: 2.2 release imminent.
...tead, I found the library libk5crypto.a, which appears to be >the default installed by MIT v5 1.2.2. > >Let me know if this helps (I have a diff of the source/configure script >listed below): > ># diff configure.orig configure >10788c10788,10836 >< LIBS="$LIBS -ldes425 -lkrb5 -lcrypto -lcom_err" >--- > > echo $ac_n "checking for dn_expand in -lresolv""... $ac_c" 1>&6 > > echo "configure:10725: checking for dn_expand in -lresolv" >&5 > > ac_lib_var=`echo resolv'_'dn_expand | sed '...
2000 Aug 03
0
help with afs
...arc.com/project/fs/dev/afs/3.6/.stage22/@sys/obj/libafsauthent/../sys/rmtsysc.c:230: the `getwd' function is dangerous and should not be used. collect2: ld returned 1 exit status make: *** [bin/smbd] Error 1 This is how the make file looks like: LIBS=-lreadline -ldl -lcrypt -ldes425 -lkrb5 -lk5crypto -lcom_err -lpam -lafsauthent -lafsrpc -ldes -llwp -lrx -lrxkad -lrxstat -lubik -lacl -lafsadminutil -lafsint -laudit -lauth -lauth.krb -lbos -lbosadmin -lbubasics -lbudb -lbutm -lbxdb -lcfgadmin -lclientadmin -lcmd -ldir -lfsprobe -lgtx -lkasadmin -lkauth -lkauth.krb -lnull -lproc...
2001 Apr 09
13
2.2 release imminent.
Well, as Andrew shouted at me again this weekend it's getting to be about that time.... :-) :-). Yep, we're thinking we should do an official 2.2 Samba release early next week, so if you have anything you can't live with, now would be a good time to tell us.... :-). It's been gestating longer than an elephant, so it's really time to let it out into the world and do its own
1997 Dec 07
3
KerbNet!
I want to thank whoever mentioned KerbNet by Cygnus Solutions! Wowza! I recommend that people check it out. It lets you implement Kerberos under UNIX and NT, and have them work together (so you have one *unified* security system that is used by both your NT and UNIX boxes). It's at http://www.cygnus.com/product/kerbnet-index.html It also does authentication *without* sending passwords over
2002 Aug 19
0
kerberosIV authentication is broken in openssh-3.4p1
...ines running older openssh. I suspect a bug at least in a client. Tested on Irix 6.5.15, cc, KTH kerberosIV 1.1.1. I have one more note to the configure script: checking for krb.h... yes checking for main in -lkrb... yes checking for des_cbc_encrypt in -ldes... no checking for des_cbc_encrypt in -ldes425... no configure: WARNING: Cannot find libdes nor libdes425, build may fail checking for dn_expand in -lresolv... no checking for xauth... /usr/bin/X11/xauth The build went fine, as the des_cbc_encrypt is I guess in libcrypt.a from OpenSSL and was in older versions of libkrb.a (KTH kerberosIV). Ma...
1999 Sep 21
0
FW: Kerberos 5 with Samba, Can you help?
...mbd) on my SGI IRIX 6.4 server with kerberos >> V5 authentication. The server is already setup to use kerberos >> authentication and that is working with all but Samba. I turned on the krb5 >> stuff in the makefile and it compiled fine except for a warning about not >> using ldes425 (maybe it DID get used somewhere that I didn't notice since a >> lot of the executables didn't use any of the special libs for krb). I've >> tried running smbd -D -d 10 -s /etc/smb.conf and the logs don't mention >> kerberos at all. The docs mention it but barely....
1998 Oct 15
1
Problem to map home dir
...E_BASE)/include # DCE_LIBDIR = -L$(DCE_BASE)/lib # DCE_LIBS = # This is for Kerberos 5 authentication. Contributed by Nathan Neulinger # Univ. of Missouri - Rolla <nneul@umr.edu> # KRB5_BASE = /usr/local/krb5 # KRB5_FLAGS = -DKRB5_AUTH -I$(KRB5_BASE)/include # KRB5_LIBS = -L$(KRB5_BASE)/lib -ldes425 -lkrb5 -lcrypto -lcom_err # This is for Kerberos 4 authentication. Contributed by Johan Hedin # Royal Institute of Technology, <johanh@fusion.kth.se> # KRB4_BASE = /usr/athena # KRB4_FLAGS = -DKRB4_AUTH -I$(KRB4_BASE)/include # KRB4_LIBS = -L$(KRB4_BASE)/lib -lkrb -ldes -lresolv ###########...
2003 Dec 01
0
No subject
...-krb5=/usr/kerberos --with-winbind and I get an error which in the configure.log looks like it comes from the kerberos part .... configure 12769: gcc -o conftest -0 -I/usr/kerberos/include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -L/usr/kerberos/lib conftest.c -ldl -lcrypt -lnsl -ldes425 -lkrb5 -lcrypto -lcom_err -lpam 1>&5 /usr/bin/ld: cannot find -lcrypto collect2: ld returned 1 exit status ... ... ... can anyone tell me how to fix this or if I can ditch the kerberos part altogether or better still, tell me whay switches I should use of authenticating users off a windows...