]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/auth.h
Load cups into easysw/current.
[thirdparty/cups.git] / scheduler / auth.h
index 87bd72cd986e49cf104712b375fa6c512e525239..61c7ae993685d4293ca39ed6dc248111f05bd0d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: auth.h 5305 2006-03-18 03:05:12Z mike $"
+ * "$Id: auth.h 5919 2006-08-31 04:20:45Z mike $"
  *
  *   Authorization definitions for the Common UNIX Printing System (CUPS)
  *   scheduler.
@@ -38,6 +38,7 @@
 #define AUTH_BASIC             1       /* Basic authentication */
 #define AUTH_DIGEST            2       /* Digest authentication */
 #define AUTH_BASICDIGEST       3       /* Basic authentication w/passwd.md5 */
+#define AUTH_KERBEROS          4       /* Kerberos authentication */
 
 #define AUTH_ANON              0       /* Anonymous access */
 #define AUTH_USER              1       /* Must have a valid username/password */
@@ -158,5 +159,5 @@ extern http_status_t        cupsdIsAuthorized(cupsd_client_t *con, const char *owner);
 
 
 /*
- * End of "$Id: auth.h 5305 2006-03-18 03:05:12Z mike $".
+ * End of "$Id: auth.h 5919 2006-08-31 04:20:45Z mike $".
  */