fimugdha commented on code in PR #1171: URL: https://github.com/apache/ranger/pull/1171#discussion_r3895529761
########## 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: Yes. How upgrade scenario for such use-cases are getting handled on apache side ? -- 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]
