Browse Source

[DOCUMENTATION] English:

- some manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17155 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 years ago
parent
commit
f0488c7b86
1 changed files with 15 additions and 15 deletions
  1. 15 15
      documentation/manual/en/module_specs/Zend_Ldap-API.xml

+ 15 - 15
documentation/manual/en/module_specs/Zend_Ldap-API.xml

@@ -24,7 +24,7 @@
                 </thead>
                 <tbody>
                     <row>
-                        <entry>host</entry>
+                        <entry><property>host</property></entry>
                         <entry>
                             The default hostname of <acronym>LDAP</acronym> server if not
                             supplied to <methodname>connect()</methodname> (also may be used
@@ -33,14 +33,14 @@
                         </entry>
                     </row>
                     <row>
-                        <entry>port</entry>
+                        <entry><property>port</property></entry>
                         <entry>
                             Default port of <acronym>LDAP</acronym> server if not supplied to
                             <methodname>connect()</methodname>.
                         </entry>
                     </row>
                     <row>
-                        <entry>useStartTls</entry>
+                        <entry><property>useStartTls</property></entry>
                         <entry>
                             Whether or not the <acronym>LDAP</acronym> client should use
                             <acronym>TLS</acronym> (aka <acronym>SSLv2</acronym>) encrypted
@@ -56,7 +56,7 @@
                         </entry>
                     </row>
                     <row>
-                        <entry>useSsl</entry>
+                        <entry><property>useSsl</property></entry>
                         <entry>
                             Whether or not the <acronym>LDAP</acronym> client should use
                             <acronym>SSL</acronym> encrypted transport. The
@@ -65,7 +65,7 @@
                         </entry>
                     </row>
                     <row>
-                        <entry>username</entry>
+                        <entry><property>username</property></entry>
                         <entry>
                             The default credentials username. Some servers require that this
                             be in DN form. This must be given in DN form if the
@@ -74,14 +74,14 @@
                         </entry>
                     </row>
                     <row>
-                        <entry>password</entry>
+                        <entry><property>password</property></entry>
                         <entry>
                             The default credentials password (used only with username
                             above).
                         </entry>
                     </row>
                     <row>
-                        <entry>bindRequiresDn</entry>
+                        <entry><property>bindRequiresDn</property></entry>
                         <entry>
                             If <constant>TRUE</constant>, this instructs
                             <classname>Zend_Ldap</classname> to retrieve the DN for the
@@ -90,7 +90,7 @@
                         </entry>
                     </row>
                     <row>
-                        <entry>baseDn</entry>
+                        <entry><property>baseDn</property></entry>
                         <entry>
                             The default base DN used for searching (e.g., for accounts).
                             This option is required for most account related operations and should
@@ -98,7 +98,7 @@
                         </entry>
                     </row>
                     <row>
-                        <entry>accountCanonicalForm</entry>
+                        <entry><property>accountCanonicalForm</property></entry>
                         <entry>
                             A small integer indicating the form to which account names
                             should be canonicalized. See the <link
@@ -108,14 +108,14 @@
                         </entry>
                     </row>
                     <row>
-                        <entry>accountDomainName</entry>
+                        <entry><property>accountDomainName</property></entry>
                         <entry>
                             The FQDN domain for which the target <acronym>LDAP</acronym> server
                             is an authority (e.g., example.com).
                         </entry>
                     </row>
                     <row>
-                        <entry>accountDomainNameShort</entry>
+                        <entry><property>accountDomainNameShort</property></entry>
                         <entry>
                             The 'short' domain for which the target <acronym>LDAP</acronym> server
                             is an authority. This is usually used to specify the NetBIOS
@@ -123,7 +123,7 @@
                         </entry>
                     </row>
                     <row>
-                        <entry>accountFilterFormat</entry>
+                        <entry><property>accountFilterFormat</property></entry>
                         <entry>
                             The <acronym>LDAP</acronym> search filter used to search for accounts.
                             This string is a <ulink
@@ -138,7 +138,7 @@
                         </entry>
                     </row>
                     <row>
-                        <entry>allowEmptyPassword</entry>
+                        <entry><property>allowEmptyPassword</property></entry>
                         <entry>
                             Some <acronym>LDAP</acronym> servers can be configured to accept an
                             empty string password as an anonymous bind. This behavior is almost
@@ -148,7 +148,7 @@
                         </entry>
                     </row>
                     <row>
-                        <entry>optReferrals</entry>
+                        <entry><property>optReferrals</property></entry>
                         <entry>
                             If set to <constant>TRUE</constant>, this option indicates to the
                             <acronym>LDAP</acronym> client that referrals should be followed.
@@ -156,7 +156,7 @@
                         </entry>
                     </row>
                     <row>
-                        <entry>tryUsernameSplit</entry>
+                        <entry><property>tryUsernameSplit</property></entry>
                         <entry>
                             If set to <constant>FALSE</constant>, this option indicates that the
                             given username should not be split at the first <emphasis>@</emphasis>