Update prm list

environments/ppa-mbqj77/deployments/1
Xavier Guimard 7 years ago
parent ee3e03eaad
commit 5f068d4f92
  1. 3
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm
  2. 6
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
  3. 11
      lemonldap-ng-manager/t/80-attributes.t
  4. 3
      scripts/parameters-for-wiki.pl

@ -3020,8 +3020,7 @@ qr/(?:(?:https?):\/\/(?:(?:(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.]
'type' => 'select'
},
'secureTokenAllowOnError' => {
'default' => '',
'type' => 'text'
'type' => 'text'
},
'secureTokenAttribute' => {
'default' => 'uid',

@ -1382,12 +1382,6 @@ sub attributes {
flags => 'h',
default => '.*',
},
secureTokenAllowOnError => {
type => 'text',
documentation => '',
flags => 'h',
default => '',
},
# Zimbra handler parameters
zimbraAccountKey => {

@ -31,6 +31,17 @@ my @notManagedAttributes = (
# PSGI/CGI protection (must be set in lemonldap-ng.ini)
'protection',
# SecureToken handler
'secureTokenAllowOnError', 'secureTokenAttribute', 'secureTokenExpiration',
'secureTokenHeader', 'secureTokenMemcachedServers', 'secureTokenUrls',
# Zimbra handler
'zimbraAccountKey', 'zimbraBy', 'zimbraPreAuthKey',
'zimbraSsoUrl', 'zimbraUrl',
# Other ini-only prms
'configStorage', 'status', 'localStorageOptions', 'localStorage',
);
# Words used either as attribute name and node title

@ -30,7 +30,7 @@ The attribute key name can be used directly in ''lemonldap-ng.ini'' or in Perl s
===== Main parameters =====
<sortable 2>
<sortable 1>
^ Key name ^ Documentation ^ Portal ^ Handler ^ Manager ^ ini file only ^
EOF
@ -54,6 +54,7 @@ foreach my $k ( sort keys %$prm ) {
}
print <<EOF;
</sortable>
===== Configuration backend parameters =====

Loading…
Cancel
Save