Software / code / prosody-modules
Annotate
mod_lib_ldap/dev/slapd.conf @ 6303:d73cae8d80ce
mod_cloud_notify: actually fix labels
diff --git a/mod_cloud_notify/README.md b/mod_cloud_notify/README.md
--- a/mod_cloud_notify/README.md
+++ b/mod_cloud_notify/README.md
@@ -1,7 +1,7 @@
----
--labels:
--- 'Stage-Beta'
--summary: 'XEP-0357: Cloud push notifications'
+labels:
+- 'Stage-Beta'
+summary: 'XEP-0357: Cloud push notifications'
----
# Introduction
| author | Menel <menel@snikket.de> |
|---|---|
| date | Fri, 13 Jun 2025 10:48:20 +0200 |
| parent | 822:1f45cef9e5c7 |
| rev | line source |
|---|---|
| 809 | 1 include /etc/openldap/schema/core.schema |
| 2 # I needed the following two schema definitions for posixGroup; if you don't | |
| 3 # need it, don't include them | |
| 4 include /etc/openldap/schema/cosine.schema | |
| 5 include /etc/openldap/schema/nis.schema | |
|
822
1f45cef9e5c7
Add avatar data/config for testing
Rob Hoelz <rob@hoelz.ro>
parents:
809
diff
changeset
|
6 # needed for inetOrgPerson so I can test jpegPhoto |
|
1f45cef9e5c7
Add avatar data/config for testing
Rob Hoelz <rob@hoelz.ro>
parents:
809
diff
changeset
|
7 include /etc/openldap/schema/inetorgperson.schema |
| 809 | 8 |
| 9 pidfile /var/run/openldap/slapd.pid | |
| 10 argsfile /var/run/openldap/slapd.args | |
| 11 database bdb | |
| 12 suffix "dc=example,dc=com" | |
| 13 rootdn "cn=Manager,dc=example,dc=com" | |
| 14 rootpw prosody | |
| 15 directory /var/lib/openldap/openldap-data | |
| 16 index objectClass eq |