Displaying 10 results from an estimated 10 matches for "groupfile".
2010 Jan 06
1
PDC directory permission fail (Bino Oetomo)
...!
>
>
>> I use webmin to do the samba PDC configuration
>>
> IMHO, insuffisient
>
Agree ...
I did some direct edit to conf file
>> [warehouse]
>> comment = Files of warehouse
>> writeable = yes
>> path = /hdd2/samba/groupfiles/warehouse
>>
>> when I create that share via webmin i use option :
>> a. mode : 775
>> b. Create user : Root
>> c. Create Group : warehouse.
>>
>> 4. From my XP station , I login to that domain with user name "wh01",
>> the results is :
&g...
2007 Jul 28
0
AD group membership script
...$endpoint = length($_);
$endpoint -= 3;
$endpoint -= $beginpoint;
$groupname = substr($_,
$beginpoint, $endpoint);
open(GROUPFILE, ">>
/root/$groupname.txt");
print GROUPFILE "$username";
close(GROUPFILE);
}
}
$j += 1;
}...
2009 Dec 30
0
Aks : 2 setup , 1 work ... 1 fail
.../samba/netlogon
admin users = Administrator
valid users = %U
read only = no
[profile]
comment = User profiles
path = /hdd2/samba/profiles
valid users = %U
create mode = 0600
directory mode = 0700
writable = yes
browsable = no
[bag_umum]
path = /hdd2/samba/groupfiles/bag_umum
Here is the involved directory
bino at erp:/hdd2$ ls -lR samba
samba:
total 32
drwxr-xr-x 3 root root 4096 2009-12-30 09:34 groupfiles
drwxrwx--x 2 root users 16384 2009-12-29 14:36 lost+found
drwxrwxr-x 2 root users 4096 2009-12-29 14:48 netlogon
drwxrwxr-x 2 root users 4096 2009-1...
2010 Jan 05
1
PDC directory permission fail
...ot;
2. I've user named "wh01", with home dir /home/wh01, and be a group
member of "warehouse"
Both created via webmin.
3. Next I created share, named "warehouse"
[warehouse]
comment = Files of warehouse
writeable = yes
path = /hdd2/samba/groupfiles/warehouse
when I create that share via webmin i use option :
a. mode : 775
b. Create user : Root
c. Create Group : warehouse.
4. From my XP station , I login to that domain with user name "wh01",
the results is :
a. Successfull login
b. wh01 can create a file in the home directory (/h...
2014 Jan 08
1
EL7 mirror: "There is no installed groups file."
...kages, "yum install bar" chases dependencies as
expected, etc.
Unfortunately, "yum groupinstall" isn't working, which means I have no
easy way to install Gnome on my minimal EL7 installation. Apparently I
need some kind of "groups file" to feed to createrepo --groupfile, but I
don't know where to get one, or how to construct one. I've dug around
on ftp.redhat.com and can't find anything that looks plausible.
I've tried manually installing packages to build up this GNOME desktop,
but despite installing dozens of things, startx still doesn't...
2004 Nov 19
1
Active Directory, Listing Users in Groups.
...m Active Directory and a Precedence order to set
them in. One of the groups will be designated "a NO Access" group which
will get priority over all other groups. The script then based on group
priority will only allow a username to occur in the highest priority group
the user belongs to.
groupfiles in squidguard are src files with
Domain/username\n
as a line. Are there any utilities to get the list of groups, and the users
in each group.
Attempting to do wbinfo -r username always fails.
wbinfo -g
DOMAIN\Groupname
DOMAIN\Groupname2
wbinfo -u
unable to get domain users
wbinfo -t
success...
2013 Jan 18
1
F18 import error?
...tro F18-x86_64
descent into /var/www/cobbler/ks_mirror/F18-x86_64
processing repo at : /var/www/cobbler/ks_mirror/F18-x86_64
need to process repo/comps: /var/www/cobbler/ks_mirror/F18-x86_64
looking for /var/www/cobbler/ks_mirror/F18-x86_64/repodata/*comps*.xml
running: createrepo -c cache -s sha --groupfile
/var/www/cobbler/ks_mirror/F18-x86_64/repodata/4045e44200e7c3ddf565c6b8c7512455737c5d0dfcfe6df1e089885c6701620f-Fedora-18-comps.xml
/var/www/cobbler/ks_mirror/F18-x86_64
received on stdout: Spawning worker 0 with 4125 pkgs
Workers Finished
Gathering worker results
Saving Primary metadata
Saving...
2005 Nov 14
0
can't display controllers with lighttpd
...atus module
# status.status-url = "/server-status"
# status.config-url = "/server-config"
#### auth module
## read authentification.txt for more info
# auth.backend = "plain"
# auth.backend.plain.userfile = "lighttpd.user"
# auth.backend.plain.groupfile = "lighttpd.group"
# auth.backend.ldap.hostname = "localhost"
# auth.backend.ldap.base-dn = "dc=my-domain,dc=com"
# auth.backend.ldap.filter = "(uid=$)"
# auth.require = ( "/server-status" =>
# (...
2006 Aug 24
9
[slightly offtopic] A small, fast Apache2.2 (if there is such a thing)
Hi.
I''m using Apache2.2 built from source + mod-proxy + ssl + svn.
Everything works fine but I''m sure you I could disable a ton of
modules during the build process and in httpd.conf to speed things up
and run a tighter memory footprint.
Has anyone bothered building Apache2.2 from source disabling all the
unneeded modules.
I am planning on going through the Apache docs but I
2006 Aug 29
28
Stability of Rails
I''ve seen a lot of issue regarding the stability of Rails apps. I''m
charged with investigation of Rails for my company and I''ve looked at
numerous fourms, groups, etc. (Textdrive, here, etc.) and it *seems*
like there is a stability problem with Rails (ie: crashes, etc.) Is
this as common as it looks, or is this tied to things like Lighttpd (web
server) or Typo