projects
/
invirt/packages/invirt-vnc-server.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
In invirt-vnc-server, deprecate /etc/invirt/secrets in favor of
[invirt/packages/invirt-vnc-server.git]
/
python
/
vnc
/
extauth.py
diff --git
a/python/vnc/extauth.py
b/python/vnc/extauth.py
index
a2cd570
..
a01a858
100644
(file)
--- a/
python/vnc/extauth.py
+++ b/
python/vnc/extauth.py
@@
-20,7
+20,7
@@
import socket
import time
def getTokenKey():
- return file('/etc/invirt/secrets/vnc-key').read().strip()
+ return file('/etc/invirt/vnc/token-key').read().strip()
def getPort(name, auth_data):
import get_port