Lense for login.defs
Author: Erinn Looney-Triggs
| Login_defs | Lense for login.defs |
| License | This file is licensed under the LGPL v2+, like the rest of Augeas. |
| Configuration files | This lens applies to /etc/login.defs. |
| Augeas Lenses | |
| record | A login.defs record |
| lns | The login.defs lens |
| filter |
This lens applies to /etc/login.defs. See filter.
A login.defs record
let record = let value = store /[^ \t\n]+([ \t]+[^ \t\n]+)*/ in [ key Rx.word . Sep.space . value . Util.eol ]
The login.defs lens
let lns = (record | Util.comment | Util.empty) *