Displaying 20 results from an estimated 200000 matches similar to: "Windows Forms authentication"
2006 Oct 06
1
Samba as PDC, LDAP-based authentication for windows & linux clients
Hi There,
we currently run a Windows Server 2003 Terminalserver and a NT4 PDC /
File Server. Additional there is a server in the development unit acting
as login server for the linux boxes. We now want to introduce a new file
server and thereby replace the nt4 domain controller with a samba domain
controller and consollidate it with the linux login server. I'm pretty
sure it should be
2009 Aug 10
2
Windows forms application
Hey guys, I have a need to run a tool that has been developed by the company I work for in OSX, the application is a small windows form based app that basically reads XML files and calls other programs.
All that works fine, apart from a toolbar is missing (I've been told it was a dockable-toolbar if that helps) also, clicking the options button from the menu should bring up another form, and
2006 Jun 01
8
Windows progress
Hi there,
What''s the current status of the Windows port? I may be in a position
to lend a hand over the next couple of weeks - where should I start
looking? And what''s the best way to get SVN HEAD? This happens:
$ svn checkout svn://www.davebalmain.com/ferret/trunk ferret
svn: Can''t connect to host ''www.davebalmain.com'': Connection refused
--
2006 Sep 22
4
IOError on clearing locks
Hi all,
I''ve got a slight problem with using Ferret in unit tests. In order to
create as little cross-contamination between test suites as possible,
some of my tests are creating a fresh index per test case, and then
calling Index#close and deleting the containing dir during the teardown.
The problem comes when GC.start kicks in after the deleting the directory:
IOError: IO Error
2006 Feb 23
0
Patterns for multiple forms
Hi,
I''m currently sat at home ill and am thinking about a problem I''ve
been looking at recently.
I have a form that lets users enter orders into a system. At the
moment its all pretty simple stuff (proof of concept rather than
working just for the time being), with basic details about an order
and a place for them to enter billing and delivery addresses.
I am also
2016 Nov 29
2
Asterisk compatibility with SMS services
Can anyone comment on using SMS in conjunction with VoIP service using
one of these three VoIP providers: voip.ms, vitelity.com, flowroute.com?
Are some SMS services more compatible with Asterisk (i.e. SMS over SIP
works perfectly or not)? Is it best to use a different data channel for
SMS messages (i.e. SMS via HTTP, SMS via XMPP) instead of Asterisk's
built in SMS application
2010 May 27
1
Question on Rails 3 : forms && ORM && ActiveModel
I''m a Django/Catalyst user that''s evaluating Rails ... I need a Ruby
framework, and I''m trying to see if learning Rails is worth it or I
should just go for Sinatra + various libs available.
Django has a couple of things I like ...
1) the Forms API
In Django I like that it''s being decoupled from models ... form
objects have fields with validation rules that
2006 Feb 01
3
XML on a external website
In my rails application i want to fetch an external xml file
So my website www.test.com needs an xml file from
www.example.com/xml.asp?query=hallo. In my rails application i want to
fetch and handle this file as an xml object.
Can anyone help me?
Thanks.
--
Posted via http://www.ruby-forum.com/.
2006 Mar 23
7
Fixtures just Do Not Work for Me
Hello,
I have been struggling to get fixtures to work here with no success.
They just Do Not Work For Me (tm).
I have created a model named Headline with the `generate'' script and
modified the test/fixtumes/headlines.yml as follows
----------
gita:
id: 1
author: raulseixas
title: gita
happened_at: 2005-01-01 00:00:00
description: gita
This is the CD reissue of
2012 Mar 11
2
[patch] Threading support in ssh-agent
Hi all!
I do not know openssh patch policy so I am just sending
the patch to the mailing list. Sorry for inconvenience.
Ssh-agent seems to be too slow if you need to access thousands of
servers. This is a simple patch to enable threading in ssh2 authentication.
Patch adds "-p numthreads" option and defaults to the number of processors.
I've tested it as I could, but
2006 Jan 25
6
cant convert integer to string
I''ve experimented around and have ran out of ideas, here''s the message:
TypeError in True_false_questions#list
can''t convert String into Integer
RAILS_ROOT: script/../config/..
Application Trace <http://zbyte32:3000/true_false_questions/list/0#> |
Framework
Trace <http://zbyte32:3000/true_false_questions/list/0#> | Full
2010 Apr 02
1
Compiling for Windows
Hello OpenSSH devs,
I'm hoping this is the proper forum for this question, but if not maybe some kind soul could point me in the right direction.
I've been tasked with maintaing a Windows application that currently, or will need to, make use of the following tools:
? ssh-keygen
? ssh
? sshd
? sftp
I know there are a few packages out there already CopSSH being one of them (which does
2008 Jan 14
1
Problems with forms
hello all
i''m a newbie on mechanize, but already had some success.
But now i''m in a real problem :
The following HTML-Code is not parsed corect, not all form element are
found. I''can''t change the server-code.
How to fix ?
HTML-Site
------X-----------------------------------------------------------------------X-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD
2006 Feb 21
9
Rails and Windows Active Directory Authentication?
Hello All, I know there is a component for integrating LDAP with Rails but
is anyone doing any Windows Active Directory Authentication to a Rails app?
I am rebuilding a site that was constructed out of asp and I would like to
rebuild/improve it via rails. On the requirements side I will need to
communicate with Active Directory and I will be required to use MSSQL for
the database. Can anyone
2011 Mar 10
1
Squid with AD Authendication problem (windows 2003)- please help
?I have configured squid with AD authentication its working fine but I am
getting lots of error for authentication failed.
?
?
squid-2.5.STABLE14-1.4E
samba-3.0.10-1.4E.11
?
?
?
Windows 2003 Domain Audit log failure.
?
?
Pre-authentication failed:
??????????????? User Name:??????????? proxy$
??????????????? User ID:????????????????? DOMAIN\proxy$
??????????????? Service Name:???????
2006 Jan 25
11
Executing Ruby code that is inside a string
I would like to put Ruby code inside a string, between <%= %> tags, and
have the code inside the tags executed when the string is displayed. Is
this possible?
--
Posted via http://www.ruby-forum.com/.
2006 Jan 18
6
Consistent testing with methods that depend on Date.today
Hi everyone
I''m building an app in which quite a bit of data is dependant on dates
(and times), and I have logic that depends on when ''today'' is. I''m
trying to get some better functional tests written, and am unsure of
the best way to approach it.
The problem is that I want the tests to run against the same data
every time, whether I run it on Tuesday or
2006 Aug 05
2
Multi-step forms
I need to create a number of multi-step forms for creating models.
Currently i''m looking at http://www.bigbold.com/snippets/posts/show/277
As a solution. Are there any other methods you guys would recommend? Are
there any reusable (dry) methods of creating multiple multi-step forms?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Mar 21
3
Do module source code changes require reboot of WEBrick?
Assume that I refactor some code into a module and "require it into" my
controller.
Do I then need to restart my WEBrick server each time that I change the
module?
Thanks,
Wes
--
Posted via http://www.ruby-forum.com/.
2011 Mar 02
2
Nested forms validation problem
Hi All,
I''m trying to learn Ruby on Rails and have got an issue with the
validation of a nested form. I think I have got it setup correctly as it
appears to be saving the data as expected, but it is not wrapping the
CSS class (field_with_errors) to the fields, and if data is entered into
the nested fields it disappears on form submit (if there are validation
errors). The validation