Improve Manager tree (#1623)

This commit is contained in:
Christophe Maudoux 2019-01-22 22:35:57 +01:00
parent 4ec3255989
commit 65d3e92108
2 changed files with 3 additions and 1 deletions

View File

@ -113,6 +113,7 @@ sub tree {
nodes_cond => [
{ title => 'adParams',
help => 'authad.html',
form => 'simpleInputContainer',
nodes => [ 'ADPwdMaxAge', 'ADPwdExpireWarning' ]
},
{ title => 'choiceParams',
@ -201,6 +202,7 @@ sub tree {
]
},
{ title => 'kerberosParams',
form => 'simpleInputContainer',
help => 'authkerberos.html',
nodes => [
'krbKeytab', 'krbByJs',

File diff suppressed because one or more lines are too long