Displaying 9 results from an estimated 9 matches for "primary_group".
2012 Mar 23
11
Plugins and Hiera
Dear all,
This is a continuation of another thread, but I think the question diverged
enough to create a new one.
I have a hiera hierarchy like this:
:hierarchy:
- %{fqdn}
- %{secundary_group}
- %{primary_group}
- %{productname}
- all
And I need to define the secondary/primary groups as facts, on the nodes. Gary
has suggested me to use plugins, that they will provide the facts before
puppet runs... but I was thinking: for plugins to give facts, taken directly
from within the puppet code, puppet need...
2005 Jun 02
1
Winbindd chokes on W2K users in only one group
Hi there,
I've been trying to set up Samba 3.0.14a with Active Directory
integration on a network with an ordinary W2k Server PDC. I'm currently
having a problem which I'm convinced has nothing to do with my Windows
or Samba configuration.
The problem only occurs when trying to connect to the Samba server from
an authenticated domain account which is only a member of the default
2003 Dec 01
0
No subject
...amba-2.2.4/source/include/proto.h Wed May 15 12:08:38 2002=0A=
+++ samba-2.2.4/source/include/proto.h.forceprimarygrouprid Wed May 15 =
12:07:45 2002=0A=
@@ -2140,6 +2140,8 @@=0A=
int lp_write_cache_size(int );=0A=
char lp_magicchar(int );=0A=
int lp_winbind_cache_time(void);=0A=
+int lp_winbind_primary_group(void);=0A=
+BOOL lp_winbind_force_primary(void);=0A=
BOOL lp_hide_local_users(void);=0A=
BOOL lp_add_home(char *pszHomename, int iDefaultService, char =
*pszHomedir);=0A=
int lp_add_service(char *pszService, int iDefaultService);=0A=
--- samba-2.2.4/source/nsswitch/winbindd_rpc.c Wed May 15 12:0...
2005 Mar 16
1
Logon logging logs
...ve an entry:
root preexec = /path/to/script/makelogonscript.pl %g %u %m %I
...where makelogonscript.pl generates a customized logon script for each
user/group etc. AND, at the top of this script, a simple section has
been added to log to a logonlog.log file the following information:
Date Time Primary_Group IP_Address machinename username
So far so good. The problem I am seeing with this is that every time
someone logs into the domain, it appears that the [netlogon] share is
opened twice because this script writes two entries for each user,
usually about 4 seconds apart, sometimes about 10 seconds...
2004 Jul 23
2
valid users %g and %u not behaving properly...
...eperator (e.g. DOMAIN+chris_)
Here is where it gets weird.
Because %u = DOMAIN+chris it seems I should be able to do this:
valid users = %u
But it doesn't work! Once I add that line, it denies me access to the share.
If I comment it out, I once again have access.
So, because %g = DOMAIN+primary_group I tried this:
valid users = +%g (also tried valid users = @%g)
Same thing. Doesn't grant me access. This makes absolutely no sense to me.
The use of these variables are critical to maintaining the security of the
server shares. Has this changed between versions? Is this a bug? Or a...
2006 Mar 28
11
ActionWebService date casting error
...|
| master_replica | varchar(150) | | |
| |
| region | varchar(50) | | |
| |
| owner | varchar(20) | | |
| |
| primary_group | varchar(20) | | |
| |
| feature_level | varchar(5) | | |
| |
| database_schema_version | varchar(5) | | |
| |
| access |...
2008 Jan 08
0
Error in validation
I have the following model
===========================
class SoftwareCi < ActiveRecord::Base
has_one :ci, :as => :content
has_one :primary_group
validates_presence_of :name, :message => "can''t be empty"
end
The controller
================
def create
@software_ci= SoftwareCi.new(params[:ci])
redirect_to :action => ''create_ui''
end
The rhtml, create_ui, I have given the following
=========...
2016 Aug 22
0
Wine release 1.8.4
...ccessed while demangling simple data type.
Rob Walker (1):
setupapi: Add stub for setupapi.dll.CM_Get_DevNode_Status.
Sebastian Lackner (4):
comctl32/syslink: Fix a blocks leak (Valgrind).
amstream/tests: Add tests for GetMultiMediaStream methods.
server: Fix assignment of primary_group in token_duplicate.
dwrite: Fix font stretch name conversion table.
Stefan Leichter (3):
kernel32: Add stub for GetSystemPreferredUILanguages.
kernel32/tests: Add tests for GetSystemPreferredUILanguages.
kernel32: Return a dummy value in GetSystemPreferredUILanguages.
Vinc...
2015 Dec 25
0
Wine release 1.9.0
...).
ddraw7/tests: Test GetPriority() on cubemap surfaces.
Sebastian Lackner (8):
kernel32/tests: Remove unnecessary call to GetExitCodeProcess in process tests.
ntdll: ProcessDebugFlags should return debug_children flag instead of !debugger_present.
server: Fix assignment of primary_group in token_duplicate.
tools: Remove redundant check for request size in make_requests.
advapi32: Add stubs for RegCreateKeyTransacted[A/W] functions.
ntdll/tests: Add more tests for SystemHandleInformation.
kernel32/tests: Add test for process object destruction.
pdh: Fi...