Hi Robert, In message <Pine.LNX.3.96.980921233327.240A-200000@robian.otthon> on 09/22/98(06:42:53) you Robert Szabo <p4yoabth4-re5dixqzuhtr.ml@ml.delegate.org> wrote: |Dear Sato ! (Sato is my family name :-) |Thank you for Your quick answer. | |> Could you show me more around the log? |The log is here: |---------------------------------------begin log---------------------- ... |09/21 19:20:56.25 [648] 1+0/8: -- ident: UNIX : root |09/21 19:20:56.27 [648] 1+0/8: XFERLOG: Mon Sep 21 19:20:56 1998 0 ws100.ept.hu 2091 //ftp.matav.hu/pub/index.htm a _ o a rob@free..hu ftp 0 * H |09/21 19:20:56.27 [648] 1+0/8: E-A: ABORT: caught SIGSEGV [11] Though I could not reproduce the situation, I found a strange point in your log which records "*" as IDENTified user name in spite of the successful result "root" from the IDENT server. This is caused because I spelled strncmp() for strcmp() in xferlog.c. This bug could cause the problem you encountered ... *** ../dist/delegate5.6.8/src/xferlog.c Sat Jan 17 01:16:30 1998 --- xferlog.c Tue Sep 22 08:58:54 1998 *************** *** 40,46 **** strcpy(xuser,user); for( xp = xuser; *xp; xp++ ) if( isspace(*xp) ) *xp = '_'; ! if( auser != NULL && strncmp(auser,"?") == 0 ) auser = NULL; sprintf(log,"%s %d %s %d %s %s %s %s %s %s %s %d %s", --- 40,46 ---- strcpy(xuser,user); for( xp = xuser; *xp; xp++ ) if( isspace(*xp) ) *xp = '_'; ! if( auser != NULL && strcmp(auser,"?") == 0 ) auser = NULL; sprintf(log,"%s %d %s %d %s %s %s %s %s %s %s %d %s", | > As long as I remember, the AUTHORIZER has no effect to FTP proxy, | > it is used only from the DeleGae as a Telnet proxy, currently... | |Is that mean, I couldn't use Delegate ftp proxy for authenticate my user |before they use ftp? |(I want to exclude some of them for example.) You cannot limit users of FTP-DeleGate based on "username+password" authentication. Only limitation based on client's host name/address and/or client's usename by Ident server is applicable. Cheers, Yutaka -- Yutaka Sato <ysato@etl.go.jp> http://www.etl.go.jp/~ysato/ @ @ Computer Science Division, Electrotechnical Laboratory ( - ) 1-1-4 Umezono, Tsukuba, Ibaraki, 305-8568 Japan _< >_