100531e7d3
Update pg-ldap-sync.gemspec
2023-07-27 14:37:16 +06:00
dae5cf36bc
Update pg-ldap-sync.gemspec
2023-07-27 14:21:38 +06:00
b63dd34de2
Update README.md
2023-07-27 13:48:44 +06:00
b4b4438b32
Update pg-ldap-sync.gemspec
2023-07-27 13:25:49 +06:00
0b877db2cd
Update pg-ldap-sync.gemspec
2023-07-27 13:23:19 +06:00
db5ef57651
Update pg-ldap-sync.gemspec
2023-07-27 13:05:41 +06:00
ad916556ba
Update Gemfile
2023-07-27 12:42:45 +06:00
ae9df23755
Update pg-ldap-sync.gemspec
2023-07-27 12:42:23 +06:00
c78daa9b0c
Update version.rb
2023-07-26 20:19:48 +06:00
root
aae9d86f57
Merge branch 'master' of https://github.com/larskanis/pg-ldap-sync
2023-07-26 15:08:50 +05:00
7767d94768
Update README.md
2023-07-26 15:59:33 +06:00
Lars Kanis
5b994514c9
Improve documentation in README and config file
2023-04-01 15:09:58 +02:00
Lars Kanis
0166bf8cdb
Add optional keys to sample config and use FQDN for GSSAPI
2023-02-04 18:56:34 +01:00
Lars Kanis
8b06d6b4af
Prepare release 0.5.0
2023-02-03 19:55:21 +01:00
Lars Kanis
a3b421f945
Add NTLM and Kerberos to README
2023-02-03 19:54:51 +01:00
Lars Kanis
10d0f39694
Add Kerberos and NTLM authentication support
...
Fixes #41
2023-02-03 19:51:53 +01:00
Lars Kanis
20fd3118ed
Fix typo in names of roles
2023-02-03 19:42:18 +01:00
Lars Kanis
ccb3a1f889
Add comment about config option "grant_options"
2022-12-22 18:30:18 +01:00
Lars Kanis
72505bf061
Switch back to ruby-ldapserver gem
...
No need to use git any longer since ruby-ldapserver-0.7.0
2022-12-06 10:39:50 +01:00
Lars Kanis
37b1bc17a0
Add ruby-version as a comment
2022-12-03 12:23:26 +01:00
Lars Kanis
7e5e24e922
Bump VERSION to 0.4.0
2022-12-02 16:47:58 +01:00
Lars Kanis
f1ee6e38ce
Add CHANGELOG entry for VERSION 0.4.0
2022-12-02 16:34:46 +01:00
Lars Kanis
f43d18d46a
Retrieve only necessary attributes from LDAP server
2022-12-02 14:04:43 +01:00
Lars Kanis
eebbb159ea
Add CREATE USER, GROUP statements as comments
2022-12-02 14:04:14 +01:00
Lars Kanis
ff6d6cce22
Fix logging with WARN, INFO, DEBUG level
2022-12-02 14:03:45 +01:00
Lars Kanis
40661830a4
Exclude internal role of PostgreSQL-15
2022-12-02 13:27:35 +01:00
Lars Kanis
ee81807f49
Add error text to exception when an error was logged
2022-12-02 13:20:24 +01:00
Lars Kanis
bd4310a080
Downgrade required ruby version to 2.3
...
since we test it on Github Actions now
2022-12-02 12:09:07 +01:00
Lars Kanis
f4d85e439e
CI: Add Github actions
2022-12-02 12:02:51 +01:00
Lars Kanis
5a07820472
Fix compat with ruby < 2.5
2022-12-02 08:05:42 +01:00
Lars Kanis
81473fb2b4
Re-add support for attribute ranges
...
This is an alternative implementation of #37 .
It doesn't need additional configuration, but enables range retrieval automatic.
It also add some testing.
Fixes #32
2022-12-01 15:27:40 +01:00
Lars Kanis
f5b9587eb7
Revert "Support synchronize groups with over 1500 users in Active Directory server"
...
This reverts commit d833228547
.
2022-11-30 13:24:29 +01:00
Lars Kanis
f83b32f8d9
Revert "Instead of adding a new config option, use range retrieval when member_attribute includes ;range"
...
This reverts commit 917e716d38
.
2022-11-30 13:24:27 +01:00
Lars Kanis
ead4404c54
Add "temp" dir to "rake clean"
2022-11-30 13:15:09 +01:00
Lars Kanis
1eeeefd8df
Merge pull request #37 from jingwen-yang-yjw/supportMemberRangeRetrivalForAD
...
Support synchronize groups with over 1500 users in AD server
2022-09-23 13:54:31 +02:00
Jingwen Yang
917e716d38
Instead of adding a new config option, use range retrieval when member_attribute includes ;range
2022-08-24 14:47:56 +08:00
Jingwen Yang
d833228547
Support synchronize groups with over 1500 users in Active Directory server
2022-08-24 12:04:10 +08:00
fsight
4a16f02414
Astra linux domain support
...
Added support ALD
2022-04-18 23:38:32 +05:00
fsight
31f11627e1
Merge remote-tracking branch 'upstream/master'
2022-04-18 23:31:24 +05:00
Lars Kanis
f818161fc0
Merge pull request #33 from ppuetsch/master
...
Fix Typo in doc
2022-04-14 19:14:02 +02:00
ppuetsch
13316479a4
Fix Typo in doc
2022-04-14 12:57:08 +02:00
Lars Kanis
0ac1e03ba7
Add CHANGELOG entry for version 0.3.0
2022-01-18 11:31:24 +01:00
Lars Kanis
2e3e592af6
Require ruby-2.4+ in gemspec
...
Since we don't test older rubies.
2022-01-17 16:10:57 +01:00
Lars Kanis
d22a67b0e7
Use do-end syntax for multiline blocks
...
This is more standard these days.
2022-01-17 16:08:40 +01:00
Lars Kanis
791f9dc72c
Fix memberships of bothcase-users
...
Only one of both users was recognized as a member of the LDAP group.
2022-01-17 16:05:51 +01:00
Lars Kanis
c6c6562ac4
Bump VERSION to 0.3.0
2022-01-17 15:03:13 +01:00
Lars Kanis
d8ea157c66
Add config option :bothcase_name
2022-01-17 14:48:49 +01:00
Lars Kanis
8034957d28
Update CI-Link to travis.com
2022-01-17 14:13:51 +01:00
Lars Kanis
bf1137ff11
CI: Update ruby and PostgreSQL versions
2022-01-17 14:04:15 +01:00
Lars Kanis
98c0d5328f
Relax gem dependencies
2022-01-17 13:37:33 +01:00