***********************************************************************************************************
3.33.4	ldapgroup			get/input ldap settings information
	usage: java -jar GbtUtility-2.1.76.jar [options] rest ldapgroup	<get|put> jsonfilePath<only put>
	get					get ldap Role Group information
	put					input ldap Role Group information by sending json file
	jsonfilePath		the json file path of ldap Role Group information <only put need>

	Example:
	by Nodelist  : java -jar GbtUtility-2.1.76.jar rest ldapgroup get
	by single IP : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest ldapgroup	put ldapgroup.json
	by scan IP   : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.150 rest ldapgroup	get
***********************************************************************************************************