Remove default value of ldapPort

This commit is contained in:
Maxime Besson 2020-06-23 17:42:00 +02:00
parent 914251d163
commit d1cbb7263f
4 changed files with 2 additions and 5 deletions

View File

@ -139,7 +139,6 @@ sub defaultValues {
'ldapGroupObjectClass' => 'groupOfNames',
'ldapPasswordResetAttribute' => 'pwdReset',
'ldapPasswordResetAttributeValue' => 'TRUE',
'ldapPort' => 389,
'ldapPwdEnc' => 'utf-8',
'ldapSearchDeref' => 'find',
'ldapServer' => 'ldap://localhost',

View File

@ -1644,8 +1644,7 @@ qr/^(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.])*(?:[a-zA-Z][-a-zA-Z0-
'type' => 'text'
},
'ldapPort' => {
'default' => 389,
'type' => 'int'
'type' => 'int'
},
'ldapPpolicyControl' => {
'default' => 0,

View File

@ -3118,7 +3118,6 @@ sub attributes {
},
ldapPort => {
type => 'int',
default => 389,
documentation => 'LDAP port',
},
ldapServer => {

File diff suppressed because one or more lines are too long