diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml
index 252378733f1..01f767d2565 100644
--- a/docs/docbook/manpages/smb.conf.5.sgml
+++ b/docs/docbook/manpages/smb.conf.5.sgml
@@ -658,6 +658,8 @@
ldap admin dnldap filter
+ ldap port
+ ldap serverldap sslldap suffixldap user suffix
@@ -3452,6 +3454,45 @@
+
+ ldap port (G)
+ This parameter is only available if Samba has been
+ configure to include the --with-ldapsam option
+ at compile time.
+
+
+
+ This option is used to control the tcp port number used to contact
+ the ldap server.
+ The default is to use the stand LDAPS port 636.
+
+
+ See Also: ldap ssl
+
+
+ Default : ldap port = 636 ; if ldap ssl = on
+ Default : ldap port = 389 ; if ldap ssl = off
+
+
+
+
+
+ ldap server (G)
+ This parameter is only available if Samba has been
+ configure to include the --with-ldapsam option
+ at compile time.
+
+
+
+ This parameter should contain the FQDN of the ldap directory
+ server which should be queried to locate user account information.
+
+
+ Default : ldap server = localhost
+
+
+
+
ldap ssl (G)This option is used to define whether or not Samba should