FreeNX on 11 vs 11.1. What's the difference?

Ok, I’ve spent some more time investigating and ssh and nxserver are identical between 11 and 11.1, as far as I can tell.

The biggest different I can see is the presence of ACL’s in 11.1 on both /etc/ssh, and /etc/nxserver.
On 11.


some11host:/etc/ssh # ls -la
total 180
drwxr-xr-x   2 root root   4096 2011-01-12 13:54 .
drwxr-xr-x 112 root root  12288 2011-01-12 15:39 ..
-rw-------   1 root root 125811 2009-02-23 15:43 moduli
-rw-r--r--   1 root root   2705 2009-02-23 15:43 ssh_config
-rw-r-----   1 root root   3941 2011-01-12 13:44 sshd_config
-rw-r-----   1 root root   3938 2010-10-27 14:26 sshd_config.bak
-rw-------   1 root root    668 2011-01-12 13:43 ssh_host_dsa_key
-rw-r--r--   1 root root    604 2011-01-12 13:43 ssh_host_dsa_key.pub
-rw-------   1 root root    529 2011-01-12 13:43 ssh_host_key
-rw-r--r--   1 root root    333 2011-01-12 13:43 ssh_host_key.pub
-rw-------   1 root root    887 2011-01-12 13:43 ssh_host_rsa_key
-rw-r--r--   1 root root    224 2011-01-12 13:43 ssh_host_rsa_key.pub
some11host:/etc/ssh #

On 11.1:


some11_1host:/etc/ssh # ls -la
total 216
drwxr-xr-x+   2 root root   4096 2011-01-18 16:09 .
drwxr-xr-x+ 103 root root  12288 2011-01-18 16:03 ..
-rw-------+   1 root root 125811 2010-05-09 12:15 moduli
-rw-r--r--+   1 root root   2705 2010-05-09 12:15 ssh_config
-rw-r-----    1 root root   3920 2011-01-18 16:03 sshd_config
-rw-------+   1 root root    668 2010-06-17 12:46 ssh_host_dsa_key
-rw-r--r--+   1 root root    605 2010-06-17 12:46 ssh_host_dsa_key.pub
-rw-------+   1 root root    530 2010-06-17 12:46 ssh_host_key
-rw-r--r--+   1 root root    334 2010-06-17 12:46 ssh_host_key.pub
-rw-------+   1 root root    883 2010-06-17 12:46 ssh_host_rsa_key
-rw-r--r--+   1 root root    225 2010-06-17 12:46 ssh_host_rsa_key.pub
some11_1host:/etc/ssh #

I don’t know much about ACL’s - I tried removing the ACL’s via the setfacl command, but it didn’t seem the have any effect.
Is there a way that I can temporarily disable all ACL’s - just to determine if they are causing an issue? If I can simply determine if this is the root cause, I can work at properly setting ACL’s as necessary to satisfy NX.

thx.