7 #ifndef __MYPROXY_SASL_SERVER_H
8 #define __MYPROXY_SASL_SERVER_H
10 #if defined(HAVE_LIBSASL2)
13 auth_sasl_negotiate_server(myproxy_socket_attrs_t *attrs,
14 myproxy_request_t *client_request);
16 extern int myproxy_sasl_authenticated;
18 extern char *myproxy_sasl_mech;
21 extern char *myproxy_sasl_serverFQDN;
22 extern char *myproxy_sasl_user_realm;