mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Rearrange AD auth settings (#15363)
so it makes more sense, add missing settings
This commit is contained in:
@@ -283,6 +283,14 @@ return [
|
||||
'description' => 'Check certificate',
|
||||
'help' => 'Check certificates for validity. Some servers use self signed certificates, disabling this allows those.',
|
||||
],
|
||||
'auth_ad_debug' => [
|
||||
'description' => 'Debug',
|
||||
'help' => 'Show detailed error messages, do not leave this enabled as it can leak data.',
|
||||
],
|
||||
'auth_ad_domain' => [
|
||||
'description' => 'Active Directory Domain',
|
||||
'help' => 'Active Directory Domain Example: example.com',
|
||||
],
|
||||
'auth_ad_group_filter' => [
|
||||
'description' => 'Group LDAP filter',
|
||||
'help' => 'Active Directory LDAP filter for selecting groups',
|
||||
@@ -291,6 +299,10 @@ return [
|
||||
'description' => 'Group access',
|
||||
'help' => 'Define groups that have access and level',
|
||||
],
|
||||
'auth_ad_require_groupmembership' => [
|
||||
'description' => 'Require group membership',
|
||||
'help' => 'Only allow users to log in if they are part of a defined group',
|
||||
],
|
||||
'auth_ad_user_filter' => [
|
||||
'description' => 'User LDAP filter',
|
||||
'help' => 'Active Directory LDAP filter for selecting users',
|
||||
@@ -299,10 +311,6 @@ return [
|
||||
'description' => 'Active Directory Server(s)',
|
||||
'help' => 'Set server(s), space separated. Prefix with ldaps:// for ssl. Example: ldaps://dc1.example.com ldaps://dc2.example.com',
|
||||
],
|
||||
'auth_ad_domain' => [
|
||||
'description' => 'Active Directory Domain',
|
||||
'help' => 'Active Directory Domain Example: example.com',
|
||||
],
|
||||
'auth_ldap_attr' => [
|
||||
'uid' => [
|
||||
'description' => 'Attribute to check username against',
|
||||
|
Reference in New Issue
Block a user