mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
Fixed some typos
This commit is contained in:
parent
87edea9a17
commit
86c41a77db
@ -32,7 +32,7 @@ occ app:install user_ldap
|
|||||||
occ app:enable user_ldap
|
occ app:enable user_ldap
|
||||||
occ ldap:create-empty-config
|
occ ldap:create-empty-config
|
||||||
|
|
||||||
# EDIT: domaino
|
# EDIT: domain
|
||||||
occ ldap:set-config s01 ldapHost "ldap://lldap.example.net."
|
occ ldap:set-config s01 ldapHost "ldap://lldap.example.net."
|
||||||
occ ldap:set-config s01 ldapPort 3890
|
occ ldap:set-config s01 ldapPort 3890
|
||||||
# EDIT: admin user
|
# EDIT: admin user
|
||||||
@ -101,7 +101,6 @@ _Note:_ The `cn=users` section of the LDAP query is the group you setup at the b
|
|||||||
|
|
||||||
You can check with `Verify settings and count users` that your filter is working properly (here your accounts `admin` and `ro_admin` will not be counted as users).
|
You can check with `Verify settings and count users` that your filter is working properly (here your accounts `admin` and `ro_admin` will not be counted as users).
|
||||||
|
|
||||||
|
|
||||||
### Login attributes
|
### Login attributes
|
||||||
Select `Edit LDAP Query` and enter :
|
Select `Edit LDAP Query` and enter :
|
||||||
```
|
```
|
||||||
@ -112,7 +111,6 @@ Select `Edit LDAP Query` and enter :
|
|||||||
|
|
||||||
Enter a valid username in lldap and check if your filter is working.
|
Enter a valid username in lldap and check if your filter is working.
|
||||||
|
|
||||||
|
|
||||||
### Groups
|
### Groups
|
||||||
|
|
||||||
You can use the menus for this part : select `groupOfUniqueNames` in the first menu and check every group you want members to be allowed to view their group member / share files with.
|
You can use the menus for this part : select `groupOfUniqueNames` in the first menu and check every group you want members to be allowed to view their group member / share files with.
|
||||||
@ -120,7 +118,6 @@ You can use the menus for this part : select `groupOfUniqueNames` in the first m
|
|||||||

|

|
||||||
|
|
||||||
The resulting LDAP filter could be simplified removing the first 'OR' condition (I think).
|
The resulting LDAP filter could be simplified removing the first 'OR' condition (I think).
|
||||||
o
|
|
||||||
## Sharing restrictions
|
## Sharing restrictions
|
||||||
|
|
||||||
Go to Settings > Administration > Sharing and check following boxes :
|
Go to Settings > Administration > Sharing and check following boxes :
|
||||||
@ -129,4 +126,3 @@ Go to Settings > Administration > Sharing and check following boxes :
|
|||||||
* "Restrict users to only share with users in their groups"
|
* "Restrict users to only share with users in their groups"
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user