61. .etc.login_defs

61.1. Description

Read/Sets the values defined in /etc/login.defs in an easy manner.

File Name: /usr/share/YaST2/scrconf/etc_login_defs.scr

61.2. Usage

Example 27. 

  Dir(.etc.login_defs)
  (["FAIL_DELAY", "FAILLOG_ENAB", ...])

  Read(.etc.login_defs.FAIL_DELAY)
  ("3")

  Write(.etc.login_defs.FAIL_DELAY, "1")
  (true)