mirror of
git://git.gnu.org.ua/pam-modules.git
synced 2025-04-26 00:19:52 +03:00
Minor fix
* examples/ldappubkey: Pass arguments to start_tls
This commit is contained in:
parent
96631a9a89
commit
d14f8e6c1f
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ if ($config{ssl} eq 'start_tls') {
|
|||
$args{ciphers} = $config{tls_cipher_suite}
|
||||
if (defined($config{tls_cipher_suite}));
|
||||
|
||||
assert($ldap->start_tls, "TLS negotiation");
|
||||
assert($ldap->start_tls(%args), "TLS negotiation");
|
||||
}
|
||||
|
||||
my @bindargs = ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue