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

	ps. Before put ldapgeneral, Please check your ldapgroup setting

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