페이지 트리

이 페이지는 관리자 계정이 LDAP에 연결된 상태에서 LDAP 서비스가 비정상일 때 해당 관리자 계정에 대해 Artifactory 비밀번호로 로그인 가능하도록 설정하는 방법을 정리한다.

Recreating the Default Admin User

If you are unable to obtain administrator access, you will need to recreate the default administrator user in order to be able to manage users of your system. This is done by using the following REST API call on the Access service, through Artifactory as its proxy as follows:

 curl -uaccess-admin:password -XPATCH <server:port>/artifactory/api/access/api/v1/users/admin -H "Content-Type: application/json" -d '{"password":"NewPassword"}'  

Note that this requires the admin password for the access service (-uaccess-admin:password).

If you don't know the Access service's admin password, you can reset it using the Access service's bootstrap.creds file by following the instructions under Preparing the Credentials Filein the JFrog Access User Guide while populating it with: 


  • 레이블 없음