Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 72:ldap_global_config [2018/07/16 12:22] – created bkkr | 72:ldap_global_config [2024/02/15 00:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 22: | Line 22: | ||
| **Possible values for the synchronize attribute and their meanings** | **Possible values for the synchronize attribute and their meanings** | ||
| - | ^Value^Effect| | + | //full// |
| - | |full|All user related tasks are performed if necessary.| | + | |
| - | |nocreate|Synchronized users can be deleted or modified but no new users will be created | + | * Effect: |
| - | |nomodify|No user related task is performed at all. This setting is useful to test LDAP configuration.| | + | |
| - | |ondemand|Only already existing Stages users will be synchronized (<font inherit/ | + | nocreate |
| - | |off| \\ No synchronized is done at all but users are authenticated | + | |
| + | * Effect: | ||
| + | |||
| + | //nomodify// | ||
| + | |||
| + | * Effect: | ||
| + | |||
| + | //ondemand// | ||
| + | |||
| + | * Effect: | ||
| + | |||
| + | //off// | ||
| + | * Effect: | ||
| A sample global configuration is as follows: | A sample global configuration is as follows: | ||
| < | < | ||
| - | <ldap refreshIntervalMinutes=„60“ | + | <ldap refreshIntervalMinutes="60“ |
| - | | + | |
| - | | + | |
| … | … | ||
| </ | </ | ||
| + | |||
| </ | </ | ||
| Line 42: | Line 55: | ||
| * At most 10 percent of synchronized users can be deleted from the Stages user database within a single synchronization run | * At most 10 percent of synchronized users can be deleted from the Stages user database within a single synchronization run | ||
| * Within a synchronization run all possible user related tasks are performed if necessary | * Within a synchronization run all possible user related tasks are performed if necessary | ||
| - | |||
| - | \\ | ||