remove ldap and add sociallogin

This commit is contained in:
Sebastian Hugentobler 2021-08-22 16:44:51 +02:00
parent f566463fe2
commit 3b450ed3f9
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
3 changed files with 52 additions and 153 deletions

View file

@ -1,4 +1,4 @@
[Nextcloud](https://nextcloud.com/) with ldap authentication (needs a postgres database).
[Nextcloud](https://nextcloud.com/) with postgres backend.
Seperately installed apps are not persistent because there is no possibility of
setting the app_path with occ.
@ -71,50 +71,6 @@ Username for SMTP authentication.
## MAIL_SMTP_PASSWORD
Password for SMTP authentication.
## LDAP_HOST
Ldap host.
## LDAP_PORT
- default: 389
Ldap port.
## LDAP_TLS
Whether the ldap connection should use tls.
## LDAP_BIND_USER
Bind DN to use when connecting to the ldap host.
## LDAP_BIND_PASSWORD
Password to use when connecting to the ldap host.
## LDAP_LOGIN_FILTER
Ldap filter to see if a user is allowed to login. `%uid` is replaces with the username.
## LDAP_USER_DISPLAY_NAME
Ldap attribute for the display name.
## LDAP_USER_FILTER
Ldap filter to find valid users.
## LDAP_BASE_DN
Base DN of the ldap host.
## LDAP_BASE_USER_DN
Base DN when searching for users.
## LDAP_BASE_GROUP_DN
Base DN when looking for groups.
## LDAP_GROUP_FILTER
Ldap filter to find valid groups.
## LDAP_EMAIL_ATTRIBUTE
Ldap attribute for the email.
## LDAP_UID_ATTRIBUTE
Ldap attribute for the user id.
## ASSUME_HTTPS
- default: on
The value of `fastcgi_param HTTPS`.