<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/lib, branch helium</title>
<subtitle>Vyatta system-level configuration templates/scripts (mirror of https://github.com/vyos/vyatta-cfg-system.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=helium</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=helium'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2015-08-16T06:23:09+00:00</updated>
<entry>
<title>vyatta-cfg-system: missing encrypted-password breaks user config node</title>
<updated>2015-08-16T06:23:09+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-06-13T12:04:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=88f56586caf3488d9849bd658a68409e59559f3e'/>
<id>urn:sha1:88f56586caf3488d9849bd658a68409e59559f3e</id>
<content type='text'>
The fix for bug #557 now allows the encrypted-password Authentication
node to be deleted again, but this causes the config to fail on reboot,
leaving the user login node empty.

This fix checks for an empty / missing encrypted-password node on
reboot / config reload, either creating a new node or replacing the
existing one and assigning it the value of "!".  This has the same
effect as the fix for bug #336, allowing the user to be set as only
using RSA based logins.

Bug #573 http://bugzilla.vyos.net/show_bug.cgi?id=573
</content>
</entry>
<entry>
<title>Bug #498: dirty hack to disallow remote command execution for operator level users.</title>
<updated>2015-02-25T16:26:28+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2015-02-25T16:17:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=0d7cbc712f8bac5a85481ba553eba6489649838f'/>
<id>urn:sha1:0d7cbc712f8bac5a85481ba553eba6489649838f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow deleting unknown user</title>
<updated>2012-08-17T20:07:55+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-08-17T20:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=8d5f6cdd84b95644502eb7115dbca03754549b74'/>
<id>urn:sha1:8d5f6cdd84b95644502eb7115dbca03754549b74</id>
<content type='text'>
Bug 8287
If user doesn't exist in passwd file that is fine.
</content>
</entry>
<entry>
<title>Don't enable PAM Radius by default</title>
<updated>2010-05-24T17:44:05+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-05-24T17:10:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=f37b24ae59372da6361b4acf9755270061bdc857'/>
<id>urn:sha1:f37b24ae59372da6361b4acf9755270061bdc857</id>
<content type='text'>
The pam-config mechanism will insert Radius pam module if it is
in /usr/share/pam-configs. Therefore hold off installing file until
Radius really needed.
</content>
</entry>
<entry>
<title>Ignore comments in level file</title>
<updated>2010-04-26T21:49:14+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-04-26T21:49:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=5e55ab28a732d0082c803f1e473936a3d9c92f22'/>
<id>urn:sha1:5e55ab28a732d0082c803f1e473936a3d9c92f22</id>
<content type='text'>
Standard practice to ignore lines starting with #
</content>
</entry>
<entry>
<title>fixes commit warning when run invoked via the api--getlogin() may return an undefined value as the process is a child process</title>
<updated>2010-03-17T21:13:25+00:00</updated>
<author>
<name>Michael Larson</name>
<email>slioch@slioch.vyatta.com</email>
</author>
<published>2010-03-17T21:13:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=74ae8c9cdbbd318c928e57288b60396affb9cf9a'/>
<id>urn:sha1:74ae8c9cdbbd318c928e57288b60396affb9cf9a</id>
<content type='text'>
invoked indirectly via the gui (not a normal shell logged in user generated event).
</content>
</entry>
<entry>
<title>Better version of forcing user logout</title>
<updated>2010-03-15T17:43:58+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-03-15T17:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=fa0e2d31d5964c7d7bb0f8d34b568d065cf38890'/>
<id>urn:sha1:fa0e2d31d5964c7d7bb0f8d34b568d065cf38890</id>
<content type='text'>
Use warning and hup signal to force user to log out.
</content>
</entry>
<entry>
<title>Use userdel -f to force removal of user</title>
<updated>2010-03-15T16:17:46+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-03-15T16:17:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=87c0562ee477ebc37248c00cdcfe93ecfcf31102'/>
<id>urn:sha1:87c0562ee477ebc37248c00cdcfe93ecfcf31102</id>
<content type='text'>
This is the documented way to remove user that is still logged in.
It also removes home directory, which is necessary as well.
</content>
</entry>
<entry>
<title>Force user process to die</title>
<updated>2010-03-12T17:31:51+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-03-12T17:31:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=5173409c3325717f2306d03fec79059efe14e566'/>
<id>urn:sha1:5173409c3325717f2306d03fec79059efe14e566</id>
<content type='text'>
Bug 5067
Use more persuasive kill to make processes exit, which
allows user to be deleted.
</content>
</entry>
<entry>
<title>Handle empty set of public keys</title>
<updated>2010-02-19T20:15:14+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-02-19T05:35:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=19d3c520ba13678e0388052340f1639ce02d0679'/>
<id>urn:sha1:19d3c520ba13678e0388052340f1639ce02d0679</id>
<content type='text'>
Bug 5362
If no keys configured; still make an empty .ssh/authorized_keys
file.  This handles case of keys being deleted from configuration
and gives notice to user that file will be overwritten.
</content>
</entry>
</feed>
