mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Auth AD URL (#11884)
* Missing auth_ad_url WIP * add auth_ad_filter * Pluralize * Remove Translation, and add translations generation.
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
"/css/app.css": "/css/app.css?id=ffec4165a9c98d892a32",
|
||||
"/js/manifest.js": "/js/manifest.js?id=3c768977c2574a34506e",
|
||||
"/js/vendor.js": "/js/vendor.js?id=c0e0ebbfd027a8baefb4",
|
||||
"/js/lang/de.js": "/js/lang/de.js?id=73ed23dde31af205f171",
|
||||
"/js/lang/en.js": "/js/lang/en.js?id=ea1dccb09f2e53fc7c14",
|
||||
"/js/lang/fr.js": "/js/lang/fr.js?id=91daac2f7383c820457b",
|
||||
"/js/lang/it.js": "/js/lang/it.js?id=c202a58a7f5bca08801b",
|
||||
"/js/lang/ru.js": "/js/lang/ru.js?id=aaab82593592e9368a08",
|
||||
"/js/lang/uk.js": "/js/lang/uk.js?id=9b0b074259847e7aaff3",
|
||||
"/js/lang/zh-TW.js": "/js/lang/zh-TW.js?id=21cdd68dc06a428e7260"
|
||||
"/js/lang/de.js": "/js/lang/de.js?id=2c4ad02fa89b684d4f57",
|
||||
"/js/lang/en.js": "/js/lang/en.js?id=8aeb65879e99c385460f",
|
||||
"/js/lang/fr.js": "/js/lang/fr.js?id=3b61631feb2cb579f713",
|
||||
"/js/lang/it.js": "/js/lang/it.js?id=514765c5399ffaa111b9",
|
||||
"/js/lang/ru.js": "/js/lang/ru.js?id=f6b7c078755312a0907c",
|
||||
"/js/lang/uk.js": "/js/lang/uk.js?id=c19a5dcee4724579cb41",
|
||||
"/js/lang/zh-TW.js": "/js/lang/zh-TW.js?id=6cec27c0472c6d721d30"
|
||||
}
|
||||
|
@@ -375,6 +375,12 @@
|
||||
"order": 10,
|
||||
"type": "text"
|
||||
},
|
||||
"auth_ad_url": {
|
||||
"group": "auth",
|
||||
"section": "ad",
|
||||
"order": 11,
|
||||
"type": "text"
|
||||
},
|
||||
"auth_ldap_attr.uid": {
|
||||
"default": "uid",
|
||||
"group": "auth",
|
||||
|
@@ -235,6 +235,10 @@ return [
|
||||
'description' => 'User LDAP filter',
|
||||
'help' => 'Active Directory LDAP filter for selecting users'
|
||||
],
|
||||
'auth_ad_url' => [
|
||||
'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_ldap_attr' => [
|
||||
'uid' => [
|
||||
'description' => 'Attribute to check username against',
|
||||
|
Reference in New Issue
Block a user