반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- dfs
- 용인맛집
- BFS
- 삼성역맛집
- apache iceberg
- 알고리즘
- 개발
- 코딩
- hadoop
- Data Engineer
- 코딩테스트
- 백준
- 자바
- Data Engineering
- 맛집
- Iceberg
- 양평
- BigData
- 코테
- 코엑스
- 프로그래머스
- 파이썬
- Trino
- HIVE
- 여행
- 코엑스맛집
- bigdata engineering
- bigdata engineer
- java
- 영어
Archives
- Today
- Total
지구정복
[Ranger] rangerusersync Locked 해제하기 본문
728x90
반응형
Ranger에 AD/LDAP 연동했다. (Openldap)
근데 Ranger User 목록에 Openldap에 있는 유저 목록이 뜨지 않았다.
Ranger Web에서 Audit - Login Sessions를 확인해보니 rangerusersync의 로그인 기록이 Locked였다.

아래 설정값을 변경해주고 Ranger 전체 재기동하니 해결됐다.
ranger.usersync.policymanager.mockrun
false -> true
설정값 설명은 유저 동기화를 위해 테스트하는 거라고 한다.
- Property Name: ranger.usersync.policymanager.mockrun
- Default Value: Typically set to false.
- Description: When set to true, this property enables a mock run of the Policy Manager during the user synchronization process. This means that instead of making actual changes to the user and group settings in Ranger, the system performs a dry run where it simulates the update without applying any changes.
728x90
반응형