similar to: multiple samba server

Displaying 20 results from an estimated 20000 matches similar to: "multiple samba server"

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 <-
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
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 =
2004 Jun 22
2
group and user permissions issue.
I have browsed through loads of archive material and cant seem to find anywhere where this exact issue has been posted. am using samba 2.28 set up as an NT domain, there are no problems with the general configuration. My issue is witb samba not following the permissons I have set on files in a shared directory. Purpose: set up a directory for students and teachers where students can leave files
2006 Feb 18
3
Samba LDAP PDC BDC quit working
We have had a Samba LDAP-PDC-BDC system setup for close to 3 months with about 60 computers in the domain. Earlier we had a power outage and about 30 computers no longer were able to log into the domain or authenticate. Some were NT Workstations and some were W2k. But not all NT or W2K workstations were affected. If we went to network neighborhood we would see the error message "
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
2007 Mar 08
1
ldap
hello in first i made a test with a single machine with samba and ldap authentication, everything works fine. my qestion is the following : we have 2 samba server (pdc 2domains), one for the teachers population, and another for the students/teachers population. i dont know how to do to make it works with an ldap authentication. how to "tell" to ldap that the user "teacher1"
2005 Nov 15
9
Multiple Login scripts
Hi all, Just a quick question about login scripts for a large number of users who change rooms a lot. I have several rooms each with a printer, and nearly a thousand users divided into two main groups - pupils and teachers who change rooms on a routine basis. Is it possible to set up multiple login scripts that would be executed in sequence i.e. run by user is %u, and machine is %m is it
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 =
2005 Nov 21
3
net groupmap list error
Hi all I have installed samba 3 and made pdc. i had added root to Domain admins, and a group called sambaclients to Domain users. i had changed the hostname of the system, now when i give the f following command , net groupmap list | sort. i am seeing 2 Domain Admins, Domain Groups, System Operators (S-1-5-32-549) -> -1 Replicators (S-1-5-32-552) -> -1 Guests (S-1-5-32-546) -> -1 Domain
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 -
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