pradeepagrawal8184 commented on code in PR #1171: URL: https://github.com/apache/ranger/pull/1171#discussion_r3895781201
########## 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, if he usage this updated file as is for upgrade then he needs to know the new default behaviours. mainly when he is already using unix auth before the upgrade. -- 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]
