Displaying 20 results from an estimated 10000 matches similar to: "samba on distro..."
2004 Feb 12
3
hardware question
I recently asked this question, but I didn't get an answer on this part
of my question:
What hardware would be able to do this with ease:
I must install a samba server as PDC for my school. The server would
authenticate users using openldap (on the same server). And if possible,
I would also run an intranet on it (apache, php, mysql).
There would be about a hundred (maybe 150 later on)
2007 Dec 23
1
multiple scenarios problem
Hi all
I just recently started to use rspec and I''m having a problem using
multple scenarios in one story. These are the two scenarios, trying to
test my implemenation of the new http authentication in rails 2:
Scenario "user has to authenticate" do
Given "an anonymous user" do
end
When "visiting", "working_page" do |page|
2008 Mar 05
14
[Stories] Login and subdomain
I''ve just begin using rspec stories, and i m encountering some
problems. In my application i have different subdomains in which
specific users can log in, for example an admin will go to
admin.myapp.com/authenticate/login, and an user belonging to a
specific company will log in company.myapp.com/authenticate/login, and
of course both have a different login process.
To perform some
2008 Jan 13
2
should_receive twice and arguments
Hi all, I have a method calling Klass.create! two times with different
arguments (this happens in a class reponsable for reading in a csv file)
I want to test those like this:
in one test: Klass.should_receive(:create!).with(:name => "foo").once
in another: Klass.should_receive(:create!).with(:name => "foo2").once
This doesn''t work because the
2004 Feb 09
1
school PDC questions
I need to set up a samba server (I think samba 3.0.2 will be the one) as
PDC for my school. It needs to serve mandatory profiles, home dirs,
shares, printers. As OS I think redhat will do just fine (or isn't that
a good idea?). Authentication would use openLDAP (if I get it online
with the hints of realx).
Questions:
1. What hardware will do a fine job to do this?
2. Can a webserver run
2007 Feb 20
2
rails 1.2.1, locomotive and backgroundrb
Hi
I just tried to move my project to rails 1.2.1 on my locomotive
development setup. It seems that backgroundrb is not willing to start
up anymore. If I switch locomotive back to 1.1.6, everthing is fine.
This is the error I get while attempting to start backgroundrb:
/Applications/Locomotive2/Bundles/standardRailsJan2007.locobundle/
2004 Feb 05
2
mandatory profiles?
I would like to setup a samba PDC with mandatory profiles for my school.
I know that I can easily use them for XP (centralized) and that for Win
98 I have to put them in the user accounts. Now my question: do I have
to put a profile in the user account each time a new user is made? Or is
there a simple way of doing this. (off course I would link it to one
profile, but this way I still have to
2008 Mar 19
2
Stub / Mock - A little guidance?
Hi there,
I''m still trying to wrap my head around when to use a stub and a mock.
If I understand this right, I should be using a ''mock'' when imitating
an object, but not its behavior. I should be using a stub when I want
to imitate the behavior of an object. Does that sound about right?
With that said, I''m struggling a little trying to spec out this
instance
2008 Feb 02
6
Suspended start of task not suspended
Hi
I thought this should suspend the task by 1 minute, but it starts
immediately:
MiddleMan.ask_work( :worker => :bar_worker, :worker_method
=> :test_method, :trigger_args => { :start => (Time.now + 1.minute)})
Is the start argument not allowed in the new backgroundrb (mine is at
rev HEAD (=314))? What can I do about this?
I really need to suspend starting the task as I want
2004 Apr 23
3
mod_ntlm_winbind
Is there a mod_ntlm_winbind for apache or is that just for squid? I want to
use NTLM authentication for our intranet apache server.
TIA,
Josh Konkol, CCSA CNE MCSE
Technical Research Specialist
.~. GuideOne Insurance
/V\
/( )\
^^-^^ samba@guidemail.com
This message and accompanying documents are covered by the Electronic
Communications Privacy Act, 18 U.S.C. ?? 2510-2521, and
2004 Jul 01
14
filter ingress policy rates -> slow!!
Hello one more time,
As others seem to already asked without reply, I''m getting lower speed rates
than specified via ingress. How do I know. Because I have this in my script:
tc qdisc add dev $DEV handle ffff: ingress
# Filter intranet traffic, so fit it to intranet speed
tc filter add dev $DEV parent ffff: protocol ip prio 10 u32 \
match ip src $Q_2_HOSTS \
match ip dst
2007 Dec 05
1
RC2 troubles
Hi
I can''t get backgroundrb working. I get the following error in
backgroundrb_server.log:
backgroundrb/framework/core.rb:117:in `bind'': Address family not
supported by protocol family - bind(2) (Errno::EAFNOSUPPORT)
Seems to be a problem with my Mac (Leopard) and my ruby install (1.8.6
that came with the OS) according to some emails I found with google.
Did anyone
2007 Nov 30
2
which version of backgroundrb to use
Hello
I''ve been using backgroundrb for a while now and love it.
I''ve notices some recent updates and am confused as to which branch/tag is
what.
What''s the difference between these:
new_core/
version010/
version099/
version10/
and trunk, and where does "0.2.2" fit in?
Thanks!
--
Peter T. Brown
peter at wagglelabs.com
http://wagglelabs.com
2008 Jun 03
4
Is ogg vorbis suitable for vidoe conference in the Intranet environment?
Is ogg vorbis suitable for vidoe conference in the Intranet environment?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/vorbis/attachments/20080603/3b418e0a/attachment.htm
2008 Mar 20
1
stories with selenium and the db
Hi all
Tonight I wanted to test out selenium in a story to test some ajax
stuff on a page.
After struggling for an hour or two with disappearing database objects
I found the solution in a blog post by Kerry Buckley.
with the comment included it reads:
# Don''t add an ActiveRecordSafetyListener, or it''ll roll stuff back
class Spec::Story::Runner::ScenarioRunner
def
2005 Mar 04
3
Missing rpms for samba-ldap script
I was pointed to: http://web.vcs.u52.k12.me.us/linux/smbldap/
As an effective script to get samba/ldap configured for a PDC. It is
written for Fedora 3 core or the K12LTSP distro. of course I discovered
this after installing the Centos distro. Now it is decision time: stay
with Centos and get this working or move the the K12 distro. This setup is
for the small business network in my basement
2007 Dec 23
0
basic authentication
When I try to get a page via post_via_redirect on a project that uses
the new rails 2 http authentication, for example:
post_via_redirect path,
{:name_of_object => { :att => "test" }},
:authorization => authorize
then the post works, but then I''m being redirected to the show action
where I''m unauthorized again. A browser doesn''t suffer
2002 Nov 15
1
NT domains -vs- simple workgroups????
Hi, I've been following some of the posts (never
received a reply to mine but found one similiar). I
have a question that I hope you can clarify.
Original question: I can see the server from my
Windows XP machine using network neighbors, but when I
double click on it I get: Path not found
One reply: If you're using NT domains (not simple
"workgroups")...
What is the
2006 May 31
1
Terminal Server/File Server Set up
Would like to know whether there exist a clear simple walk through to
set CentOS 4 up as a Terminal Server or in the alternate, as a file and
print server. I'm new but have googled but come up with some rather
complicated issues. I trust someone can help on this forum.
Regards All,
Jughead