similar to: Problem Enumerating AD users

Displaying 20 results from an estimated 900 matches similar to: "Problem Enumerating AD users"

2009 Mar 20
1
Winbind error ? idmap Fatal Error: UID range full!
Hi anyone know this error: Mar 20 12:01:06 gw winbindd[14756]: [2009/03/20 12:01:06, 0] sam/idmap_tdb.c:db_allocate_id(106) Mar 20 12:01:06 gw winbindd[14756]: idmap Fatal Error: UID range full!! (max: 20000) Mar 20 12:01:06 gw winbindd[14756]: [2009/03/20 12:01:06, 0] sam/idmap_tdb.c:db_allocate_id(106) Mar 20 12:01:06 gw winbindd[14756]: idmap Fatal Error: UID range full!! (max: 20000)
2005 Mar 01
1
Scratch 1.0
== What is Scratch? Scratch is a little toy I put together in Ruby on Rails. Think of it as a spin-off of my larger Rails app, Elite Journal. If nothing else, you can think of Scratch as a demonstration of the new Action Web Services component of Rails. From the web page: Scratch is the minimalist''s web log. Scratch gives you nothing more than the meta-weblog API for posting.
2004 Sep 15
2
Winbind could not convert sid to gid...
Hi, I'm using the Samba RPM's from Fedora Core 2 RPM's (3.0.7-2.FC2) as an authentication backend for a Squid Proxy server. It all seems to work fine, until I (try to)authenticate against a domain-group.. I started trying with 3.0.6-2.FC2, which also didn't work... This is a pretty clean/fresh installation of Fedora Core 2, for whatever that's worth... I've succeeded
2010 Jan 27
0
Running Xen/xVM with an EAL-certified Solaris
Hello All, I''m investigating the possibility of running an EAL-certified Solaris as a dom0 and domU on Xen or xVM. The rationale of running Solaris in dom0 is for security features, such as the features provided by the Controlled Access Protection Profile. So far it seems like a Solaris HVM is ideal for each domU in my current scenario, due to the ability for labeling via trusted
2008 Jul 30
1
tinc and wireless mesh
Hello! I'm trying to make a wireless mesh network with b.a.t.m.a.n. protocol, and I would like to secure the wireless links with tinc. My test network is 2 wireless routers with OpenWRT Kamikaze firmware, and the network topology is the following: |CLIENT|eth0: 192.168.180| <--> |eth0: 192.168.1.1|MESH-NODE|ath0: 192.168.5.54| <~~> |ath0: 192.168.5.51|GW|eth1: 192.168.1.51|
2005 Jul 13
1
crossed random fx nlme lme4
I need to specify a model similar to this lme.formula(fixed = sqrt(lbPerAc) ~ y + season + y:season, data = cy, random = ~y | observer/set, correlation = corARMA(q = 6)) except that observer and set are actually crossed instead of nested. observer and set are factors y and lbPerAc are numeric If you know how to do it or have suggestions for reading I will be grateful. eal ps I have
2004 Dec 09
0
trouble with winbindd samba 3.0.9
hello, we've been testing the integration of a linux file server (fedora core 3) in a Windows 2003 Active Directory Domain. the linux server is well integrated : we see it in the Active Directory mmc. but we've got a problem with winbind and its mapping of SIDs with uids. here is the smb.conf concerned section : ------------------------------- winbind separator = + idmap uid =
2010 Mar 26
0
fda Data2fd
I would like to create a functional data object where both domain and range are matrices. My erroneous attempts are below. Can you suggest corrections? library(fda) domain<-matrix(c(1,1.1,1.2,2,2.1,2.1,3,3.1,3.2,4,4.1,4.2,5,5.1,5.2), nrow = 5, ncol=3, byrow=TRUE) range<-sin(domain)+matrix(rnorm(15,sd=0.1),nrow=5, ncol=3) myfd<-Data2fd(argvals=domain, y=range) #Error in
2003 Aug 28
1
Packages
I need to install some geostatistics packages that are not in the binaries, for example gstat. I downloaded rm171 and installed, and I even added precomplied packages successfully. Unfortunately, I do not know how to add packages available as gstat. If you can spare a minute, could you give me a lead on this? Any other pointers on using R in mac os x will be greatly appreciated. Thank you so much
2004 Aug 06
0
samba & winbind with AD 2K auth problem
Hi I cannot make winbind work correctly. My problem is that my AD users & groupes are not authenticated on my samba box. I made it work correctly on my samba 2.2x, an dfrom my understanding, each time a AD user is connected, a Unix account is created, nad winbind synhronize both accounts. It looks like the user script "/usr/sbin/useradd -s /bin/false %u" doesn't work, and my
2007 Jan 02
1
enumerating UPSes with upsc (was Re: [Nut-upsuser] SNMP/management front-ends)
On 1/2/07, Eric A. Hall <ehall@ehsco.com> wrote: > I can hack up a Cacti PHP script to monitor UPS state via the upsc client > in the meantime. I'll have to manually enumerate the UPS names associated > with a host target (is there a way to probe for them with upsc now?), but > otherwise it ought to be pretty straightforward scripting. NUT developers, The NUT protocol
2016 Sep 26
1
Enumerating files not working using the NetFileEnum().
Hi, Environment: Samba version: 4.1.11 or above. Windows: Server 2012 R2/Windows 8 Linux: Fedora 21 Scenario: I have accessed the file in Ubuntu as an administrator and opened it but when I'm trying to enumerate the opened files using NetFileEnum() it shows an error that enumerating files is only possible as an administrator. Kindly help. Thanks and regards, Anirvan Roy Choudhury.
2002 Jul 24
0
enumerating shared printers to the print browse master
hi Jerry et al, when I use the 'ADD PRINTER WIZARD' it looks like this: ----------------------------------------- |[]\\whatevernthost\mydeskjetanywhere | |[]\\computeronmydesk\printernexttome | |[]\\Ididn'tevennowIm\sharingaprinter | |+[]SAMBAPRINTSERVER | ----------------------------------------- The shared printers on the SAMBA server get visible by
2006 Feb 25
3
Enumerating over a Tree by Depth
I have a model using acts_as_tree which is working fine. Being new to Ruby I''m don''t know what enumerator is best to use for traversing a tree by depth. I can write one, but before I do I wanted to know if there is there an enumerator for traversing trees available that the community recommends? Thank you, Jose -- Posted via http://www.ruby-forum.com/.
2006 Sep 06
2
Enumerating all models
Hi, Does anybody know how to enumerate all models (from a controller) ? Thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To
2011 Apr 02
0
[LLVMdev] Enumerating machine functions
Hi Lorenzo, > I have a doubt about running passes on machine code. We are > implementing a transformation on machine code that consists in > analyzing a series of functions, extracting some aggregate properties, > and then using the extracted information to optimize each functions. > > I am not familiar with LLVM internals, so I am not sure how to > implement each step. From
2007 Mar 05
1
enumerating non-overlapping pairs of elements from a vector
Hi All, I'm trying to come up with a clear and concise (and fast?) solution to the following problem. I would like to take a vector 'v' and enumerate all of the ways in which it can be broken into n sets of length 2 (if the length of the vector is odd, and an additional set of length 1). An element of 'v' can only appear in one set. Order within sets is not important.
2011 Apr 06
0
[LLVMdev] Enumerating machine functions
Hi Lorenzo, > thanks for your reply. So if I understand correctly MachineFunction > objects are converted to machine code one at a time, and each object > is "thrown away" after having been converted. actually that's not quite what I meant. I was saying that the code generators must not assume that the whole module is available. For example, it would be wrong when
2013 Apr 15
5
[Bug 2089] New: filter out bad host key algorithms
https://bugzilla.mindrot.org/show_bug.cgi?id=2089 Bug ID: 2089 Summary: filter out bad host key algorithms Classification: Unclassified Product: Portable OpenSSH Version: 6.1p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous
2011 Apr 01
2
[LLVMdev] Enumerating machine functions
Hi, I have a doubt about running passes on machine code. We are implementing a transformation on machine code that consists in analyzing a series of functions, extracting some aggregate properties, and then using the extracted information to optimize each functions. I am not familiar with LLVM internals, so I am not sure how to implement each step. From the documentation, it seems that the only