similar to: ? BDC & LDAP

Displaying 20 results from an estimated 10000 matches similar to: "? BDC & LDAP"

2005 Nov 17
0
Replication errors with LDAP and problems with NT machines
Hi all! I work as a computer technician for a small school and have recently upgraded our network to use samba servers. Our main computers are a PDC, a BDC, a file server and a backup server, all using Red Hat Fedora Core 3 as a base. The clients on our network consist of machines with Windows XP and a few with Windows NT. Everything seems to work just fine except for some minor but annoying
2007 Apr 18
0
Samba / Winbind / LDAP - Can't access shares
Hi All, I have the following setup. Samba/LDAP PDC, Samba BDC, Samba member server, Win2K member server, 300 Win XP Client PCs. I can access the shares on the PDC from all Win XP clients. I can access the shares on the Win2K member server from all XP clients, I can't however access any of the shares on the Samba BDC or Samba member server from the XP clients. LDAP is working fine and
2007 Aug 24
1
Re: Samba & ACLs?
> From: Chuck Kollars <ckollars9 <at> yahoo.com> > Subject: Samba & ACLs? > Date: 2006-08-19 02:46:45 GMT > How exactly do Samba 3.x and ACLs interrelate? ... > I started out naively assuming that the *nix > uidNumber/gidNumber Samba mapped the end user to > would behave exactly the same whether they were a > Samba user or were logged on locally. ...
2007 Jun 26
0
And, if those strategies are very similar, then markets become very unstable.
Market Makers Short SREA, Watchers Pick It To Explode! Score One Inc. (SREA) $0.31 SREA hit price spikes of 600% last week and is still hold at a 300% increase as Market Makers are pushing it down to grab control. Stockprofiler.us, Businessnewsnow.us, & OTCPicks.com all pick it to take off. Get in on the Market Makers play and grab SREA first thing Wednesday! Acceptance of third party money
2008 Mar 06
2
server-side AND client-side symlinks?
How can I have both server-side and client-side symlinks? Server-side symlinks are needed for example when what appears to the user to be a single mounted directory is actually tens of little pieces tied together by symlinks. Having those symlinks coalesces many mounts that would all have to be perfect in parallel into a single mount that's either fully successful or not. Client-side
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
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 =
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.
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
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 Jan 17
3
PDC BDC hot failover
Hi there, I have a problem getting my Samba installation redundant. I installed a PDC and a BDC working with 2 LDAP servers. The problem is, when users are logged in and the BDC fails, the PDC does not take over the running sessions and vice versa. The clients have a hanging explorer and so on. When the failing server gets back online again, everything works, no lags anymore. Is it possible
2008 Feb 21
1
how belatedly copy ACLs?
My original has Posix ACLs (they work fine, that's not the issue). I screwed up my backup by forgetting to copy the ACLs. But now my backup isn't right and I want to fix it. Using the right `rsync` with the right parameter isn't enough to fix the problem. Even the right `rsync` sees this as "no change" and doesn't copy anything (since the file contents haven't
2008 Feb 26
2
Re LDAP adding workstation accounts fails (but not really???)
I very much appreciate the help thus far, but I think it has strayed a bit from the actual problem. The problem is that when I join a system to the samba domain it creates /some/ but not all of the required attributes for the computer account. The process then fails as samba looks in the wrong part of my directory server. I would strongly prefer to put the workstation accounts in their own tree
2006 Jun 04
0
Re: administrator privileges
I experienced the following problem with an apparent permissions Catch-22 where there's no "root" user to bootstrap from with Samba-LDAP, and found several other people experienced it too. I eventually figured out why a few people are plagued by this problem while most have never seen it, and I solved it. For everyone else who experiences a similar problem, the explanation and
2013 Feb 28
1
DNS IPv6 Question
Hi there, Domaincontroller name: risky.home.schinz.de dig dig @risky -tANY risky.home.schinz.de. returns: ;; ANSWER SECTION: risky.home.schinz.de. 900 IN A 10.0.180.254 risky.home.schinz.de. 900 IN AAAA ::1 I have a strange behavior in my network. It's only concerning DNS, but maybe someone can help me. If a do a ssh on risky from another machine (exact command:
2017 Jan 25
3
Samba 4 AD BDC (Syncrepl)
Hello, at the Moment we use and Samba 4 in NT4-style Domain with approx. 20 Clients. With the Problem of Windows 10 to join to NT4-style (https://wiki.samba.org/index.php/Required_Settings_for_Samba_NT4_Domains#Windows_10:_There_Are_Currently_No_Logon_Servers_Available_to_Service_the_Logon_Request) we plan to migrate to Samba AD. At the Moment there is the following scheme: samba PDC
2001 Aug 13
0
erappin' - daily morning update 8-13-01 (PR#1051)
erappin' - daily morning update ---------------------------------------------------------------------------- ---- BLEAK ECONOMIC PICTURE We got a mixed bag of reports by retailers at the end of last week. As you know, retail sales are a key element to this economy's growth as continued consumer spending is necessary to remain out of a recession. Market analysts are hoping