mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Indent properly to avoid unwanted differences
This commit is contained in:
parent
ec63f336cf
commit
ef1ad685fd
3 changed files with 20 additions and 19 deletions
|
@ -5,14 +5,14 @@
|
||||||
# See ldap.conf(5) for details
|
# See ldap.conf(5) for details
|
||||||
# This file should be world readable but not world writable.
|
# This file should be world readable but not world writable.
|
||||||
|
|
||||||
#BASE dc=example,dc=com
|
#BASE dc=example,dc=com
|
||||||
#URI ldap://ldap.example.com ldap://ldap-master.example.com:666
|
#URI ldap://ldap.example.com ldap://ldap-master.example.com:666
|
||||||
|
|
||||||
#SIZELIMIT 12
|
#SIZELIMIT 12
|
||||||
#TIMELIMIT 15
|
#TIMELIMIT 15
|
||||||
#DEREF never
|
#DEREF never
|
||||||
|
|
||||||
# TLS certificates (needed for GnuTLS)
|
# TLS certificates (needed for GnuTLS)
|
||||||
TLS_CACERT /etc/ssl/certs/ca-certificates.crt
|
TLS_CACERT /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
sudoers_base ou=sudo,dc=yunohost,dc=org
|
sudoers_base ou=sudo,dc=yunohost,dc=org
|
||||||
|
|
|
@ -47,9 +47,10 @@ attributetype ( 1.3.6.1.4.1.40328.1.20.2.6
|
||||||
|
|
||||||
attributetype ( 1.3.6.1.4.1.40328.1.20.2.7
|
attributetype ( 1.3.6.1.4.1.40328.1.20.2.7
|
||||||
NAME 'mailuserquota'
|
NAME 'mailuserquota'
|
||||||
DESC 'Mailbox quota for a user in kilo-bytes'
|
DESC 'Mailbox quota for a user'
|
||||||
EQUALITY integerMatch
|
EQUALITY caseIgnoreMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
|
SUBSTR caseIgnoreSubstringsMatch
|
||||||
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{16} SINGLE-VALUE )
|
||||||
|
|
||||||
# Mail Account Objectclass
|
# Mail Account Objectclass
|
||||||
objectclass ( 1.3.6.1.4.1.40328.1.1.2.1
|
objectclass ( 1.3.6.1.4.1.40328.1.1.2.1
|
||||||
|
|
|
@ -29,8 +29,8 @@ password-hash {SSHA}
|
||||||
loglevel 256
|
loglevel 256
|
||||||
|
|
||||||
# Where the dynamically loaded modules are stored
|
# Where the dynamically loaded modules are stored
|
||||||
modulepath /usr/lib/ldap
|
modulepath /usr/lib/ldap
|
||||||
moduleload back_hdb
|
moduleload back_hdb
|
||||||
moduleload memberof
|
moduleload memberof
|
||||||
|
|
||||||
# The maximum number of entries that is returned for a search operation
|
# The maximum number of entries that is returned for a search operation
|
||||||
|
@ -44,13 +44,13 @@ tool-threads 1
|
||||||
# Specific Backend Directives for hdb:
|
# Specific Backend Directives for hdb:
|
||||||
# Backend specific directives apply to this backend until another
|
# Backend specific directives apply to this backend until another
|
||||||
# 'backend' directive occurs
|
# 'backend' directive occurs
|
||||||
backend hdb
|
backend hdb
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
# Specific Backend Directives for 'other':
|
# Specific Backend Directives for 'other':
|
||||||
# Backend specific directives apply to this backend until another
|
# Backend specific directives apply to this backend until another
|
||||||
# 'backend' directive occurs
|
# 'backend' directive occurs
|
||||||
#backend <other>
|
#backend <other>
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
# Specific Directives for database #1, of type hdb:
|
# Specific Directives for database #1, of type hdb:
|
||||||
|
@ -85,7 +85,7 @@ dbconfig set_lk_max_lockers 1500
|
||||||
|
|
||||||
# Indexing options for database #1
|
# Indexing options for database #1
|
||||||
index objectClass eq
|
index objectClass eq
|
||||||
index uid eq,sub
|
index uid eq,sub
|
||||||
index entryCSN,entryUUID eq
|
index entryCSN,entryUUID eq
|
||||||
|
|
||||||
# Save the time that the entry gets modified, for database #1
|
# Save the time that the entry gets modified, for database #1
|
||||||
|
@ -96,7 +96,7 @@ lastmod on
|
||||||
checkpoint 512 30
|
checkpoint 512 30
|
||||||
|
|
||||||
# Where to store the replica logs for database #1
|
# Where to store the replica logs for database #1
|
||||||
# replogfile /var/lib/ldap/replog
|
# replogfile /var/lib/ldap/replog
|
||||||
|
|
||||||
# The userPassword by default can be changed
|
# The userPassword by default can be changed
|
||||||
# by the entry owning it if they are authenticated.
|
# by the entry owning it if they are authenticated.
|
||||||
|
@ -105,7 +105,7 @@ checkpoint 512 30
|
||||||
# These access lines apply to database #1 only
|
# These access lines apply to database #1 only
|
||||||
access to attrs=userPassword
|
access to attrs=userPassword
|
||||||
by dn="cn=admin,dc=yunohost,dc=org" write
|
by dn="cn=admin,dc=yunohost,dc=org" write
|
||||||
by anonymous auth
|
by anonymous auth
|
||||||
by self write
|
by self write
|
||||||
by * none
|
by * none
|
||||||
|
|
||||||
|
@ -130,8 +130,8 @@ access to dn.base="" by * read
|
||||||
# can read everything.
|
# can read everything.
|
||||||
access to *
|
access to *
|
||||||
by dn="cn=admin,dc=yunohost,dc=org" write
|
by dn="cn=admin,dc=yunohost,dc=org" write
|
||||||
by group/groupOfNames/Member="cn=admin,ou=groups,dc=yunohost,dc=org" write
|
by group/groupOfNames/Member="cn=admin,ou=groups,dc=yunohost,dc=org" write
|
||||||
by * read
|
by * read
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
# Specific Directives for database #2, of type 'other' (can be hdb too):
|
# Specific Directives for database #2, of type 'other' (can be hdb too):
|
||||||
|
@ -140,4 +140,4 @@ access to *
|
||||||
#database <other>
|
#database <other>
|
||||||
|
|
||||||
# The base of your directory for database #2
|
# The base of your directory for database #2
|
||||||
#suffix "dc=debian,dc=org"
|
#suffix "dc=debian,dc=org"
|
||||||
|
|
Loading…
Add table
Reference in a new issue