mirror of
https://github.com/YunoHost-Apps/cypht_ynh.git
synced 2024-09-03 18:26:09 +02:00
Update hm3.sample.ini
This commit is contained in:
parent
9273f196f5
commit
61eb56c68d
1 changed files with 4 additions and 2 deletions
|
@ -62,18 +62,20 @@ auth_type=DB
|
|||
;
|
||||
|
||||
; The hostname or IP address of the LDAP server to authenticate to
|
||||
ldap_auth_server=localhost
|
||||
ldap_auth_server=127.0.0.1
|
||||
|
||||
; The port the LDAP server is listening on.
|
||||
ldap_auth_port=389
|
||||
|
||||
; Enable TLS/SSL connections. Leave blank or set to false to disable. Set to
|
||||
; true to enable TLS connections.
|
||||
ldap_auth_tls=
|
||||
ldap_auth_tls=false
|
||||
|
||||
; The "base dn" of the LDAP server
|
||||
ldap_auth_base_dn="ou=users,dc=yunohost,dc=org"
|
||||
|
||||
; Search filter
|
||||
ldap_auth_search_term="(&(|(objectclass=posixAccount))(uid={{username}})(permission=cn=__APP__.main,ou=permission,dc=yunohost,dc=org))"
|
||||
|
||||
; IMAP Authentication
|
||||
; -------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue