Skip to content

Commit

Permalink
Merge pull request #209 from haiwen/migrate_ldapusers.py
Browse files Browse the repository at this point in the history
migrate_ldapusers.py
  • Loading branch information
freeplant authored Aug 29, 2023
2 parents bae03c0 + ed30bf5 commit c572825
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion manual/upgrade/upgrade_notes_for_11.0.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Note, you should install Python libraries system wide using root user or sudo mo
For Ubuntu 20.04/22.04

```sh

sudo pip3 install future==0.18.* mysqlclient==2.1.* pillow==9.3.* sqlalchemy==2.0.18 captcha==0.4 django_simple_captcha==0.5.* djangosaml2==1.5.* pysaml2==7.2.* pycryptodome==3.16.* cffi==1.15.1
```


Expand Down Expand Up @@ -159,6 +159,9 @@ DEL_DEPARTMENT_IF_NOT_FOUND = False # Set to "true", sync process will dele

Run the following script to migrate users in `LDAPImported` to `EmailUsers`

```sh
python3 migrate_ldapusers.py
```

#### Change configuration for OAuth:

Expand Down

0 comments on commit c572825

Please sign in to comment.