search for: default_group

Displaying 7 results from an estimated 7 matches for "default_group".

2013 Mar 19
1
User Groups (hadnling undefine groups)
...s inital just planning on passing undef variables, but the dont seems to undefined (see the second example (hsmith) Any suggestions on either fixing the empty groups issue ora better handling groups that are not part of this node would be greatly appreciated. Thanks my user class .... $default_groups = [ ''wheel'' ] # db_user will be "undef" and it need to be a empty string if defined(Class[''mysql'']) { $db_group = $mysql::params::group } else { $db_group = '''' } $all_groups = [ $default_groups, $db_group ] notic...
2006 Feb 21
1
[PATCH 07/14] ocfs2: actually free hb set on cluster removal
...44:38.000000000 -0500 +++ linux-2.6.16-rc4.ocfs2-staging2/fs/ocfs2/cluster/nodemanager.c 2006-02-21 11:44:38.000000000 -0500 @@ -701,6 +701,7 @@ static void o2nm_cluster_group_drop_item BUG_ON(o2nm_single_cluster != cluster); o2nm_single_cluster = NULL; + o2hb_free_hb_set(cluster->cl_group.default_groups[1]); for (i = 0; cluster->cl_group.default_groups[i]; i++) { killme = &cluster->cl_group.default_groups[i]->cg_item; cluster->cl_group.default_groups[i] = NULL;
2004 Jun 07
2
run-init warning
Please be aware that I HAVE NOT TESTED THIS PROGRAM... please try it in a "safe" environment since for all I know it could nuke your "real root" by mistake. -hpa
1998 May 26
0
Re: Beware of dangerous enviroment (Re: Overflows in minicom)
...21 06:40:17 1996 +++ libc-5.4.44/libc/nys/nis/src/nis_names.c Sat May 16 15:46:52 1998 @@ -29,6 +29,8 @@ #include "nis_conf.h" #include "xalloc.h" +extern char *__libc_secure_getenv(const char *); + nis_name nis_local_directory(void) { @@ -152,7 +154,7 @@ static char default_group[NIS_MAXNAMELEN]; char *cptr; - if ((cptr=getenv("NIS_GROUP"))==NULL) + if ((cptr=__libc_secure_getenv("NIS_GROUP"))==NULL) return ""; if (strlen(cptr) >= sizeof(default_group)) @@ -317,7 +319,7 @@ return rnames; } - path = getenv(&quot...
2008 Jan 20
1
v1.1.beta14 released
...lot of other changes: - Added proxy_maybe setting. If the returned IP/port/user points to ourself, log in normally. Otherwise proxy to the IP. - Added quota_exceeded_message setting for quota plugin. Add it to plugin {} for global, or protocol lda {} for deliver-only. - mysql: default_file and default_group settings (by Luca Longinotti) - Timeout handling rewritten using a priority queue (heap). Dovecot should now be able to handle lots of timeouts quite fast. - Using the new timeout changes several places in code have been changed from iterate-through-objects-in-one-timeout to timeout-per-object. T...
2004 Dec 17
6
Realtime and PostgreSQL
Has anyone had any luck with PostgreSQL and Realtime? The realtime instructions on voip-info seem pretty straight forward... just not woking for me. I've included all of my config files below, and my console output. Entire console bootup output: [root@abox asterisk]# /usr/sbin/asterisk -vvvvvvc == Parsing '/etc/asterisk/asterisk.conf': Found == Parsing
2008 Jul 14
18
[git patches] Ocfs2 and Configfs updates for 2.6.27
I'm running a bit late with the e-mail this time around, but I think that's ok since there really isn't any major new features here - the bulk of the Ocfs2 update is bug fixes, or cleanups. The same goes for configfs. The only two things that could be described as features would be: - Sunil has updated Ocfs2 to provide even more live cluster locking information via debugfs. - Joel