]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/dirsvc.h
Load cups into easysw/current.
[thirdparty/cups.git] / scheduler / dirsvc.h
index dea969da5b78c6d074da46859c7b9985ee72d27f..3a2e5a9735d5cfa2ce515bd07d45ec5b8967678a 100644 (file)
@@ -1,26 +1,17 @@
 /*
- * "$Id: dirsvc.h 6376 2007-03-21 06:39:10Z mike $"
+ * "$Id: dirsvc.h 6649 2007-07-11 21:46:42Z mike $"
  *
  *   Directory services definitions for the Common UNIX Printing System
  *   (CUPS) scheduler.
  *
+ *   Copyright 2007 by Apple Inc.
  *   Copyright 1997-2007 by Easy Software Products, all rights reserved.
  *
  *   These coded instructions, statements, and computer programs are the
- *   property of Easy Software Products and are protected by Federal
- *   copyright law.  Distribution and use rights are outlined in the file
- *   "LICENSE.txt" which should have been included with this file.  If this
- *   file is missing or damaged please contact Easy Software Products
- *   at:
- *
- *       Attn: CUPS Licensing Information
- *       Easy Software Products
- *       44141 Airport View Drive, Suite 204
- *       Hollywood, Maryland 20636 USA
- *
- *       Voice: (301) 373-9600
- *       EMail: cups-info@cups.org
- *         WWW: http://www.cups.org
+ *   property of Apple Inc. and are protected by Federal copyright
+ *   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
+ *   which should have been included with this file.  If this file is
+ *   file is missing or damaged, see the license at "http://www.cups.org/".
  */
 
 /*
@@ -154,8 +145,10 @@ VAR char           *BrowseLDAPBindDN VALUE(NULL),
                                        /* LDAP search DN */
                        *BrowseLDAPPassword VALUE(NULL),
                                        /* LDAP login password */
-                       *BrowseLDAPServer VALUE(NULL);
+                       *BrowseLDAPServer VALUE(NULL),
                                        /* LDAP server to use */
+                       *BrowseLDAPCACertFile VALUE(NULL);
+                                       /* LDAP CA CERT file to use */
 #endif /* HAVE_LDAP */
 
 
@@ -183,5 +176,5 @@ extern void cupsdUpdateSLPBrowse(void);
 
 
 /*
- * End of "$Id: dirsvc.h 6376 2007-03-21 06:39:10Z mike $".
+ * End of "$Id: dirsvc.h 6649 2007-07-11 21:46:42Z mike $".
  */