Login_defs

Lense for login.defs

Author: Erinn Looney-Triggs

Summary
Login_defsLense for login.defs
LicenseThis file is licensed under the LGPL v2+, like the rest of Augeas.
Configuration filesThis lens applies to /etc/login.defs.
Augeas Lenses
recordA login.defs record
lnsThe login.defs lens
filter

License

This file is licensed under the LGPL v2+, like the rest of Augeas.

Configuration files

This lens applies to /etc/login.defs.  See filter.

Augeas Lenses

record

let record = let value = store /[^ \t\n]+([ \t]+[^ \t\n]+)*/ in [ key Rx.word . Sep.space . value . Util.eol ]

A login.defs record

lns

let lns = (record | Util.comment | Util.empty) *

The login.defs lens

filter

let record = let value = store /[^ \t\n]+([ \t]+[^ \t\n]+)*/ in [ key Rx.word . Sep.space . value . Util.eol ]
A login.defs record
let lns = (record | Util.comment | Util.empty) *
The login.defs lens
Close