10 Commits

Author SHA1 Message Date
Thomas Pike
3d1c5c097f Also add group_filter attribute for separating groups from other entities 2021-11-07 16:03:32 +01:00
Thomas Pike
601d39d2d5 Add user_filter attribute for separating users from other entities (eg. groups)
Resolves: #60
2021-11-07 15:39:45 +01:00
Thomas Pike
946c6ff74d Enable syncing of more LDAP groups
Resolves: #55
2021-10-31 23:01:02 +01:00
Marc Mettke
8b67238a40 Improved Synchronisation
* Added configuration option to switch between timeout utils
* Modified user option to require value
2019-05-04 15:46:19 +02:00
Thomas Pike
42ff27c0a6 Add setting to enable LDAP_OPT_REFERRALS, default off
How referrals work:
 http://umich.edu/~dirsvcs/ldap/doc/other/ldap-ref.html

When they cause problems:
 https://bugs.php.net/bug.php?id=30670

Resolves: #16
2018-07-21 15:05:10 +02:00
Thomas Pike
40ba15610e Add missing backticks and bring sample config in line with README
Resolves: #10
2018-04-17 09:59:02 +02:00
Thomas Pike
c184b031bd Provide mitigation options for SSH redirection vulnerability
The less intrusive options that give most immediate benefit for least
cost are enabled by default:
* Prevent server admins resetting SSH host key
* Block sync if multiple servers have the same SSH host key

An additional option for improved security is included to provide
hostname verification, either based on `hostname -f` or on an explicitly
defined '.hostnames' file.

Resolves: SSH redirection security issue reported by Tobias Josefowitz
of Opera Software
2017-11-08 12:36:26 +01:00
Thomas Pike
956e637473 Wrap config file comments at 79 chars 2017-10-19 18:46:04 +02:00
Thomas Pike
29b3f0b731 Remove hardcoded gpg signing key ID 2017-08-22 17:35:34 +02:00
Thomas Pike
b464e14873 Initial public commit 2017-06-06 16:07:08 +02:00