Displaying 4 results from an estimated 4 matches for "ka_userauthenticategeneral".
2002 Jan 04
2
3.0.2 AFS login problem, Solaris 2.5.1
...(SSH1) server (which works) runs reveals
*no connection* to 'kerberos' over port 750 during successful login... only
some stuff on 7004.
So I looked at the code, wondering how the ssh1.2.21 could work where this
didn't... and found that 1.2.21 used a patch from dugsong that called
ka_UserAuthenticateGeneral at this point... but 3.0.2 does not call any ka_
routines.
I am suspecting that ka_UserAuthenticateGeneral is what talks over 7004 and
that if I could make an equivalent patch to 3.0.2 that would use it, I'd be
able to talk to our kaserver. It's been pointed out that if we created a
p...
2003 Nov 13
0
Problem compiling 3.0.0
...ib
LDFLAGS = -L/usr/kerberos/lib
Linking bin/smbd
auth/pass_check.o: In function `afs_auth':
/dp/computing/proj/samba/samba-3.0.0/source/auth/pass_check.c:51:
undefined reference to `setpag'
/dp/computing/proj/samba/samba-3.0.0/source/auth/pass_check.c:52:
undefined reference to `ka_UserAuthenticateGeneral'
collect2: ld returned 1 exit status
make: *** [bin/smbd] Error 1
Has anybody run across this?
2006 Jan 15
0
Samba 3.0.21a && AFS
...b/afs.c:171: undefined reference to `DES_pcbc_encrypt'
auth/pass_check.o: In function `afs_auth':
/usr/local/src/tmp/samba-3.0.21a.orig/source/auth/pass_check.c:51: undefined reference to `setpag'
/usr/local/src/tmp/samba-3.0.21a.orig/source/auth/pass_check.c:52: undefined reference to `ka_UserAuthenticateGeneral'
collect2: ld returned 1 exit status
make: *** [bin/smbd] Error 1
----- s n i p -----
When this was solved, there where other problems, but
those are also fixed in the patch... I have yet to
actually RUN Samba with this, but it compiles and
installs correctly...
-------------- next part -----...
2010 Jun 01
0
Compiling Samba 3.0.37 --with-afs (Steve Linehan)
...ous declaration of ?xdr_pointer? was
here
/usr/include/rx/xdr_prototypes.h:95: error: conflicting types for
?xdr_vector?
/usr/include/rpc/xdr.h:323: error: previous declaration of ?xdr_vector? was
here
auth/pass_check.c: In function ?afs_auth?:
auth/pass_check.c:108: warning: passing argument 7 of
?ka_UserAuthenticateGeneral? from incompatible pointer type
The following command failed:
gcc -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables
-D_GNU_SOURCE -I. -I/usr/src/redhat/BUILD/samba-3.4.8/source3
-I/usr/src/redhat/BUILD/samba-3.4.8/source3/iniparser/src -Iinclude
-I./include -I. -I. -I./../lib/rep...