s4:lib/http: add HTTP_AUTH_NEGOTIATE which maps to the "http_negotiate" gensec backend
[metze/samba/wip.git] / source4 / lib / http / http.h
index a871462b6a1084a8289bce228fde29d6fb74c113..0fa65ca89a0b3c20948333d686345befcdc3d689 100644 (file)
@@ -65,6 +65,7 @@ enum http_cmd_type {
 enum http_auth_method {
        HTTP_AUTH_BASIC=1,
        HTTP_AUTH_NTLM,
+       HTTP_AUTH_NEGOTIATE,
 };
 
 struct http_header {