Skip to content

Commit

Permalink
update 11.0 seahub_custom_functions
Browse files Browse the repository at this point in the history
  • Loading branch information
SkywalkerSpace committed Sep 10, 2024
1 parent 5f4b9e7 commit 3415a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/deploy_pro/ldap_in_11.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ To enable this feature, add below option to `seahub_settings.py`, e.g.
LDAP_USER_ROLE_ATTR = 'title'
```

`LDAP_USER_ROLE_ATTR` is the attribute field to configure roles in LDAP. You can write a custom function to map the role by creating a file `custom_functions.py` under conf/ and edit it like:
`LDAP_USER_ROLE_ATTR` is the attribute field to configure roles in LDAP. You can write a custom function to map the role by creating a file `seahub_custom_functions.py` under conf/ and edit it like:

```python
# -*- coding: utf-8 -*-
Expand Down

0 comments on commit 3415a47

Please sign in to comment.