Alexandre Aubin
4f6166f8bb
ldap config: Bump DbMaxSize to allow up to 100MB
2021-08-27 15:47:40 +02:00
Alexandre Aubin
1b57435910
Merge branch 'dev' into enh-csv
2021-08-13 00:57:33 +02:00
ericgaspar
fc02caea2e
Yunohost -> YunoHost
2021-05-24 18:02:13 +02:00
ljf
170156ac22
[fix] Check ldap db integrity
2021-05-24 11:50:11 +02:00
Alexandre Aubin
8aa911b6e2
Misc renaming/tweaks for more sensible naming
2021-05-23 23:49:36 +02:00
ljf
59d7e2f247
[fix] LDAP Size limits
2021-05-08 23:29:52 +02:00
Alexandre Aubin
1cb75497c4
Increase ldap size limit?
2020-11-17 15:29:24 +01:00
Josué Tille
e6da35abd1
Merge branch 'dev' into permission_protection
2020-08-23 21:48:18 +02:00
Josué Tille
7c10ea6b93
Fix index config
2020-07-27 19:26:18 +02:00
Alexandre Aubin
4eb93d62e9
Improve comment about editing slapd.ldif
2020-07-27 19:26:18 +02:00
Josué Tille
d73a71fa61
Rewrite LDAP configuration in LDIF format
2020-07-27 19:26:18 +02:00
Josué Tille
7099750323
Change file type of LDAP schema from 'schema' to ldif
2020-07-27 19:26:18 +02:00
Josué Tille
84e275ea97
Merge branch 'stretch-unstable' into permission_protection
2020-04-22 21:59:06 +02:00
Alexandre Aubin
7061c4c3fe
Improve systemd settings for slapd ( #933 )
2020-04-17 14:40:53 +02:00
Josué Tille
d2edc162fd
Update LDAP schema for label and tile support, authentication header and multiple URL support
2020-03-30 17:40:01 +02:00
Josué Tille
6f179afa82
Merge branch 'stretch-unstable' into permission_protection
2020-03-27 16:14:30 +01:00
Alexandre Aubin
6ed3ba97ce
Add permission to stuff to be indexed by slapd to avoid it flooding complains in syslog
2020-03-24 20:22:47 +01:00
Josué Tille
e5eed1fa17
Make mandatory the protected attribute in LDAP permission
2019-12-22 15:44:48 +01:00
Josué Tille
5d4f62b222
Update LDAP schema for permission protection
2019-12-22 14:44:17 +01:00
Alexandre Aubin
2dc809548b
Fixing again the whole permission / cert situation for slapd ... for good this time hopefully
2019-08-13 17:32:55 +02:00
Alexandre Aubin
dde3a19350
Fix some critical permissions issues with ssl / slapd configuration
2019-08-12 01:56:24 +02:00
yalh76
ca95035f72
Adding openldap TLS support
2019-07-14 12:26:59 +02:00
Alexandre Aubin
59e2db99ba
Merge branch 'stretch-unstable' into group_permission
2019-07-05 20:59:10 +02:00
Alexandre Aubin
fbfa249ff5
Remove binding to IPv6 ::1 as it makes ipv4-only instances crash... (unable to bind to ::1)
2019-07-05 20:50:13 +02:00
Alexandre Aubin
d8b086a06a
[fix] Running slapindex seems to fix the previous issues about LDAP indexing stuff
2019-06-06 19:26:49 +02:00
Alexandre Aubin
7ecd606d04
[fix] Do not index cn,mail and virtualdomain as it's causing some weird issues in the mail stack ...
2019-06-05 16:25:25 +02:00
Alexandre Aubin
769ba5771d
Indexing gidNumber / uidNumber trigger weird issues when logging in through SSH (or the 'I have no name' shell when loggin in as admin)
2019-06-04 15:09:09 +02:00
Alexandre Aubin
24cfc15536
Merge branch 'stretch-unstable' into group_permission
2019-05-31 18:15:09 +02:00
MCMic
a1ab50dcf1
Add indexes for fields listed by slapd in the logs
...
I get lots of suggestion of indexes by slapd in my logs:
<= mdb_equality_candidates: (cn) not indexed
<= mdb_equality_candidates: (gidNumber) not indexed
<= mdb_equality_candidates: (mail) not indexed
<= mdb_equality_candidates: (member) not indexed
<= mdb_equality_candidates: (memberUid) not indexed
<= mdb_equality_candidates: (sudoUser) not indexed
<= mdb_equality_candidates: (uidNumber) not indexed
<= mdb_equality_candidates: (uniqueMember) not indexed
<= mdb_equality_candidates: (virtualdomain) not indexed
<= mdb_substring_candidates: (sudoUser) not indexed
Since Yunohost makes it hard to edit LDAP server configuration (see https://github.com/YunoHost/issues/issues/1350 ), the default configuration should contain indexes for the fields used by Yunohost a lot.
2019-05-23 14:49:27 +00:00
Josué Tille
fde8cafa4e
Merge remote-tracking branch 'upstream/stretch-unstable' into group_permission
2019-05-10 22:53:06 +02:00
Josué Tille
9f28bfccad
Use root UID to authenticate to LDAP
2019-05-02 15:30:44 +02:00
Romuald du Song
0ef7ebbba6
only open socket to localhost
2019-04-11 23:03:57 +02:00
Josué Tille
ad628b7620
Use root UID to authenticate to LDAP
2019-01-17 22:15:13 +01:00
Josué Tille
d975ed2689
Update LDAP config
2019-01-17 22:14:24 +01:00
frju365
556f33f15f
[fix] Add a proper conf for LDAP (Issue 1218) ( #554 )
...
* Update ldap.conf
* [fix] Port
2018-10-24 21:04:01 +02:00
Jérôme Lebleu
e5095d0185
[fix] Remove old dbconfig settings from slapd.conf
2016-01-27 18:57:21 +01:00
Jérôme Lebleu
a5568311db
[fix] Save LDAP database when switching to MDB (bugfix #169 )
...
As Wheezy is not supported anymore by next YunoHost releases, the slapd.conf
now comes with MDB as backend.
The LDAP database is also saved before switching to MDB backend and imported
after the configuration re-generation to prevent data loss.
2016-01-27 18:05:04 +01:00
kload
8c46e978a3
[fix] Regenerate configuration files only if YunoHost is postinstalled
2015-10-01 19:23:37 -04:00
kload
bc85d157b5
[fix] Copy sudo.schema
2015-10-01 19:04:39 -04:00
kload
aa6a277e20
[fix] Slapd default spacing
2015-09-29 15:30:43 -04:00
kload
ef1ad685fd
[fix] Indent properly to avoid unwanted differences
2015-09-29 14:36:46 +00:00
kload
b9f9a3f105
[enh] Add slapd conf regen hook
2015-09-28 19:47:43 -04:00
kload
c8dc2e324f
[enh] Bootstrap the regenconf command
2015-07-19 11:08:18 +02:00