summaryrefslogtreecommitdiff
path: root/interface-definitions/system_login.xml.in
AgeCommit message (Collapse)Author
2024-10-24T6807: allow a trailing slash character in system loginAslan Hajiyev
Allow the use of a trailing slash `("/")` at the of the user's home directory path. For example `/home/test/`
2024-05-15T5756: L2TP RADIUS backup and weight settingskhramshinr
2024-02-16login: T5972: add possibility to disable individual local user accountsChristian Breunig
* set system login user <name> disable
2023-12-31T5474: establish common file name pattern for XML conf mode commandsChristian Breunig
We will use _ as CLI level divider. The XML definition filename and also the Python helper should match the CLI node. Example: set interfaces ethernet -> interfaces_ethernet.xml.in set interfaces bond -> interfaces_bond.xml.in set service dhcp-server -> service_dhcp-server-xml.in