Skip to content

Commit 599acf4

Browse files
committed
minor fixes
1 parent 3dcb23e commit 599acf4

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/configuration/authentication/saml.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Security Assertion Markup Language (SAML) is an open standard for exchanging aut
44

55
This document assumes that you have a basic understanding of SAML and that you understand the related terminology.
66

7-
!!! Recent revision of SAML configuration
7+
!!! warning "Recent revision of SAML configuration"
88

9-
SeaTable's SAML configuration has undergone substantial changes in SeaTable 3.5. It is highly recommended to update to SeaTable 3.5 or younger if you use SAML. The SAML configuration in prior versions is no longer included in this document. You can still find it in Github.
9+
SeaTable's SAML configuration has undergone substantial changes in SeaTable 3.5. It is highly recommended to update to SeaTable 3.5 or younger if you use SAML. The SAML configuration in prior versions is no longer included in this document. You can still find it in Github.
1010

1111
## SSO with SAML in SeaTable
1212

@@ -116,10 +116,10 @@ SAML_ATTRIBUTE_MAP = {
116116
SAML_CERTS_DIR = '/shared/certs'
117117
```
118118

119-
!!! Details about the SAML_ATTRIBUTE_MAP
119+
!!! warning "Details about the SAML_ATTRIBUTE_MAP"
120120

121-
The `SAML_ATTRIBUTE_MAP` defines the values provided by the IdP that SeaTable uses to create a user or update the user's profile.
122-
Key is the uid which is the unique identifier from the identity providers (not the username within SeaTable). The value of the uid should never change over the life cycle of the user. If you choose the email address as uid and the address changes, SeaTable will create a new user the next time the user logs in.
121+
The `SAML_ATTRIBUTE_MAP` defines the values provided by the IdP that SeaTable uses to create a user or update the user's profile.
122+
Key is the uid which is the unique identifier from the identity providers (not the username within SeaTable). The value of the uid should never change over the life cycle of the user. If you choose the email address as uid and the address changes, SeaTable will create a new user the next time the user logs in.
123123

124124
### Testing
125125

docs/maintenance/base-export.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ max_download_dir_size=1000
5050
```
5151

5252
Then [restart SeaTable](../maintenance/restart-seatable.md)
53-
This allows `.dtable` exports up to 1 GB in size.
53+
54+
This setting determines the maximum export size for `.dtable` files. For example, with `max_download_dir_size=1000`, exports up to 1 GB are allowed. You can set this value to any size you require.
5455

5556
## Advanced Export: Export to a Folder with All Data
5657

0 commit comments

Comments
 (0)