similar to: Windows Users cannot change password on PDC Samba Server

Displaying 20 results from an estimated 800 matches similar to: "Windows Users cannot change password on PDC Samba Server"

2007 May 25
2
Switch back to mount after fallback
Hi Geoff, Geoff Shang wrote: > Hi, > > That's what fallback-override is meant to do. Are you saying that it's not > working for you? Not working. But what is wrong? I've added the second mount to icecast.xml and tested whether it switch back to the original mount point. The mount part of icecast.xml: <mount>
2007 May 25
2
Switch back to mount after fallback
Hello icecast user, That's my first post to this list, because everything works fine :) But now I'm missing a feature and I'm not sure if it is possible to realise. I have two mounts. Only one defined in the configuration: <mount> <mount-name>/gast.ogg</mount-name> <fallback-mount>/offline.ogg</fallback-mount>
2007 Jun 07
6
Problem with response.should render_template
Hello, I have problems with this spec controllers: http://pastie.caboo.se/68634 when I run: rake spec:controllers I get this error: ...............F...... 1) ''DocTypeController should update and redirect to show'' FAILED expected redirect to {:action=>"show", :id=>1}, got redirect to
2007 May 29
5
Trouble defining a stub method for a controller
Hello, Not sure if I am doing something really wrong (let''s not say stupid for now), but I haven''t been able to stub a controller method like: controller.stub!(:logged_in?).and_return(true) Please help, this is driving me nuts ;-) -- An?bal Rojas http://www.rubycorner.com http://www.hasmanydevelopers.com
2004 Jan 05
1
slow and max connection errors
Sorry about not being specific enough. I will try and be more so in the future. Here is what I have currently: Apple X-serve running Yellowdog (a Redhat 9 port for ppc) with 1GB of RAM, 3 60GB HD not setup as RAID. They are individual partitions (/var and /, /home and /shared). The shared partition is strictly for Samba file sharing. I build in a matching user in both the system and in
2007 Jun 05
6
Help with spec controller
Hello, I haven''t been able to create a controller spec. You can see the code here: http://pastie.caboo.se/67980 The error message I''m getting is: Spec::Mocks::MockExpectationError in ''PersonController should tell the Person model to create a new person on POST to create'' Mock ''person'' received unexpected message :save with (no args)
2007 Aug 06
5
Problems with array mock
Hi everyone, I''m trying this in my helper spec and it didn''t work: @curr_odontogram.should_receive(''photos[1]'').and_return(@photo) and the error is: SyntaxError in ''PersonHelper Deberia devolverme un link para eliminar una foto'' compile error /home/gramos/src/rails/r-dental/config/../vendor/plugins/rspec/lib/spec/mocks/proxy.rb:99: syntax
2010 Feb 02
3
deny=yes in userdb
I would like deliver to reject certain users. Since supposedly deliver only uses userdb, not passwd, I can't use deny=yes for that. Or does userdb support deny=yes? Yes, I should rather reject them right in the MTA, but that currently takes too long to implement. Or how to reject gast* in postfix using nss authentication?
2008 Jun 06
2
Problems with view spec and mocking will_paginate
Hi all, I have some failures that not I don''t understand this the pastie with index.erb.html http://pastie.org/private/zgohh6dcts04wpfagfgz5q and this is the pastie for view''s spec: http://pastie.org/210485 and the failure: 1) ActionView::TemplateError in ''/posts/index.html.erb should render list of posts'' undefined method `count'' for
2009 Jun 08
2
nmbd-daemon fails on startup without error
_________________________________________________________________ http://redirect.gimas.net/?n=M0906xWLM2009 Neu: Messenger 2009! Hier kostenlos downloaden!
2015 May 21
2
STATUS_SHARE_VIOLATION when Read while Write on GPFS + CTDB
Hi, in the following scenario I've got the Problem of "STATUS_SHARE_VIOLATION". Client A (with User 1) copies a file to share X. (with: DENY_NONE 0x120196 WRONLY NONE) Client B (with User 1) reads this file from share X (with: DENY_NONE 0x120089 RDONLY NONE) Now Client C (with User 1) wants also to read this file from share X and gets the STATUS_SHARE_VIOLATION.
2015 Jun 05
2
Antw: Re: STATUS_SHARE_VIOLATION when Read while Write on GPFS + CTDB
Hello Volker, I was able to get those level 10 logs - spitted by machine. Unfortunately I don't know how attachments behave - Groupwise seems not to be happy with those - so I try the redundant way: Here are the logfiles for this event (only one machine, one try): https://www.bitmammut.de/WDR/log.klnmszap32 In this file there are about 3 occurrences of the
2004 Feb 19
1
Migrate NT4 Dom -> Samba 3.0.2a
Hi, I'm testing the migration of an NT4 Domain onto a Samba-Server. Now I'm at the point to migrate users and maschine accounts. It works fine for some users but not for all! This is the output: <- # net rpc vampire -w samba Fetching DOMAIN database SAM_DELTA_DOMAIN_INFO not handled Creating account: Administrator Creating account: Gast [2004/02/19 12:40:28, 0]
2004 May 03
1
Problem with net rpc vampire - Samba 3.0.2a
Hello i have a running Samba 3.0.2a Server on a SuSE Linux 9.0 dist. i have configure my samba 3.0.2a for a BDC and i log in to the domain i want migrate. first i did this for joining the domain : linux:~ # net rpc join -S DEMONT01 -w DOMNT -U Administrator%Server Joined domain DOMNT. then i did this for migrate the user and groups linux:~ # net rpc vampire -S DEMONT01 -U
2004 Apr 20
3
Panic in Samba 3.0.3Pre2
Hi All, I hope someone can help me with this problem. I recently moved my Windows Print server to Linux (Red Hat 9.0, Samba 3.0.2) due to stability problems, however since i had a constant smbd panics I reverted back to my Windows 2000 server much to the disappointment of my manager and director. Having posted to this list someone suggested an upgrade to 3.0.3pre2 which solved their issues, I
2011 Sep 18
2
R-Help
Hi, my name is Gastón. I just read a question, made by Walter Durka, about a nonparametric discriminant analysis. It wasn´t any answer, and I was wondering if at this moment there is one. I have the same problem as W. Durka. I´m trying to classify and to cross-validate samples of three tunicates species based on morphometric data and to identify the variables that best discriminate between
2008 May 23
2
Some problems with Sweave
Dear R users, I'm working in a brief R-tutorial to a group of students. To make that I'm using Sweave but I've got two problems: First, I want show how R operates with the matrix type but, I write in the .rnw document the code <<echo=T,results=tex>>= matriz <- matrix(vector,nrow=3,ncol=6) matriz @ and after compilating the LaTex document I obtain in the pdf the next
2004 May 06
2
Administrator rights for Windows update?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi List, is it really necessary to add every user to the administrators group to allow them to update their windows boxes? I really can't believe this... Cheers Nicki - -- Linksystem Muenchen GmbH info@link-m.de Schloerstrasse 10 http://www.link-m.de 80634 Muenchen
2017 May 04
3
system error 58 when guest connects from Win10
I cannot connect as guest from Win10 to Samba anymore, since I removed "server max protocol = NT1" net use \\%IP%\testshare /user:"" "" /persistent:no System error 58 has occurred. The specified server cannot perform the requested operation. It works when I supply a userid and password. It works from Win7. It fails only in the combination Win10, SMB3,
2004 Jun 04
1
samba with acl support as member auf a samba controlled domain?
Hi I am running a Samba PDC and a Samba member server in his domain. The member server acts as a file server with unix acl's working. Is it possible to get these acl's working under samba to? The docs seem to say, that acl's are only possible if samba is a memberserver in an NT-Domain using winbind. In my case the PDC acts as a LDAP Server and the Member server is gets the unix