Displaying 2 results from an estimated 2 matches for "sparam".
Did you mean:
param
2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
...if ((*childbuflen <= 3) && (strncmp(childbuf, "BH", 2) == 0)) {
+ syslog(LOG_DEBUG, "Broke Helper somehow...\n");
+ return SASL_FAIL;
+ }
+ return SASL_OK;
}
static int ntlm_server_mech_new(void *glob_context __attribute__((unused)),
- sasl_server_params_t *sparams,
- const char *challenge __attribute__((unused)),
- unsigned challen __attribute__((unused)),
- void **conn_context)
-{
- server_context_t *text;
-
- /* holds state are in */
- text = sparams->utils->malloc(sizeof(server_context_t));
- if (text == NULL) {
- MEMERROR(...
2014 Jul 02
0
changing the priority of a process in the container is not permitted
Dear all,
I want to run a process in a container with a real-time (RT) priority. When the sched_setscheduler(0, SCHED_RR, &sparam) is called in the container, an error is reported which is "operation not permitted"
I had added the following line in the file /etc/security/limits.conf for both the host and the container, which means allowing all users to change the priority of the process, but it still doesn't wor...