Skip to content

Commit

Permalink
Merge pull request #276 from haiwen/docker-trigger-LDAP-sync
Browse files Browse the repository at this point in the history
docker trigger LDAP sync
  • Loading branch information
freeplant authored Apr 18, 2024
2 parents 592fee1 + 319f135 commit 00bb7bb
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 8 deletions.
9 changes: 7 additions & 2 deletions manual/deploy_pro/ldap_group_sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,15 @@ After the sync is run, you should see log messages like the following in logs/se

To trigger LDAP sync manually,

```
cd seafile-server-lastest
```sh
cd seafile-server-latest
./pro/pro.py ldapsync

```

For Seafile Docker

```sh
docker exec -it seafile /opt/seafile/seafile-server-latest/pro/pro.py ldapsync

```
22 changes: 18 additions & 4 deletions manual/deploy_pro/ldap_in_11.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,18 @@ To test your LDAP sync configuration, you can run the sync command manually.

To trigger LDAP sync manually:

```
cd seafile-server-lastest
```sh
cd seafile-server-latest
./pro/pro.py ldapsync
```

For Seafile Docker

```sh
docker exec -it seafile /opt/seafile/seafile-server-latest/pro/pro.py ldapsync

```

## Setting Up LDAP Group Sync (optional)

### How It Works
Expand Down Expand Up @@ -234,11 +241,18 @@ After the sync is run, you should see log messages like the following in logs/se

To trigger LDAP sync manually,

```
cd seafile-server-lastest
```sh
cd seafile-server-latest
./pro/pro.py ldapsync
```

For Seafile Docker

```sh
docker exec -it seafile /opt/seafile/seafile-server-latest/pro/pro.py ldapsync

```

## Advanced LDAP Integration Options

### Multiple BASE
Expand Down
11 changes: 9 additions & 2 deletions manual/deploy_pro/using_ldap_pro.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,19 @@ To test your LDAP sync configuration, you can run the sync command manually.

To trigger LDAP sync manually,

```
cd seafile-server-lastest
```sh
cd seafile-server-latest
./pro/pro.py ldapsync

```

For Seafile Docker

```sh
docker exec -it seafile /opt/seafile/seafile-server-latest/pro/pro.py ldapsync

```

## Advanced LDAP/AD Integration Options

### Multiple BASE
Expand Down

0 comments on commit 00bb7bb

Please sign in to comment.