similar to: Changing from samba 2-2.8a to 3.1 with ldap?

Displaying 20 results from an estimated 3000 matches similar to: "Changing from samba 2-2.8a to 3.1 with ldap?"

2004 Mar 26
1
Upgrading LDAP entries from 2.2.7 for Samba 3 not happening
We have been using samba 2.2.7 for awhile now with ldap no problem. We are ready to move to Samba 3 though, and this is where the trouble begins. We do not have a domain set up. We have a few samba boxes and they just use the ldap servers to get their passwords from. (no roaming desktops or anything like that.) I did a bit of reading up and see that I need to run the convertSambaAccount script
2004 Mar 25
1
Convert Eror
I upgraded from Redhat 8 using LDAP 2.0.22 and Samba 2.28a to Fedora Core 1 .Reimported my LDAP Schema into the new version of Ldap but when attempting to run the following .. I recieve this error.. Any ideas? ./convertSambaAccount --input /usr/share/doc/samba-3.0.0/LDAP/txt.ldif --output new.ldif --sid S-1-5-21-387053420-3 --changetype modify Can't call method "get_value" on an
2003 Nov 05
2
Migrating from Samba2.2.8a+LDAP+PDC to Samba3+ldapsam
Hi, and thanks in advance for your support (sorry my english) Is there any documentation for migrating Samba 2.2 with LDAP and PDC suport to Samba3 with PDC and LDAPSAM? I try to explain the situation: Only one server running Mandrake 9.2 + Samba 2.2.8a with ldap support (from precompiled contrib); and I wish to migrate to Samba3+LDAPSAM. My real problem is that I must use ldap because I also use
2003 Sep 11
3
samba 3.0 with ldap / sambaSID
Hello, I'm lloking for a way to convert my company's existing samba2.2 ldap backed service to samba 3.0. What's particulary making me curious is the sambaSID. As I've read it is the unique identifier of a PDC in the windows world. So, how does samba3 generate this? Is it supposed to be changed by the admin or is it determined by samba on the first startup? Any pointer to a doc
2004 May 07
1
Upgrading from 2.2.7 to 3.0.3
Is there a how-to out there which could walk me through upgrading a working Samba 2.2.7/Openldap server to Samba 3.0.3/Openldap server? I can get Samba 3.0.3 and Openldap to work with a new install however when I attempt to import my old LDAP database I have to change the user's password and rejoin the workstations to the domain. Do I have to do this or should it be pretty seamless? I
2016 Dec 26
1
Multiple simplifycfg pass make some loop significantly slower
Hi all, I am noticing a significant degradation in execution performance in loops with just one backedge than loops with two backedges. Unifying the backedges into one will also cause the slowdown. To replicate this problem, I used the C code in https://gist.github.com/sklam/11f11a410258ca191e6f263262a4ea65 and checked against clang-3.8 and clang-4.0 nightly. Depending on where I put the
2004 Jun 15
8
a better smbstatus for monitoring samba ?
Hello, does anyone know if there is a tool in existence that can monitor samba shares like smbstatus but is much more advanced (and runs in console) , I mean a tool that has menues, some search options, and things sorted out nice. A Samba realtime monitor would be the best thing with lots of details and lots of options. I tried Swat, but that aint really a solution to watch who is connected
2007 Nov 19
2
All nonnegative integer solution
Dear all, Is there any method in R to find all possible nonnegative integer solutions to the linear equation with unit coefficients as follow: X1+X2+...+Xk=N Thank you, Amin Zollanvari
2008 Sep 09
3
Modality Test
Dear Readers: I have two issues in nonparametric statistical analysis that i need help: First, does R have a package that can implement the multimodality test, e.g., the Silverman test, DIP test, MAP test or Runt test. I have seen an earlier thread (sometime in 2003) where someone was trying to write a code for the Silverman test of multimodality. Is there any other tests that can enable me to
2005 Jun 02
4
Net > DMZ and AllowFTP
I am trying to get the AllowFTP action to work for Net > DMZ traffic and FTP pasv. I know it is kind of working, as the user can log in, however, it fails at the port. I have had to open up some high ports for pasv to work. Now I know this aint cool, so does anyone know what a person has to do to get the AllowFTP action to work the same way it does if I was just ftp to the firewall, which does
2008 Aug 20
2
Re: undefine "require_gem"
On 20 Aug 2008, at 13:47, Amin Shah wrote: > > Frederick Cheung wrote: >> On 20 Aug 2008, at 13:41, Amin Shah wrote: >> >>> update, boot.rb replace the "requiregem" etc. But still don''t get at >>> any >>> success. >>> >> require_gem is just gem now. >> >> Fred > > Thanks for your reply, > So at
2003 Dec 10
4
Sipura SPA2000 & Asterisk & latest firmware (1.0.18)
All, If you currently own a Sipura SPA2000, avoid going to the sipura website and upgrading the firmware. I upgraded my SPA2k a couple of days ago from 1.0.9 (what it came with) to 1.0.18 off the site, and I am having issues with my SPA rebooting itself every 3-10 minutes for no apparent reason. I have been in touch with the *excellent* sipura support folks, and they are working with me to
2017 Jun 18
2
About error bars on barplots
Hi R users, I have a question about adding uncertainty bars to stacked bar plots. DF: year A B C Amin Amax Bmin Bmax Cmin Cmax 2009 40 45 15 30 61 23 56 14 17 2010 36 41 23 26 54 22 51 22 24 I use the code below: DF.refm = melt(subset(DF[,c(1:4)]),id.vars='year',variable_name='Legend') fig1 =
2008 Jul 29
2
Panel of pie charts
Hi , I am looking to making a panel of pie charts fo some of my dritribution data . I was wondering if there is a way in any R package to write a small script to do so. Thanks, Amin [[alternative HTML version deleted]]
2013 Feb 06
2
calculating odds ratio in logistic regression with interaction terms
Dear all, How can i obtain odds ratio in logistic regression when the model contains interaction terms in R? how can i obtain OR for a special case? Thanks in advance for any help. Amin
2006 Aug 20
4
[LLVMdev] bytecode didn't read correctly under cygwin
Hi! I'm trying to run "llc" tool on files from "test" subdirectory of LLVM root. I compile source files with the following line: llvm-gcc -c -ocompiled.o ackermann.c Then I run llc like the following: llc compiled.o which outputs llc: bytecode didn't read correctly (I mean, I try it with different options but even the default ones aint working) My llvm-gcc
2008 Jul 17
2
We ain''t got no RSpec
Hey Guys, This last week on the Rails Envy Podcast we received an "interesting" voicemail. Jason encouraged me to make a remix, and I think you guys will appreciate what resulted. If you have a few minutes and need a good laugh, see here for the voicemail and the remix: http://www.railsenvy.com/2008/7/17/we-aint-got-no-rspec -Gregg -- Posted via http://www.ruby-forum.com/.
2001 Sep 21
1
Wine runing Diablo2 LoD fine, but no keyboard input
Hello, I was just so happy to have Diablo2 LoD in a 800x600 window under KDE 2.2.1 runing. It's quite smoth and even BNet connection on our privat Linux BNETD Server works. So just everything works fine (aint got sound, but I don't care), except for the whole keyboard, no input possibel. What's wrong with my Wine instalation? The debug output tells me about a language problem and
2001 Nov 14
1
dreamweaver
any1 got dreamweaver 3 or 4 working with wine every time i try running it loads up asks for serial i enter it then it segfaults . if it cant be done do you know of a html editor for linux up to the standards of dreamweaver all the ones i have come across so far aint brilliant infact some i would call cack might as well just open emacs and code myself but like dreamweaver cos i can get pro
2009 May 04
6
how do i know what my hostname is in wine?
hi, it seems wine aint using my linux hostname so how do i know what hostname is using? There used to be a config file with the network settings but I dont know how that works now.. thanx