48. .etc.login_defs

Agent for reading/writing /etc/login.defs

48.1. Description

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

Access type: read / write

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

48.2. Usage

Example 25. 

Dir(.etc.login_defs)
(["FAIL_DELAY", "FAILLOG_ENAB", ...])
Read(.etc.login_defs.FAIL_DELAY)
("3")
Write(.etc.login_defs.FAIL_DELAY, "1")
(true)