Closed alexhallam closed 3 years ago
Which backend do you use?
I am on an Ubuntu Linux so I am guessing backend_secret_service
.
@
is not treated specially by keyring AFAICT. That error message is from the database server I think. Maybe it interprets email addresses differently?
In any case, I don't think this is a keyring issue. If you disagree please reopen it. Thanks!
We switched to using our active directory email and password for sql server login.
If I set
key_set("uid")
asname@mycompanyname.com
Then try to use it in connecting to a database I get an errorbut when I return just
key_get("uid")
name@mycompanyname.com
I am guessing the
@
is messing up the parsing somewhere.The code used to connect to the database is