Displaying 20 results from an estimated 2000 matches similar to: "group and user permissions issue."
2002 Sep 12
0
Sharing of Directories & assigning group permissions to directories
Hi Everyone,
This is a follow-up question on Samba. After doing rpm to reinstall the dependencies on libcups.so.2 and libssl.so.2. Samba went on fine.
My question is regarding Client machines Win98 could not log on to the samba server. This gave me an error message --> The share name was not found. Be sure you typed it correctly.
As far as I can remember I did the following on my samba box.
2005 Oct 31
0
"disappeared" user
I would really appreciate some help figuring out why one of my students has
"disappeared" from the user list, and what to do about it. I'm using Samba3 on
Fedora; the client machines are running WinXP. The system has been up and
running since the beginning of September.
Today one of my 4th-graders was unable to log on; she didn't read the error
message carefully, so she
2015 Jul 13
2
Crear datos aleatorios con restriciones
Hola,
Esta pregunta la hice en stackoverflow
<http://stackoverflow.com/questions/31137940/randomly-assign-teachers-to-classrooms-imposing-restrictions/31143808#31143808>pero
nadie pudo contestarla.
1. Quiero generar N escuelas, con G grados y C divisiones.
2. Quiero asignar cada uno de T maestros a 2 divisiones en un grado y
escuela
Si tengo C=4 divisiones, puedo lograr lo que quiero con
2015 Jul 13
2
Crear datos aleatorios con restriciones
Hola,
0. La falta de 'elegancia' hace que sea mas dificil hacer cambios al
codigo. Por ejemplo cambiar n.classrooms <- 4 a n.classrooms <- 20
1. Cuando tengo solo 4 puedo hacer esto:
schoolGrade$A <- Teachers$Teacher.ID[1:cuttoff1]
schoolGrade$B <- Teachers$Teacher.ID[1:cuttoff1]
schoolGrade$C <- Teachers$Teacher.ID[(cuttoff1+1):n.teachers]
schoolGrade$D <-
2015 Jul 13
2
Crear datos aleatorios con restriciones
Gracias Carlos,
Tu codigo es un gran paso en el sentido correcto pero no produce
exactamente lo que estoy buscando.
Mi "solucion" en stackoverflow
<http://stackoverflow.com/questions/31137940/randomly-assign-teachers-to-classrooms-imposing-restrictions/31143808#31143808>
produce un data frame `schoolGrade` con 240 observaciones y 7 variables. Mi
objetivo es poder generar un data
2015 Jul 13
2
Crear datos aleatorios con restriciones
Perdon por no se lo suficientemente claro :(
Tu codigo produce `validPairs` que tiene 7 variables y 360 observaciones.
Donde
> validPairs[1,] V1 V2 V3 V4 V5 V6 valid
60 e1 g1 c1 e1 g1 c2 Valid
indica que un maestro tiene asignado c1 y c2 en la escuela e1 y el grado
g1. Correcto? Si es asi, esto es casi lo que queira producir y creo que
puedo llegar a donde quiero usando tu codigo de base.
2005 Jul 25
2
Domain groups with spaces in their names
Hello Samba,
I have a Samba file server which I have successfully joined to a domian
controlled by a Windows 2003 domian controller. I cannot get the server to
allow access to users who are members of a group with spaces in its name.
The domain has three (main) groups:
- students
- teachers
- spaced users
My Samba.conf has the following shared directories defined:
[teachers]
comment =
2005 Nov 30
1
home directory permissions
Hi all,
I use samba-3.0.20b on a solaris 10 box with a ldap backend.
All works fine except one thing:
I have an account "bob".
Its home directory is "/tmp/teachers/bob"
Its group is "teachers".
However when I define the teachers repository permissions like this:
[zoe.root:367] ls -al /tmp
drwxrwx--- 2 root teachers 177 Nov 15 13:22 teachers
(access in
2012 Apr 29
1
Samba4 with Posix ACL's
Hi everyone
I'm setting up a report writing system for a school. All teachers need
rw access to the reports which are in a folder of the same name.
Teachers are in a group called teachers and there is a share called reports:
[reports]
path = /data/reports
read only = No
create mask = 0770
/data/reports has a Posix ACL:
getfacl /data/reports
getfacl: Removing leading '/' from
2000 Jan 27
2
Many Unix accounts to one samba account
Hi Folks.
I have set up a samba server on a machine running Linux 6.1 and it works
perfectly. But i have a problem :
Approx. 200 teachers are going to register the students absence,
and I don't want them to have one password each. ( You know teachers and passwords ).. :-)
I thought I could change the Samba password once per month and deliver it to the teachers by e-mail.
But I dont want
2010 Nov 04
9
Delete action is not working and redirects to edit action
Hello,
i have a strange problem here. I have made a teacher controller using
scaffold. All actions work fine but the delete does not. When i click
the delete link, it redirects me to the edit of this teacher. I have
restarted the server and i have tried in firefox (i use chrome) but
problem still remains. Here is the code from my view.
<%= link_to(image_tag("/images/
2006 Jan 23
3
create and update with has_many :through
I''m using Edge Rails and the new has_many :through in my code. What
I''m trying to do is modify my create and update code to use the new
relationships. I''m using a table called course_teachers for the joins.
Here is what I have so far:
def create
@course = Course.new(params[:course])
@teacher = Teacher.find(params[:primary_teacher])
@course.teachers =
2006 Mar 27
1
Best way about doing this?
Hi All,
I''m super a super ruby nuby, so bare with me. I am working on a small
app that has a particular form that I am having a rough time figuring
out the best to way to handle.
Basically here it is, each school has one or more classrooms, and each
classroom can have one or more teachers.
Here''s what I am trying to do (edit a school):
- click on a link to edit a School
-
2008 Feb 06
1
How to have a Default Profile per group ?
Hello,
My main question is :
? Is it possible to have a dedicated Default Profile per group ? ?
The idea is to have a specified and prepared default profile for each
groups we have. For the time being we've already had a "Default User/"
directory in our netlogon directory which delivers a single and only
fresh default profile. It's the same profile for everyone even if
2006 Mar 25
1
Nuby: HABTM and drag-and-drop views
I have two tables that have a HABTM relationship: Teacher
has_and_belongs_to_many Groups, and Group has_and_belongs_to_many
Teachers.
This is what I want: select a Teacher, and then drag Groups from one box
to another to assign them to the teacher. Or, select a group, and drag
and drop Teachers to assign them to groups. All using AJAX, (off
course).
Only problem is, I don''t know
2004 Jul 05
1
on the fly access and privilege determination
Hi,
I have a active directory domain of windows 2000.
inside AD i have three user groups. Teachers, students
and administration.
every user has his home directory created on the
fly. the umask is 0022.
now what i want is that apart from users accessing
there home directories there should be some other
folders too which they can access.
like teachers would like to access the
2005 Jan 31
3
Veto files applied per group
Hi guys,
I use "veto files = /.mp3/.mpg/" etc. on the [homes] share to prevent users from storing media files on a Samba server in the home directories.
My client now wishes to make this restriction apply to users who are members of only certain groups.
E.g. This restriction must apply to users who are members of the "Students" group and not apply to users in the
2006 Aug 03
12
More than one has_many :through association between the same 2 models
I wonder if you can have more than one has_many :through association between
2 models.
For example...
I have a model Teacher and a model Class
Now, 1 Teacher works in many Classes, right?. So I need a join model like
class Work < ActiveRecord::Base
belongs_to :teacher
belongs_to :class
end
But I also would like to know if a teacher CAN teach a class before I
2003 Apr 11
2
Samba / Windows workgroup master browser problem
I admit theres a LOT about the windows networking I dont understand -
and even though this may NOT be a SAMBA issue per se, I thought I'd post
it here.
Have a 400gb samba server thats been working well (am upgrading to
current patches today, btw).
I've got 3 Win2k workstations, on two subnets, that have drives mapped,
and connect every morning on startup just fine. All the machines
2011 Sep 13
0
Win7 to Samba Domain Printing Strangeness
Hi,
I have a server which until recently was serving a domain of about 20 XP
PCs in a school. Over the summer I updated Samba to 3.5.4-0.70, and
replaced the desktops with new machines which are running Win7 Pro 64 bit
SP1.
This being a school, I have a system of mandatory group profiles set up,
and all of the pupil groups curently have copies of the same mandatory
profile (generated via the