b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/servers/slapd/slapd.conf |
2 | +++ b/servers/slapd/slapd.conf | ||||
3 | @@ -59,7 +59,7 @@ database config | ||||
4 | ####################################################################### | ||||
5 | |||||
6 | database mdb | ||||
7 | -maxsize 1073741824 | ||||
8 | +maxsize 8388608 | ||||
9 | suffix "dc=my-domain,dc=com" | ||||
10 | rootdn "cn=Manager,dc=my-domain,dc=com" | ||||
11 | # Cleartext passwords, especially for the rootdn, should |