AI 시대, 코드 품질과 SW공급망의 새로운 기준(Sonar & JFrog)

안녕하세요. Sonar & JFrog 조인트 세미나 개최합니다. 좌석이 한정되어 있으니, 서둘러 등록하세요.
2026.09.17 (목) 13:00 코엑스 300호


이 페이지는 관리자 계정이 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: 


  • 레이블 없음