1
0
Fork 0
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:
ericgaspar 2022-05-21 16:21:41 +02:00
parent 0f211ec9c9
commit 69528b1d11
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -23,7 +23,7 @@
; custom Create your own session class. See the modules/site/lib.php file for
; more info
;
session_type=PHP
session_type=DB
; Authentication Type
@ -52,7 +52,7 @@ session_type=PHP
; custom Create your own auth class. See the modules/site/lib.php file for
; more info
;
auth_type=DB
auth_type=LDAP
; LDAP Authentication
@ -62,7 +62,7 @@ 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
@ -74,6 +74,9 @@ ldap_auth_tls=
; 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
; -------------------