Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bennet0496 committed Feb 23, 2024
1 parent de8fbe0 commit 5341f68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ $config["nextcloud_attachment_exclude_users_in_addr_books"] = ["demo@example.com
If either their, IMAP (login) username, email or mapped username matches an entry in the list, they won't be
able to use the plugin (version <1.3 only matched the login usernames).

The other 3 strategies involve using address books, which essentially allow retrieving the status from LDAP. Which is
useful because that has probably the information who can log in where anyway. Option one is to exclude any user listed
with their uid or email in a given address book, allowing you to create a (hidden) address book that filters the users
that should not be able to use the plugin
The other 3 strategies (only available in version >=1.3) involve using address books, which essentially allow retrieving
the status from LDAP. Which is useful because that has probably the information who can log in where anyway. Option one
is to exclude any user listed with their uid or email in a given address book, allowing you to create a (hidden) address
book that filters the users that should not be able to use the plugin
```php
$config["nextcloud_attachment_exclude_users_in_addr_books"] = ["nocloud"];
```
Expand Down

0 comments on commit 5341f68

Please sign in to comment.