Updated Authentication used in the Subsonic API (markdown)
parent
b8371496a5
commit
a32a0c49a8
|
@ -1,6 +1,6 @@
|
|||
The Subsonic-like servers use two distinct format of authentication, usually based on what version of the Subsonic API they support. These are called Plain Password (or LDAP), and Token-based. Ultrasonic tries to use the slightly more secure Token-based if it is available, but the servers not always support that - the Subsonic error "Authentication by token is not supported for LDAP users" tries to tell this.
|
||||
|
||||
If Authentication by Token is not supported, you can try the plain password one by turning "Force plain password authentication" on. Also, if your server only supports Tokens (e.g. like Ampache when configured to use API Keys), turn this setting off.
|
||||
If Authentication by Token is not supported, you can try the plain password one by turning "Force plain password authentication" on in the server settings. Also, if your server only supports Tokens (e.g. like Ampache when configured to use API Keys), turn this setting off.
|
||||
|
||||
### What is the difference between the two methods
|
||||
|
||||
|
|
Loading…
Reference in New Issue