Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. root@cfg01:~# date
  2. Wed Jan 29 11:09:01 UTC 2020
  3. root@cfg01:~# chage -l sbanka
  4. Last password change : Jan 27, 2020
  5. Password expires : Apr 26, 2020
  6. Password inactive : never
  7. Account expires : never
  8. Minimum number of days between password change : 7
  9. Maximum number of days between password change : 90
  10. Number of days of warning before password expires : 7
  11. root@cfg01:~# chage -l asamoylov
  12. Last password change : Jan 27, 2020
  13. Password expires : Apr 26, 2020
  14. Password inactive : never
  15. Account expires : never
  16. Minimum number of days between password change : 7
  17. Maximum number of days between password change : 90
  18. Number of days of warning before password expires : 7
  19. root@cfg01:~# salt '*' sharedlib.call cis.fix_last_password_change sbanka asamoylov
  20. gtw01.queens-ovs-ceph-stacklight-2k19-2.local:
  21. ----------
  22. asamoylov:
  23. True
  24. sbanka:
  25. True
  26. kvm01.queens-ovs-ceph-stacklight-2k19-2.local:
  27. ----------
  28. asamoylov:
  29. True
  30. sbanka:
  31. True
  32. prx01.queens-ovs-ceph-stacklight-2k19-2.local:
  33. ----------
  34. asamoylov:
  35. True
  36. sbanka:
  37. True
  38. cid01.queens-ovs-ceph-stacklight-2k19-2.local:
  39. ----------
  40. asamoylov:
  41. True
  42. sbanka:
  43. True
  44. mon01.queens-ovs-ceph-stacklight-2k19-2.local:
  45. ----------
  46. asamoylov:
  47. True
  48. sbanka:
  49. True
  50. cmp1.queens-ovs-ceph-stacklight-2k19-2.local:
  51. ----------
  52. asamoylov:
  53. True
  54. sbanka:
  55. True
  56. bmt01.queens-ovs-ceph-stacklight-2k19-2.local:
  57. ----------
  58. asamoylov:
  59. True
  60. sbanka:
  61. True
  62. cfg01.queens-ovs-ceph-stacklight-2k19-2.local:
  63. ----------
  64. asamoylov:
  65. True
  66. sbanka:
  67. True
  68. mtr01.queens-ovs-ceph-stacklight-2k19-2.local:
  69. ----------
  70. asamoylov:
  71. True
  72. sbanka:
  73. True
  74. log01.queens-ovs-ceph-stacklight-2k19-2.local:
  75. ----------
  76. asamoylov:
  77. True
  78. sbanka:
  79. True
  80. ctl01.queens-ovs-ceph-stacklight-2k19-2.local:
  81. ----------
  82. asamoylov:
  83. True
  84. sbanka:
  85. True
  86. dbs01.queens-ovs-ceph-stacklight-2k19-2.local:
  87. ----------
  88. asamoylov:
  89. True
  90. sbanka:
  91. True
  92. msg01.queens-ovs-ceph-stacklight-2k19-2.local:
  93. ----------
  94. asamoylov:
  95. True
  96. sbanka:
  97. True
  98. root@cfg01:~# chage -l sbanka
  99. Last password change : Jan 29, 2020
  100. Password expires : Apr 28, 2020
  101. Password inactive : never
  102. Account expires : never
  103. Minimum number of days between password change : 7
  104. Maximum number of days between password change : 90
  105. Number of days of warning before password expires : 7
  106. root@cfg01:~# chage -l asamoylov
  107. Last password change : Jan 29, 2020
  108. Password expires : Apr 28, 2020
  109. Password inactive : never
  110. Account expires : never
  111. Minimum number of days between password change : 7
  112. Maximum number of days between password change : 90
  113. Number of days of warning before password expires : 7
  114. root@cfg01:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement