LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1301|回复: 0

那位大哥遇到过这样的问题 gssftp问题

[复制链接]
发表于 2009-7-1 11:59:08 | 显示全部楼层 |阅读模式
设置好配置文件后
登陆的是后可以连接可是验证用户的时候就是过不去


登陆信息
ftp> open localhost
Connected to localhost.localdomain.
220 localhost.localdomain FTP server (Version 5.60) ready.
334 Using authentication type GSSAPI; ADAT must follow
GSSAPI accepted as authentication type
GSSAPI error major: Unspecified GSS failure.  Minor code may provide more information
GSSAPI error minor: No credentials cache found
GSSAPI error: initializing context
GSSAPI authentication failed
334 Using authentication type KERBEROS_V4; ADAT must follow
KERBEROS_V4 accepted as authentication type
Kerberos V4 krb_mk_req failed: You have no tickets cached
Name (localhost:sjg): root
331 Password required for root.
Password:
530 Login incorrect.
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>


配置文件
# default: off
# description: The kerberized FTP server accepts FTP connections \
#              that can be authenticated with Kerberos 5.
service ftp
{
        disable = no
        flags          = REUSE
        socket_type    = stream
        wait            = no
        user            = root
        server          = /usr/kerberos/sbin/ftpd
        #server_args    = -l -a
        server_args    = -l
        log_on_failure  += USERID
        #disable                = yes
}
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表