Commit Graph

145 Commits

Author SHA1 Message Date
f0ac293904
Update README.md 2023-08-03 17:42:34 +06:00
36d231127b
Update README.md 2023-08-03 17:42:07 +06:00
dc7f56c858
Update README.md 2023-08-03 17:39:36 +06:00
e5ace0ddb8
Update version.rb 2023-08-03 17:29:57 +06:00
fa47041756
Update pg-ldap-sync.gemspec 2023-08-03 17:28:33 +06:00
866e3b9ac9
Update pg-ldap-sync.gemspec 2023-08-02 17:27:32 +06:00
15ceb4acd2
Update pg_ldap_sync 2023-08-02 17:24:52 +06:00
c18c599c0e
Update pg-ldap-sync.gemspec 2023-08-01 12:33:59 +06:00
149bea2369
Update application.rb 2023-07-31 20:42:05 +06:00
f2d5eda2b4
Update version.rb 2023-07-31 20:40:40 +06:00
728043127d
fix 2023-07-31 20:40:30 +06:00
6d8a85e9aa
Update version.rb 2023-07-31 19:43:51 +06:00
bf5bc3de69
Update application.rb 2023-07-31 19:24:06 +06:00
e7e1ebd228
Update application.rb 2023-07-31 19:13:57 +06:00
95030a3acb
Update application.rb 2023-07-31 19:01:11 +06:00
9654487ff7
Update application.rb 2023-07-31 18:51:47 +06:00
949540854c
Update application.rb 2023-07-31 18:45:42 +06:00
540e154b33
Update application.rb 2023-07-31 18:21:59 +06:00
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