>; >; [root at localhost named]# useradd -g users mandy >; >; [root at localhost named]# passwd mandy >; >; Changing password for user mandy. >; >; New password: >; >; BAD PASSWORD: it is too short >; >; Retype new password: >; >; Failed to find entry for user mandy. >; >; >; >; passwd: authentication token manipulation error 我想去改密码,可是改不了..但是可以正常登陆,这是为什么
dbaccess 选择数据库时出现 25590: authentication error 急!!! online.log 中有下列内容 22:02:36 DR: DRAUTO is 0 (Off) 22:02:37 listener-thread: err = -25572: Network driver cannot bind a name to th e port. System error = 227. 22:02:37 Attempting to bring listener thread down 22:02:37 PANIC: Attempting to bring system down
各们大侠,我的NIS已经启动,并且是好的,但是NFS不知为什么不能用: [root@crawler_test home]# showmount -e 192.168.1.8 rpc mount export: RPC: authentication error; why = Failed (unspecified error) 我用的的REDHAT AS4 2.6.9 ,怎么办啊?
安装mail服务器, qmail+vpopmail + imap,使用mysql认证 用outlook已经可以正常收发邮件,但用telnet 测试 imap结果如下: #telnet localhost 143 * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2008 Double Precision, Inc. See COPYING for distribution information. a01 login aaa 1234567...
底版本远程连接高版本mysql报error 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client,解决方法。 第一种 mysql>; SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('newpwd'); 第二种 mysql>; UPDATE mysql.user SET Password = OLD_PASSWORD('newpwd') WHERE Host = 'some_host' AND User = 'some_user'; mysql>; FLUSH PRIVILEGES; 本文来自C...
用 ssh 登录一台服务器,发现有错误,提示:Too many authentication failures 。。。,经过研究,发现不外乎几个原因: 1:多次输入了错误的密码。 2:你的ssh client支持了太多的ssh类型,比如ssh v1、v2、GSS等等,那么要检查下你的/etc/ssh/sshd_config了,看是否有这两行: #GSSAPIauthentication no #GSSAPICleanupCredentials yes GSSAPIauthentication 参数是用于 Kerberos 验证的,而对于绝大多数人来说,不可能 使用 这...
[code] Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. 220 mail.callleo.cn ESMTP Postfix - by callleo.cn ehlo demo.domain.tld 250-mail.callleo.cn 250-PIPELINING 250-SIZE 10240000 250-VRFY 250-ETRN 250-STARTTLS 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN auth login 503 5.5.1 error: authentication not enabled [/code] [code]Jul 23 11:30:00 mail postfix...
无法修改任何帐户的密码,情况如下: root@FTP /etc# passwd Changing password for user root. New password: Retype new password: passwd: authentication token manipulation error 运行pwck后的提示: root@FTP /etc# pwck pwck: cannot lock file /etc/passwd Linux版本:Trustix Secure Linux release 2.1 (Horizon) 在线等,谢谢了