diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-26 01:31:26 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-09-26 07:58:31 +0200 |
commit | be564022cbb394667ec3fed1f811b4628b8423bd (patch) | |
tree | b0c11603b51958f08965ed6fa59b0c219f931495 | |
parent | 718317ecef54d90070b29657f613e39892e38d10 (diff) | |
download | samba-be564022cbb394667ec3fed1f811b4628b8423bd.tar.gz samba-be564022cbb394667ec3fed1f811b4628b8423bd.tar.bz2 samba-be564022cbb394667ec3fed1f811b4628b8423bd.zip |
smb.conf.5: Document 'cldap port'.
-rw-r--r-- | docs-xml/smbdotconf/protocol/cldapport.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/protocol/cldapport.xml b/docs-xml/smbdotconf/protocol/cldapport.xml new file mode 100644 index 0000000000..c5f76065af --- /dev/null +++ b/docs-xml/smbdotconf/protocol/cldapport.xml @@ -0,0 +1,13 @@ +<samba:parameter name="cldap port" + context="G" + type="integer" + advanced="1" developer="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para>This option controls the port used by the CLDAP protocol. +</para> +</description> + +<value type="default">389</value> +<value type="example">3389</value> +</samba:parameter> |