Added (c) stuff and some formatting.
[squirrelmail.git] / functions / abook_ldap_server.php
index 5db39cc10780ba6804edc75c15556c43c1f0cd5d..33dee156360764bf7300432fb39d5a98e5a49c8e 100644 (file)
@@ -1,28 +1,31 @@
 <?php
 
-  /**
-   **  abook_ldap_server.php
-   **
-   **  Address book backend for LDAP server
-   **
-   **  An array with the following elements must be passed to
-   **  the class constructor (elements marked ? are optional):
-   **
-   **     host      => LDAP server hostname/IP-address
-   **     base      => LDAP server root (base dn). Empty string allowed.
-   **   ? port      => LDAP server TCP port number (default: 389)
-   **   ? charset   => LDAP server charset (default: utf-8)
-   **   ? name      => Name for LDAP server (default "LDAP: hostname")
-   **                  Used to tag the result data
-   **   ? maxrows   => Maximum # of rows in search result
-   **   ? timeout   => Timeout for LDAP operations (in seconds, default: 30)
-   **                  Might not work for all LDAP libraries or servers.
-   **
-   **  NOTE. This class should not be used directly. Use the
-   **        "AddressBook" class instead.
-   **
-   ** $Id$
-   **/
+   /**
+    **  abook_ldap_server.php
+    **
+    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
+    **  Licensed under the GNU GPL. For full terms see the file COPYING.
+    **
+    **  Address book backend for LDAP server
+    **
+    **  An array with the following elements must be passed to
+    **  the class constructor (elements marked ? are optional):
+    **
+    **     host      => LDAP server hostname/IP-address
+    **     base      => LDAP server root (base dn). Empty string allowed.
+    **   ? port      => LDAP server TCP port number (default: 389)
+    **   ? charset   => LDAP server charset (default: utf-8)
+    **   ? name      => Name for LDAP server (default "LDAP: hostname")
+    **                  Used to tag the result data
+    **   ? maxrows   => Maximum # of rows in search result
+    **   ? timeout   => Timeout for LDAP operations (in seconds, default: 30)
+    **                  Might not work for all LDAP libraries or servers.
+    **
+    **  NOTE. This class should not be used directly. Use the
+    **        "AddressBook" class instead.
+    **
+    ** $Id$
+    **/
 
    class abook_ldap_server extends addressbook_backend {
      var $btype = 'remote';