<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/slx-admin.git/modules-available/sysconfig/install.inc.php, branch master</title>
<subtitle>Web Interface zum Verwalten der Hochschul-/UniSpezifischen Einstellungen der Linux-Umgebung</subtitle>
<id>https://git.openslx.org/openslx-ng/slx-admin.git/atom/modules-available/sysconfig/install.inc.php?h=master</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/slx-admin.git/atom/modules-available/sysconfig/install.inc.php?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/'/>
<updated>2024-07-02T12:46:41+00:00</updated>
<entry>
<title>[sysconfig] Minor code cleanup/fixes</title>
<updated>2024-07-02T12:46:41+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2024-07-02T12:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=40159048ec29362c2f8bc2c9c43c4afdd4f72324'/>
<id>urn:sha1:40159048ec29362c2f8bc2c9c43c4afdd4f72324</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add function param/return types, fix a lot more phpstorm complaints</title>
<updated>2023-11-14T13:47:55+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2023-11-14T13:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=06bff0b9b84d47c43f9bc8aff06a29d85ebb7ed0'/>
<id>urn:sha1:06bff0b9b84d47c43f9bc8aff06a29d85ebb7ed0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Roundup of issues reported by PHPStorm</title>
<updated>2023-11-02T18:08:58+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2023-11-02T18:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=c2d95ffaeaa289752b4c7b6664b6ca112a02e350'/>
<id>urn:sha1:c2d95ffaeaa289752b4c7b6664b6ca112a02e350</id>
<content type='text'>
Mostly redundant checks, logic errors, dead code, etc.
</content>
</entry>
<entry>
<title>Moderize Database handling</title>
<updated>2021-05-11T12:51:13+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2021-05-06T08:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=8dc2b92d667f1401ab9f1315a36add61658f899c'/>
<id>urn:sha1:8dc2b92d667f1401ab9f1315a36add61658f899c</id>
<content type='text'>
* Auto-convert to utf8mb4_unicode_520_ci
* Use foreach instead of while to loop over results
* Drop useless statement caching
* Keep emulated prepares, as we sometimes loop over nested queries
</content>
</entry>
<entry>
<title>[sysconfig] Enforce proper ldadp services running on reboot/install</title>
<updated>2021-04-20T11:47:05+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2021-04-20T11:47:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=1fce476ad77b1254bf3a28e7eceb2e1443a87c0a'/>
<id>urn:sha1:1fce476ad77b1254bf3a28e7eceb2e1443a87c0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[sysconfig] Fix install for configtgz table (TEXT NULL)</title>
<updated>2020-12-18T13:37:42+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-12-18T13:37:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=c32817e2eed04f9bd6923402a8775db4b5ccc8b5'/>
<id>urn:sha1:c32817e2eed04f9bd6923402a8775db4b5ccc8b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[sysconfig] SSH: Split pubkey and rest of config, add more options</title>
<updated>2020-11-16T13:03:21+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-11-16T13:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=11c488215620d12c1f79fc9b05deb9928d2cab39'/>
<id>urn:sha1:11c488215620d12c1f79fc9b05deb9928d2cab39</id>
<content type='text'>
Now we can have exactly one SSH-Config per sysconfig, which avoids
confusion due to config mismatch regarding "allow pw" and "port".
The install include takes care of splitting the key into a new module
for existing modules, but doesn't remove duplicate SshConfig modules
from sysconfigs, as this might lead to additional confusion. Next time
the user edits a sysconfig, they are forced to pick exactly one
SshConfig module.

The "allow password login" option was extended to allow password login
for non-root users only in addition to simply being "yes" or "no".
There's an additional option that can entirely limit the group of users
allowed to log in via SSH.
</content>
</entry>
<entry>
<title>[sysconfig] Display duplicate files for generated system config</title>
<updated>2020-11-03T12:47:44+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-11-03T12:47:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=5486173328d4488abbfc92011883336a214e6293'/>
<id>urn:sha1:5486173328d4488abbfc92011883336a214e6293</id>
<content type='text'>
Implements #3670
</content>
</entry>
<entry>
<title>[sysconfig] install: contents column text -&gt; longblob</title>
<updated>2020-01-16T14:01:28+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-01-16T14:01:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=3a71088684697a1580c946d96fe081f720388971'/>
<id>urn:sha1:3a71088684697a1580c946d96fe081f720388971</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[sysconfig] Allow deleting modules that are still used by a config</title>
<updated>2019-11-13T16:00:35+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2019-11-13T16:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=5f9330bd1f70b66f3801ebbfb7f4e4834be5a7be'/>
<id>urn:sha1:5f9330bd1f70b66f3801ebbfb7f4e4834be5a7be</id>
<content type='text'>
Closes #3075
</content>
</entry>
</feed>
