mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-08 21:18:00 +03:00
Merge remote-tracking branch 'origin/v3.6'
This commit is contained in:
commit
33f90f74d8
@ -195,7 +195,7 @@ class SimpleLDAPAuthenticator(auths.Authenticator):
|
||||
|
||||
typeName = _('SimpleLDAP (DEPRECATED)')
|
||||
typeType = 'SimpleLdapAuthenticator'
|
||||
typeDescription = _('Simple LDAP authenticator (DEPRECATED)')
|
||||
typeDescription = _('Simple LDAP authenticator')
|
||||
iconFile = 'auth.png'
|
||||
|
||||
# If it has and external source where to get "new" users (groups must be declared inside UDS)
|
||||
|
@ -253,9 +253,9 @@ class HTML5SSHTransport(transports.Transport):
|
||||
# Add optional parameters (strings only)
|
||||
for i in (
|
||||
('username', self.username),
|
||||
('password', self.password),
|
||||
('private-key', self.sshPrivateKey),
|
||||
('passphrase', self.sshPassphrase),
|
||||
# ('password', self.password),
|
||||
# ('private-key', self.sshPrivateKey),
|
||||
# ('passphrase', self.sshPassphrase),
|
||||
('command', self.sshCommand),
|
||||
('host-key', self.sshHostKey),
|
||||
):
|
||||
|
Loading…
Reference in New Issue
Block a user