質問編集履歴
1
rootでyppasswdを実行
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,4 +12,19 @@
|
|
12
12
|
Please retype new password:
|
13
13
|
Error while changing the NIS password.
|
14
14
|
The NIS password has not been changed on nisSV.
|
15
|
-
```
|
15
|
+
```
|
16
|
+
|
17
|
+
rootでyppasswdを実行して変更できません。
|
18
|
+
[root@nisSV yp]# yppasswd test2
|
19
|
+
Changing NIS account information for test2 on nisSV.
|
20
|
+
Please enter root password:
|
21
|
+
Changing NIS password for test2 on nisSV.
|
22
|
+
Please enter new password:
|
23
|
+
Please retype new password:
|
24
|
+
Error while changing the NIS password.
|
25
|
+
The NIS password has not been changed on nisSV.
|
26
|
+
|
27
|
+
rootでyppasswdを実行した時に表示された /var/log/messagessのログ
|
28
|
+
|
29
|
+
Jul 1 11:45:34 nisSV rpc.yppasswdd[1034]: update test2 (uid=1001) from host 192.168.10.1 failed
|
30
|
+
Jul 1 11:45:34 nisSV rpc.yppasswdd[1034]: Can't get selinux context /etc/passwd: No data available
|