DVG-4135812_add_SACLSupport_to_sshd_conf_manpage.patch [plain text]
diff -uNr ../openssh-4.7p1.orig/sshd_config.0 ./sshd_config.0
--- ../openssh-4.7p1.orig/sshd_config.0 2007-09-03 23:50:11.000000000 -0700
+++ ./sshd_config.0 2008-01-31 17:32:40.000000000 -0800
@@ -414,6 +414,9 @@
fault is ``yes''. This option applies to protocol version 1 on-
ly.
+ SACLSupport
+ Enables use of Service ACLs on Mac OS X.
+
ServerKeyBits
Defines the number of bits in the ephemeral protocol version 1
server key. The minimum value is 512, and the default is 768.
diff -uNr ../openssh-4.7p1.orig/sshd_config.5 ./sshd_config.5
--- ../openssh-4.7p1.orig/sshd_config.5 2007-06-10 21:07:13.000000000 -0700
+++ ./sshd_config.5 2008-01-31 17:33:17.000000000 -0800
@@ -722,6 +722,8 @@
The default is
.Dq yes .
This option applies to protocol version 1 only.
+.It Cm SACLSupport
+Enables use of Service ACLs on Mac OS X.
.It Cm ServerKeyBits
Defines the number of bits in the ephemeral protocol version 1 server key.
The minimum value is 512, and the default is 768.