similar to: Is it EVER needed to set up kerberos manually if you use samba to join an ADS domain as a domain member?

Displaying 20 results from an estimated 1000 matches similar to: "Is it EVER needed to set up kerberos manually if you use samba to join an ADS domain as a domain member?"

2013 Apr 02
10
Suggested strategies for testing a gem against Rails 3.x and Rails 4?
I''ve seen a few examples of dummy Rails apps (for testing, so they live under test or spec dirs, typically) for use with the Appraisals gem that supposedly work with both Rails 3.x and Rails 4, but they seem hackish and not fully functional. It is somewhat expected, as it is a stripped down Frankenstein monster that is trying to be compatible with various versions of Rails 3 as well
1998 Jul 24
1
Anybody want EBCDIC Support for Samba 1.9.18?
We've ported samba 1.9.18p1 to OS/390 Unix (nee MVS), and it seems to be very much in demand among the mainframe folks. We'd like to integrate our changes back into the mainline development stream. Our changes consist entirely of patches to ensure that the code works on an EBCDIC system, as well as a new facility that allows for ASCII/EBCDIC data conversion on the fly for files
2012 Sep 18
4
"best practices" for Rails serving RESTful JSON services for use by AngularJS, Ember.js, etc.
I''ve been writing a gem to implement and extend common controller functionality so that Rails can be used with Javascript frameworks like AngularJS (which we are using), Ember.js, etc. in such a way that the user doesn''t have to tweak a a bunch of rails g controller boilerplate code to provide services for use in these frameworks that in turn would require various changes to
2011 May 13
4
Gaining performance by disabling functionality?
As most Wine users probably know, running applications using Wine won't (in most cases) give you the same performance as running the application in native Windows. From my experience this is especially true when it comes to applications that make use of Direct3D, and I suppose the performance drop is (at least in part) due to the translation of Direct3D to OpenGL in Wine. Now, this got me
2008 Jan 11
0
Failure to load "openssl.bundle" (RuntimeError) - need help
I''m new to Ruby on Rails and am using the stack provided in Leopard. I''m trying to generate scaffolding for a basic app, and I''m receiving the following error message: ember:~ trey$ ruby ~/Sites/cookbook2/script/generate scaffold recipe recipe /usr/local/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/initializer.rb: 159:in `require_frameworks'': Failed to load
2010 Jun 02
1
[Possible bug] Invalid Switching on fallover?
I may have found a bug... I am not sure. I am new to Icecast, so this might be how things are meant to be, I have a Debian install with Icecast2 install from APT - Icecast 2.3.2 I have three mount points (all 128kbp mp3) /EDH.mp3 (public = 0 and hidden = 1) /live.mp3 (fallback-mount = /EDH.mp3 and fallback-override = 1) /dj1.mp3 (fallback-mount = /EDH.mp3, fallback-override = 1, public = 0, and\
2012 May 15
5
setting up the SQLite database
I know this isn''t Python, but I''d like to get a view on the ''one obvious'' way to set up an SQLite (or other) database and its location per-app. I''ve got a bit lost with the Camping 2 changes and various code snippets I have kicking around. 1. is it best to set up the DB creation/connection: 1.1 at the end of the app
2006 Aug 02
3
Need help with registration page
I have most of my books open as I''m trying to create this app. Still not sure how to make this work - hopefully some help / hints can get me further. First I used the "authorizing users" recipe from Rails Recipes. Though I did add some more generic type of registration fields (email, address, etc). I want the registration form on the main page(index) of the site. What I have
2012 Dec 26
2
dovecot crashing?
Happy holidays! I am experiencing an issue when trying to check my mail using IMAP. with Dovecot I have tried checking my mail using a full GUI client (Thunderbird) and telnet. Both times I get disconnected before all of my messages can be downloaded and I see an error in my mail log. Here are the details: [root at cust19-1-prod-domain userqa]# dovecot --version 2.0.9 [root at
2014 Mar 19
1
Memcheck: Invalid read of size 4
Hi the list, One of my package has a memory issue that I do not manage to understand. The Memtest notes is here: <http://www.stats.ox.ac.uk/pub/bdr/memtests/valgrind/kml-Ex.Rout> Here is the message that I get from Memtest --- 8< ---------------- ~ Fast KmL ~ ==27283== Invalid read of size 4 ==27283== at 0x10C5DF28: kml1 (kml.c:183) ... ==27283== by 0x10C5DE4F: kml1 (kml.c:151)
2011 Jan 04
1
Dovecot-auth crash after upgrade to 1.2.16
Just made FreeBSD 8.1 portupgrade to new Dovecot version 1.2.16 from 1.2.14_1. In message log I has many records such this > Jan 4 23:30:11 beta kernel: pid 15096 (dovecot-auth), uid 0: exited on s >> ignal 11 (core dumped) > > Jan 4 23:30:11 beta kernel: pid 15097 (dovecot-auth), uid 0: exited on s >> ignal 11 (core dumped) > > Jan 4 23:30:11 beta kernel: pid 15098
2014 Oct 24
1
Samba4: "MYDOM\Admini­­stra­tor" quite useless ­o­n a m­ember server?
Dear Davor, would you please stop abusing this thread? The topic and initially posting is talking of something quite different than Rowland used in his first answer and to what you have replied. Thanks for your understanding. And no, uid and gid is not the same (uid!=gid) Regards, Mirco
2007 Dec 07
1
Driver for Ever Net 3000 DPC vs Ever Net 2200 DPC
Hello. I am trying setup NUT with Ever Net 3000 DPC. All my efforts end with "data stale" error. I've already set up Ever Net 2200 DPC on Debian Etch. According to driver documentation, driver I should use for both models is everups. I've downloaded software provided by producer: http://www.ever.com.pl/pl/pliki/powersoftplus-0.1.8-x86.tar.gz In this software drivers for 2200
2008 May 21
0
What ever have I done wrong now?
On May 21, 2008, at 10:17 AM, David Toll wrote: > I wrote a simple program, to do further experiments with tables. > > However, before I even started on my experiments, it went wrong. > > If you run this, it displays a simple table. > > If you look at the source, you can see that the calls to > "fitColumnsToContents" and "fitRowsToContents" are both
2006 Jan 30
1
Multiple associations between tables - do they ever work?
This is really bugging me. How can I get a second association to work between 2 tables. I have two models, User and Article. A user has many articles, and an article belongs to one user. Then I have the "current article", which is a the article that the user is currently viewing/editing. I want to track/save this value, so they can come back to the same article if they log out
2007 Apr 18
1
Where does vmi_apply_boot_page_allocations ever get called?
Because I need a hook for "do stuff after mem_map is valid" too. J
2011 May 08
1
Cisco 7940 phone and tftpd provisioning - for ever?
Hi all, Sorry for posting here - but I figured there are many people with Cisco IP phones here - and I use them with Asterisk :-) I have a couple of Cisco 7940 phones. I've loaded the SIP firmware OK, loaded the SIP configuration files OK, they work with Asterisk just fine. My question is - will I have to keep on running the tftp server for them for ever and ever? Isn't there any
2006 Apr 28
5
Will they ever fix the DirectSound buffer underrun error?
I'm one of many many people who submitted a duplicate bug report when this happened to me, without realising quite how old this problem is. New Wine versions are coming thick and fast, but every few days someone posts another report that the same problem exists in the latest version with such-and-such a DirectX app. Does anyone know if this is ever likely to be fixed? CC
2005 May 27
0
tag, content_tag: are nil-valued options ever useful?
In a number of places in my code I pass options whose value are '''' or nil to one of the tag-generation helper methods. In the HTML this shows up as, e.g. <span class=""> Now, this can be pretty wasteful, but I don''t want to change my evil ways. Thus I''d rather have the framework throw out these options than do it myself. AFAICT, all tag
2010 Sep 23
0
Installing Asterisk + FreePBX from Repsitory spits out some warnings and errors for ever
Hello, This is what what I see after a Yum install asterisk16 asterisk16-config freepbx: Use of uninitialized value in string ne at /var/www/html/panel/op_server.plline 4997. Use of uninitialized value in substitution (s///) at /var/www/html/panel/ op_server.pl line 5439. Use of uninitialized value in substitution (s///) at /var/www/html/panel/ op_server.pl line 5440. Use of uninitialized value