sharing/group: rename auth_type -> from_auth

This commit is contained in:
Peter Bieringer
2026-07-31 17:44:21 +02:00
parent 36c459fec8
commit 5abb0046e3
5 changed files with 9 additions and 9 deletions

View File

@@ -1026,7 +1026,7 @@ Available types are:
* `ldap` _(>= 3.3.0)_
Use a LDAP or AD server to authenticate users by relaying credentials from clients and handle results.
User groups are supported. Requires group/type=`auth_type` _(>= 3.8.0)_.
User groups are supported. Requires group/type=`from_auth` _(>= 3.8.0)_.
* `dovecot` _(>= 3.3.1)_
Use a Dovecot server to authenticate users by relaying credentials from clients and handle results.
@@ -1265,7 +1265,7 @@ They also give you access to the group calendars, if those exist.
Default: (unset)
Requires group lookup type set to `auth_type` _(>= 3.8.0)_
Requires group lookup type set to `from_auth` _(>= 3.8.0)_
##### ldap_group_members_attribute
@@ -1513,7 +1513,7 @@ Available types are:
* `none`
No groups lookup at all
* `auth_type`
* `from_auth`
Group lookup by authentication type (if supported)
* `htgroup`