fimugdha commented on code in PR #1171: URL: https://github.com/apache/ranger/pull/1171#discussion_r3902567721
########## unixauthservice/scripts/install.properties: ########## @@ -28,6 +28,11 @@ POLICY_MGR_URL = # defaults to unix SYNC_SOURCE = unix +# Enable unix auth service, only when sync source is set to unix along with unix backend is set to passwd. +# Also, Unix authentication is enabled in Ranger Admin. +# defaults to false +ENABLE_UNIX_AUTH = false + Review Comment: Discussed with @pradeepagrawal8184 for this review, post upgrade user need to enable this flag if using unix authentication. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
