Hi,
> I think we are going to need to make one ACL list per seat. eg
>
> qemu_acl_init("vnc.x509dname") (validates x509 certificate on seat 0)
> qemu_acl_init("vnc.username") (validates SASL user name on seat 0)
>
> qemu_acl_init("vnc.x509dname.1") (validates x509 certificate on seat 1)
> qemu_acl_init("vnc.username.1") (validates SASL user name on seat 1)Thanks. I'll go look into this for v2. cheers, Gerd
