diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-26 12:59:32 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-09-26 22:12:07 +0200 |
commit | 0dd965492cb97e0b3711ab6380a5f9ae0be5ec8c (patch) | |
tree | ffcdd27ff0ffc2e12f1b83c3273c9f2ba7fdf0ec /docs-xml/smbdotconf/security | |
parent | 879b3ad0812a515e784a2623a035fd74369c8a9b (diff) | |
download | samba-0dd965492cb97e0b3711ab6380a5f9ae0be5ec8c.tar.gz samba-0dd965492cb97e0b3711ab6380a5f9ae0be5ec8c.tar.bz2 samba-0dd965492cb97e0b3711ab6380a5f9ae0be5ec8c.zip |
smb.conf(5): Add basic documentation for 'kpasswd port'.
Diffstat (limited to 'docs-xml/smbdotconf/security')
-rw-r--r-- | docs-xml/smbdotconf/security/kpasswdport.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/security/kpasswdport.xml b/docs-xml/smbdotconf/security/kpasswdport.xml new file mode 100644 index 0000000000..419e86696e --- /dev/null +++ b/docs-xml/smbdotconf/security/kpasswdport.xml @@ -0,0 +1,12 @@ +<samba:parameter name="kpasswd port" + context="G" + type="integer" + advanced="1" developer="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para>Specifies which ports the Kerberos server should listen on for + password changes.</para> +</description> + +<value type="default">464</value> +</samba:parameter> |