cvs: peardoc /en/package/authentication/auth/storage ldap.xml
[email protected] ("Mark Wiesemann")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvswiesemann1193242895@cvsserver> |
wiesemann Wed Oct 24 16:21:35 2007 UTC
Modified files:
/peardoc/en/package/authentication/auth/storage ldap.xml
Log:
- added missing parenthesis
# Who approves such notes that can easily be fixed?
http://cvs.php.net/viewvc.cgi/peardoc/en/package/authentication/auth/storage/ldap.xml?r1=1.2&r2=1.3&diff_format=u
Index: peardoc/en/package/authentication/auth/storage/ldap.xml
diff -u peardoc/en/package/authentication/auth/storage/ldap.xml:1.2 peardoc/en/package/authentication/auth/storage/ldap.xml:1.3
--- peardoc/en/package/authentication/auth/storage/ldap.xml:1.2 Tue Jan 9 01:50:07 2007
+++ peardoc/en/package/authentication/auth/storage/ldap.xml Wed Oct 24 16:21:35 2007
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="package.authentication.auth.storage.ldap">
<refnamediv>
<refname>Auth_Container_LDAP</refname>
@@ -462,7 +462,7 @@
'memberisdn' => true,
'groupdn' => 'cn=Users',
'groupscope' => 'one',
- );
+ ));
]]>
</programlisting>
</example>