mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
- Move render_tabs into plinth.views - Move admin_tabs and user_tabs into the class - New interproc module contains inter-process functions - New helper methods in TabMixin
21 lines
506 B
Plaintext
21 lines
506 B
Plaintext
# Direct edits to this file will be lost!
|
|
# Manage your settings on Plinth <https://localhost/plinth/apps/email_server>
|
|
|
|
uris = ldap://127.0.0.1
|
|
base = dc=thisbox
|
|
|
|
user_attrs = \
|
|
=home=%{ldap:homeDirectory}, \
|
|
=uid=%{ldap:uidNumber}, \
|
|
=gid=%{ldap:gidNumber}, \
|
|
=mail=maildir:~/Maildir:LAYOUT=index
|
|
|
|
# Support user lookup by username
|
|
|
|
user_filter = (&(objectClass=posixAccount)(uid=%Ln)(!(uidNumber=0)))
|
|
|
|
# For doveadm
|
|
|
|
iterate_attrs = =user=%{ldap:uid}
|
|
iterate_filter = (objectClass=posixAccount)
|