similar to: LDAP/Samba on RHEL6

Displaying 20 results from an estimated 1000 matches similar to: "LDAP/Samba on RHEL6"

2010 Jan 09
2
winbindd error:
Can anyone tell me what might be going on here? Thanks in advance David : Jan 9 22:02:15 dns1 winbindd[19219]: [2010/01/09 22:02:15, 0] winbindd/idmap.c:smb_register_idmap_alloc(201) Jan 9 22:02:15 dns1 winbindd[19219]: idmap_alloc module tdb already registered! Jan 9 22:02:15 dns1 winbindd[19219]: [2010/01/09 22:02:15, 0] winbindd/idmap.c:smb_register_idmap(149) Jan 9 22:02:15 dns1
2011 Jun 08
1
Problem with IDMAP+LDAP+WINBIND
Hello, I have problem with idmap configuration. I would like to use LDAP as backend for idmap in Samba+ADS environment, but i have following errors in log.winbindd-idmap: [2011/06/08 16:57:54.805575,? 0] winbindd/idmap.c:201(smb_register_idmap_alloc)????????????????????????????????????????????????????????????????????????????????? ? idmap_alloc module ldap already
2014 Mar 18
3
Tar Compression issue
I have a file Server CentOS 5.10, its on the internet, so I compress all csv into one file using (tar -czvf compressed_files.tar.gz *.csv) on this server so that I can download them as one compressed file to save bandwidth, Disk space on this server available is 50Gig, so when I copy the files onto Redhat EL 5.9 and decompress them using (tar -zxvf *.gz) It decompresses maybe 80% then get error:
2011 Feb 04
0
PAM authentication with winbind and AD
All, After two days of googling, reading, swearing and cursing, I am finally admitting I cannot solve this one. I have three production FreeBSD servers running various network utilities (DHCP, bacula, zabix, syslog, rsync). These have been running fine for several years. As a primary Windows domain (accounting firm. Not much choice), I like to centralize all logins into AD which is currently
2010 Nov 11
1
ntlm_auth = NT_STATUS_NO_LOGON_SERVERS: No logon servers (0xc000005e)
I had to downgrade samba on a rh5.5 instance due to ntlm_auth not working properly: https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=561325 Now, when I add the computer to the domain ('net ads join ?U Administrator') it seems to work, is visible on the AD interface, but the logs show an error: Nov 11 16:03:22 rhclient winbindd[4483]: [2010/11/11 16:03:22, 0]
2012 Mar 13
1
p-value of the pooled Z score
Hello, I have to compute the pooled z-value and I would like to know which way is more appropriate b <- c( -0.205,1.040,0.087) s <- c(0.449,0.167,0.241) n <- c(310, 342, 348) z <- b/s Z <- sum(z)/sqrt(length(n)) P <- 2*(1-pnorm(abs(Z))) P w <- sqrt(n) Zw <- sum(w * z)/sqrt(sum(w^2)) Pw <- 1 - pchisq(Zw * Zw, 1) Pw Many thanks in advance, Cheba [[alternative HTML
2009 Feb 13
3
[LLVMdev] Modeling GPU vector registers, again (with my implementation)
It seems to me that LLVM sub-register is not for the following hardware architecture. All instructions of a hardware are vector instructions. All registers contains 4 32-bit FP sub-registers. They are called r0.x, r0.y, r0.z, r0.w. Most instructions write more than one elements in this way: mul r0.xyw, r1, r2 add r0.z, r3, r4 sub r5, r0, r1 Notice that the four elements of r0 are written
2010 Dec 13
1
Winbindd log error
Hello everyone I have a Debian Lenny running Samba 3.4.7 + OpenLDAP as PDC. I'm having trouble with Winbind. He logs so much messages that my disk is almost full! here is the log: Dec 13 16:18:14 fileserver smbd[10017]: [2010/12/13 16:18:14, 0] lib/util_sock.c:539(read_fd_with_timeout) Dec 13 16:18:14 fileserver smbd[10017]: [2010/12/13 16:18:14, 0]
2010 Nov 22
0
samba server in Microsoft Domain, many errors in logs
hi all, i'm not expert with Samba integration into domain. I did setup many servers acting with local auth that were running very fine. We've a Windows 2008 acting as Domain controller. So to not create more login/password to users, i decided to authenticate using Active Directory. The shares work, but sometimes users failed to access. The server is running Debian stable Lennny. The
2009 Jul 11
2
Trouble with idmap_ldap in 3.3.6
Hello everyone, We've been running Samba for years, and with the exception of IDMAP, we've been very happy. Well, now we have a real need to keep this information in a shared DB, so I'm trying to set up the idmap_ldap plugin. I *think* I have lookups working correctly-- at least, I can see that Samba is contacting the LDAP directory. But since there's nothing actually
2010 Apr 30
0
Why do Interdomain trusts try to use kerberos
I have setup a test PDC with samba 3.4.7 on a fedora core 12 linux machine. I have setup two way interdomain trusts with a Windows 2008 domain. The domain and forest functional levels are Windows 2003. Since the samba machine is not emulating an Active Domain Controller, the Windows 2008 machine should think it is talking to an NT4 server. And since NT4-based domains don't use
2010 May 04
1
interdomain trusts / wbinfo and listent_recv: returned no users
As per earlier post, I was having problems getting trusts setup between my Samba domain (3.0.x PDC, 3.4.x BDC on Solaris 10) and two Active Directory domains (each in a separate forest.) One domain is a test Win 2003 PDC in native Win 2003 mode, the other is a Win 2008 system also in native Win 2003 mode. To summarize some of the progess- things work better if the Samba 3.4 is the PDC,
2011 Aug 09
1
Ldapsam Editposix & idmap help required
Hi, I am more or less following this tutorial Ldapsam Editposix = http://wiki.samba.org/index.php/Ldapsam_Editposix but can't quite get my domain to work. I think the issue is with the idmap part of the smb.conf but can't quite figure out what's wrong with it or what the correct format should be. My SMB.CONF file.... #interfaces = lo0 em0 127.0.0.1 bind interfaces only = no
2005 Dec 15
3
[LLVMdev] Vector LLVM extension v.s. DirectX Shaders
Dear all: To write a compiler for Microsoft Direct3D shaders from our hardware, I have a program which translates the Direct3D shader assembly to LLVM assembly. I added several intrinsics for this purpose. It's a vector ISA and has some special instructions like: * rcp (reciprocal) * frc (the fractional portion of each input component) * dp4 (dot product) * exp (exponential) * max, min These
2007 Jan 11
3
batch job GLM calculations
Hello I want to batch job the calculation of many GLM-models, extract some values and store them in a file. Almost everything in the script below works (read file, extract values and write them to file) except I fail in indexing the GLM with the modelstructure it should run. Running GLM's conventionally is no problem. Conventionally a GLM is calculated as:
2011 Jan 17
3
Winbind uselessly using up Idmap range in ldap
Hi, We have just managed to get winbind behaving correctly in a Samba domain with Samba member servers with help from Sernet. It is now not adding spurious entries for the "own domain". However, a member server keeps trying to add group mappings that already exist in the LDAP idmap ou. This would not be a problem, apart from the fact that every time it fails adding an entry, the
2010 May 02
0
Why do Interdomain trusts try to use kerberos - updated
On my test Samba PDC, I updated the krb5.conf file to add realm info for the Windows 2008. This seems to have resolved my "wbinfo" issue. "getent passwd" is still not working (I did update nsswitch.conf) but I suspect this is because of an idmap allocation issue. The syntax for idmap allocation in smb.conf seems to change between 3.0, 3.2, 3.3 and 3.4. I have also tried
2009 Jan 28
6
unsubscribe
Nyarai Tunjera ICT Director Gateway Primary School Box EH 121 Emeraldhill Zimbabwe www.gatewayprimary.co.zw Forever God is Faithful Be exalted oh GOD above the heavens Let your Glory fill ALL the earth. Great is OUR God -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -------------- next part -------------- An HTML attachment was
2009 Nov 10
2
Samba 3.4.2 Winbind problem IDMAP GID range full
Hello all, after migration from 3.0.26a to 3.4.2 we get lots of the following messages in our winbind-idmap logfile. Has anybody seen this before? [2009/11/10 10:51:14, 0] winbindd/idmap.c:201(smb_register_idmap_alloc) idmap_alloc module ldap already registered! [2009/11/10 10:51:14, 0] winbindd/idmap.c:201(smb_register_idmap_alloc) idmap_alloc module tdb already registered! [2009/11/10
2009 Sep 06
0
No subject
[2009/11/18 12:41:05, 1] winbindd/idmap.c:438(idmap_init_passdb_domain) Could not init passdb idmap domain [2009/11/18 12:41:05, 1] winbindd/idmap_tdb.c:214(idmap_tdb_load_ranges) idmap uid missing [2009/11/18 12:41:05, 0] winbindd/idmap.c:201(smb_register_idmap_alloc) idmap_alloc module tdb already registered! [2009/11/18 12:41:05, 0] winbindd/idmap.c:149(smb_register_idmap) Idmap