similar to: two different logins?

Displaying 20 results from an estimated 10000 matches similar to: "two different logins?"

2007 Jan 23
7
access users homes share
hey list, we are currently migrating our users from novell to samba. now we have one problem: in novell we could give e.g. user1 access to users2 home share so he could modify, delete or add files on this share. in samba we defined a global homes share that is mapped on logon. so how can we give user1 the needed rights? here is the definition of the homes share in smb.conf: [homes]
2005 Oct 27
2
Fixtures are not loading into instance variables. Why not?
Hi, I have a fixture in a unit test and I see that the fixture is loaded correctly into the database table, but no instance variables are created. So now I''m stuck. More background: this is my first RoR project and I have just installed the SaltedLoginGenerator and generated its output. Running the unit tests gives an error, so I cut it down to just 1 test:
2008 Jun 10
8
2nd smb server
Hi, i have already search for three days now but i can't find any tips. I am running a Samba PDC based on smb 3.0.23. No i want to integrate a second samba server which should serve serveral client, just to decrease the load on the pdc. This should not be a BDC, just a domain member. For user management i use openLDAP. Well, what do i need for this scenario? Do I need winbind or can i just
2005 Nov 21
10
Anybody using SCGI in production?
Or does anybody prefer fastcgi/fcgi? I''m using webrick for development, but plan on using scgi when I switch to production (because it appears to be an update to fastcgi, and I couldn''t get fastcgi working anyhow). thanks csn __________________________________ Yahoo! Mail - PC Magazine Editors'' Choice 2005 http://mail.yahoo.com
2005 Nov 06
11
Ideal Rails / Apache config?
Hi All, Just about to set up RoR on our server and was wondering what the ideal setup for RoR is these days? Apache 1? Apache 2? fCgi? Any guidance would be helpful! Thanks, -Adam
2005 Sep 15
2
Help on RealTime Extensions on Oracle DB
Does someone here configured RealTime Extensions using ODBC connecting to Oracle DB? Im having a problem in dialplan patterns, it doesnt work. Pls. help! -Chris __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
2005 Oct 04
4
Emergency calls - forcing through on channel
Hi Hypothetical but quite possible scenerio: Attempted emergency 911 call but all zap channels are already in use. Is there any way to hangup zap channels before dial(Zap/g1/911) or equivalent. AFAIK hangup doesn't except options so I CANNOT do something like hangup(Zap/g1) to clear zap channels before the dial statement - this is what i was hoping to do. So what do other people do?
2005 Oct 04
3
[Q] file_column help needed
Hi all, I''m trying to use file_column to upload a picture but I''m getting the following error: "cannot convert nil into String" caused by the last line in FileColumnHelper::url_for_file_column(object_name, method) url << object.send("#{method}_relative_path") I don''t have any images uploaded for existing entries so does this not
2002 Jun 05
13
Welcome to the Linux Magazine newsletter
******************************************************************** * PLEASE SAVE THIS WELCOME MESSAGE! * ******************************************************************** Welcome to linux-mag-news! This list is for the monthly Linux Magazine newsletter. SUBSCRIBING: Send a blank message to: join-linux-mag-news@sand.lyris.net UNSUBSCRIBING: Send a message
2005 Nov 22
11
Building a conditions clause (for find) of multiple optional params?
I want to be able to find items according to various params - category_id, member_id, type_id, rating, etc. What I have now is something like: if(@params[''category_id'']) @items=Item.find(:all, :conditions=>["category_id=?", @params[''category_id'']) elsif(@params[''category_id''] and @params[''member_id''])
2005 Oct 10
2
Throroughly confused about SetCallerID
Folks, I've been trying to handle the problem where blocked callerids appear as coming from asterisk <asterisk> on the email notification, and the message envelope simply doesn't say anything (does not actually play the vm-unknown message). So, following the tip provided by several previous posters, I tried putting this in my extensions.conf (the xx's are my DID,
2005 Oct 04
1
Number Restriction
Hello, I have a block of 25 DIDs and have 10 phones on the network. I want when a person tries to call out for * to pick a number for the CIDN and I want to make sure that the number isn't duplicated while it's in use. Joshua __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
2005 Oct 04
1
Forcing Codec Usage
Hello, I have VPC (Voice Pulse Connect) and NuFone for providers and I have setup modules.conf with the registered (Digium) G.729 Codec such as: load => codec_g729a.so load => res_crypto.so With both sip/iax2 configuration disallow=all is first and then allow=g729 is next (allow=ulaw,allow=alaw,allow=gsm are next after allow=g729) and it always dials via ulaw. Why is this happening? Josh
2005 Oct 12
1
Integrated T1
Hi, We have a Data/Voice service supplied through an integrated T1. Does anyone know if Digium T1 card will support the splitting of the Voice and Data? Regards. __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
2005 Oct 16
2
Pass variable to context (NOT macro)
Hi, Is there anyway to pass a variable from one context to another (NOT macro and NOT global) Regards __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
2005 Nov 29
2
mac compatable?
is there a dowload for mac users? __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
2005 Oct 21
1
Any good GUI Theora encoder for Windows?
I try to test Theora in Windows , but i only find one Theora encoder , ffmpeg2theora. I don't like because is command line , and i want to encode from a visual encoder. I also try ffdshow but i don't know how to encode video and audio to get Theora ... With ffdshow i get a worst 4 FPS encoding ... Would be a good idea that xiph contact to creators of VirtualDubMod
2005 Nov 18
1
route with optional args?
Is it possible to specify a route like this: /items(/category/:category_id)(/order/:order)(/page/:page) and have any of the parts in parentheses be optional? I know I can make :category_id and the other vars optional, but is it possible with the entire "/category/:category_id" part? thanks csn __________________________________ Yahoo! Mail - PC Magazine Editors''
2006 Feb 20
13
Agile Legacy Interop
I just wanted to announce my latest plugin: LegacyInterop The 5 second video, minus the video, looks like this: $ ./script/plugin install svn://lirp.rubyforge.org/var/svn/lirp/trunk/legacy_interop $ echo LegacyInterop.act_as_dotnet >> config/environment.rb Done! Agile! Pragmatic! The plugin includes support for a large number of legacy systems, all using the "act_as" pattern.
2005 Nov 16
37
Postgresql vs MySQL
Is there any reason to avoid using postgresql for small web apps? That is, is it''s overhead so large that the lighter MySQL will work substantially better for small apps on small machines? Or are they very similar in performance and configuration? I''ve used MySQL but postgresql has its appeals and I''m wondering if I need to keep MySQL around at all. On the other