[auth-ldap] Add configuration tips
This commit is contained in:
		| @ -23,6 +23,7 @@ async function register ({ | |||||||
|     name: 'url', |     name: 'url', | ||||||
|     label: 'URL', |     label: 'URL', | ||||||
|     type: 'input', |     type: 'input', | ||||||
|  |     descriptionHTML: 'Starting with <em>ldap://</em> or <em>ldaps://</em>', | ||||||
|     private: true |     private: true | ||||||
|   }) |   }) | ||||||
|  |  | ||||||
| @ -116,21 +117,21 @@ async function register ({ | |||||||
|  |  | ||||||
|   registerSetting({ |   registerSetting({ | ||||||
|     name: 'group-admin', |     name: 'group-admin', | ||||||
|     label: 'Administrator group', |     label: 'Administrator group DN', | ||||||
|     type: 'input', |     type: 'input', | ||||||
|     private: true |     private: true | ||||||
|   }) |   }) | ||||||
|  |  | ||||||
|   registerSetting({ |   registerSetting({ | ||||||
|     name: 'group-mod', |     name: 'group-mod', | ||||||
|     label: 'Moderator group', |     label: 'Moderator group DN', | ||||||
|     type: 'input', |     type: 'input', | ||||||
|     private: true |     private: true | ||||||
|   }) |   }) | ||||||
|  |  | ||||||
|   registerSetting({ |   registerSetting({ | ||||||
|     name: 'group-user', |     name: 'group-user', | ||||||
|     label: 'User group', |     label: 'User group DN', | ||||||
|     type: 'input', |     type: 'input', | ||||||
|     private: true |     private: true | ||||||
|   }) |   }) | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user