Displaying 1 result from an estimated 1 matches for "kyocera_km".
Did you mean:
kyocera_fs
2007 Oct 16
2
username with @ (at character) - problems with authentication (CUPS)
...username is: abc@domain.com
my password is: 12345678
printer server is: srv-file
printer name (with space): KyC2520 WITS
From various docs i found the URI form I need, to configure the printer
smb://username:password@server/printersharename
So I did:
#lpadmin -p kyo -P /tmp/PPD/English/Kyocera_KM-C2520_en.ppd \
-v smb://"abc@domain.com":12345678@srv-file/"KyC2520 WITS" \
-D kyo -o printer-is-shared=false
But the CUPS display this URI as (it ignores the first @ character):
smb://domain.com:12345678@srv-file/KyC2520 WITS
Printer is accessible from Windows, I want t...