Commit ddbfe9b7 authored by Jakob Moser's avatar Jakob Moser
Browse files

Remove useless newline

parent 6e2a6956
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ The URL scheme (`ldap://` or `ldaps://`) has precedence over the parameter `use_
However, setting it to true means that if there ever is a case where no scheme is specified, the connection will fall back to use SSL, and I believe that is a good way for things to be.
>>>


## Get credentials

Using `input` and `getpass` prevents your credentials from being contained in the interactive session history.