Updated Harbor FAQs (markdown)

stonezdj(Daojun Zhang) 2022-10-12 09:49:18 +08:00
parent a4445a494e
commit 8ee88948ed
1 changed files with 1 additions and 0 deletions

@ -241,6 +241,7 @@ curl -X POST -u <USER>:<PASSWORD> -H "Content-type: application/json" -H "X-Xsrf
docker-compose up -d
```
Then you can login with the initial admin password
* If the Harbor is installed in Kubernetes, you could reset the password with the same approache, just replace the docker command with kubectl command and restart the harbor-core pod after updating the harbor_user table.
## LDAP
1. When auth mode is changed to ldap_auth, all LDAP users can login harbor, How to let only users in a group can login?