Parcourir la source

[DOCUMENTATION] English:

- some manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17155 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas il y a 16 ans
Parent
commit
f0488c7b86
1 fichiers modifiés avec 15 ajouts et 15 suppressions
  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>
                 </thead>
                 <tbody>
                 <tbody>
                     <row>
                     <row>
-                        <entry>host</entry>
+                        <entry><property>host</property></entry>
                         <entry>
                         <entry>
                             The default hostname of <acronym>LDAP</acronym> server if not
                             The default hostname of <acronym>LDAP</acronym> server if not
                             supplied to <methodname>connect()</methodname> (also may be used
                             supplied to <methodname>connect()</methodname> (also may be used
@@ -33,14 +33,14 @@
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry>port</entry>
+                        <entry><property>port</property></entry>
                         <entry>
                         <entry>
                             Default port of <acronym>LDAP</acronym> server if not supplied to
                             Default port of <acronym>LDAP</acronym> server if not supplied to
                             <methodname>connect()</methodname>.
                             <methodname>connect()</methodname>.
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry>useStartTls</entry>
+                        <entry><property>useStartTls</property></entry>
                         <entry>
                         <entry>
                             Whether or not the <acronym>LDAP</acronym> client should use
                             Whether or not the <acronym>LDAP</acronym> client should use
                             <acronym>TLS</acronym> (aka <acronym>SSLv2</acronym>) encrypted
                             <acronym>TLS</acronym> (aka <acronym>SSLv2</acronym>) encrypted
@@ -56,7 +56,7 @@
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry>useSsl</entry>
+                        <entry><property>useSsl</property></entry>
                         <entry>
                         <entry>
                             Whether or not the <acronym>LDAP</acronym> client should use
                             Whether or not the <acronym>LDAP</acronym> client should use
                             <acronym>SSL</acronym> encrypted transport. The
                             <acronym>SSL</acronym> encrypted transport. The
@@ -65,7 +65,7 @@
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry>username</entry>
+                        <entry><property>username</property></entry>
                         <entry>
                         <entry>
                             The default credentials username. Some servers require that this
                             The default credentials username. Some servers require that this
                             be in DN form. This must be given in DN form if the
                             be in DN form. This must be given in DN form if the
@@ -74,14 +74,14 @@
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry>password</entry>
+                        <entry><property>password</property></entry>
                         <entry>
                         <entry>
                             The default credentials password (used only with username
                             The default credentials password (used only with username
                             above).
                             above).
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry>bindRequiresDn</entry>
+                        <entry><property>bindRequiresDn</property></entry>
                         <entry>
                         <entry>
                             If <constant>TRUE</constant>, this instructs
                             If <constant>TRUE</constant>, this instructs
                             <classname>Zend_Ldap</classname> to retrieve the DN for the
                             <classname>Zend_Ldap</classname> to retrieve the DN for the
@@ -90,7 +90,7 @@
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry>baseDn</entry>
+                        <entry><property>baseDn</property></entry>
                         <entry>
                         <entry>
                             The default base DN used for searching (e.g., for accounts).
                             The default base DN used for searching (e.g., for accounts).
                             This option is required for most account related operations and should
                             This option is required for most account related operations and should
@@ -98,7 +98,7 @@
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry>accountCanonicalForm</entry>
+                        <entry><property>accountCanonicalForm</property></entry>
                         <entry>
                         <entry>
                             A small integer indicating the form to which account names
                             A small integer indicating the form to which account names
                             should be canonicalized. See the <link
                             should be canonicalized. See the <link
@@ -108,14 +108,14 @@
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry>accountDomainName</entry>
+                        <entry><property>accountDomainName</property></entry>
                         <entry>
                         <entry>
                             The FQDN domain for which the target <acronym>LDAP</acronym> server
                             The FQDN domain for which the target <acronym>LDAP</acronym> server
                             is an authority (e.g., example.com).
                             is an authority (e.g., example.com).
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry>accountDomainNameShort</entry>
+                        <entry><property>accountDomainNameShort</property></entry>
                         <entry>
                         <entry>
                             The 'short' domain for which the target <acronym>LDAP</acronym> server
                             The 'short' domain for which the target <acronym>LDAP</acronym> server
                             is an authority. This is usually used to specify the NetBIOS
                             is an authority. This is usually used to specify the NetBIOS
@@ -123,7 +123,7 @@
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry>accountFilterFormat</entry>
+                        <entry><property>accountFilterFormat</property></entry>
                         <entry>
                         <entry>
                             The <acronym>LDAP</acronym> search filter used to search for accounts.
                             The <acronym>LDAP</acronym> search filter used to search for accounts.
                             This string is a <ulink
                             This string is a <ulink
@@ -138,7 +138,7 @@
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry>allowEmptyPassword</entry>
+                        <entry><property>allowEmptyPassword</property></entry>
                         <entry>
                         <entry>
                             Some <acronym>LDAP</acronym> servers can be configured to accept an
                             Some <acronym>LDAP</acronym> servers can be configured to accept an
                             empty string password as an anonymous bind. This behavior is almost
                             empty string password as an anonymous bind. This behavior is almost
@@ -148,7 +148,7 @@
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry>optReferrals</entry>
+                        <entry><property>optReferrals</property></entry>
                         <entry>
                         <entry>
                             If set to <constant>TRUE</constant>, this option indicates to the
                             If set to <constant>TRUE</constant>, this option indicates to the
                             <acronym>LDAP</acronym> client that referrals should be followed.
                             <acronym>LDAP</acronym> client that referrals should be followed.
@@ -156,7 +156,7 @@
                         </entry>
                         </entry>
                     </row>
                     </row>
                     <row>
                     <row>
-                        <entry>tryUsernameSplit</entry>
+                        <entry><property>tryUsernameSplit</property></entry>
                         <entry>
                         <entry>
                             If set to <constant>FALSE</constant>, this option indicates that the
                             If set to <constant>FALSE</constant>, this option indicates that the
                             given username should not be split at the first <emphasis>@</emphasis>
                             given username should not be split at the first <emphasis>@</emphasis>