Displaying 11 results from an estimated 11 matches similar to: "SAMBA AIX Authentication using LDAP"
2007 Mar 27
1
probleme d'installation de samba sur AIX 5.3 et accés LDAP
good morning,
We belong to PSA Peugeot Citroen Company and we need to install SAMBA on OS
AIX5.3 with LDAP access. We download the SAMBA binaries 3.0.21 but in this
version, we could not find the libraries for LDAP ACCESS. Could you tell us
, if we have to download another version or where we can find the library
for version 3.0.21.
Further more , do you know if we can find a french company
2008 Sep 03
1
DO NOT REPLY [Bug 5732] New: xattrs.test calls wrong rsync
https://bugzilla.samba.org/show_bug.cgi?id=5732
Summary: xattrs.test calls wrong rsync
Product: rsync
Version: 3.0.4
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: petr.uzel@suse.cz
QAContact:
2003 Dec 30
4
Assignments in loops
Greetings all. Any help with the following would be appreciated.
I want to create a data frame for each file in a directory. The following
code does not work but it may show what I am trying to do:
carmakes <- c('BMW','Chrysler','Citroen','Fiat','Ford','Holden','Honda',
2005 Aug 17
0
HELP - Can't See the Forest for The TREES???
Mates,
I have configured samba 100 times, but this time, I'm doing something
increadibly stupid that I just cannot see. Please HELP! I'm about to
jump......
Background,
Old samba sever (nemesis) being replaced with new one (bonza). Both are
up and operating. All networking is OK, Name resolution is fine, etc. The
problem is that all users can see all the shares on the
2004 Sep 24
1
Compile from source FAILED - Mandrake 7.2
Mates,
The saga continues, but THANK GOD 'make revert' WORKS. Here is my
problem. I am trying to compile 3.0.7 from source and install it on my
Mandrake 7.2 box. The gcc compiler is 2.95.3. Here is what I have done:
[stop samba]
# ./configure --prefix=/usr --with-smbmount
# make
# make install
# /etc/rc.d/init.d/smb start
Here is what I get:
[root@Nemesis david]# tail
2004 Sep 25
1
Printer Share Not Shown by smbclient on 3.0.7
Mates,
What would cause smbclient not to list my printer share?? (mandrake 7.2,
2.2.19 kernel)
[david@Nemesis david]$ smbclient -U% -L localhost
Domain=[RB_LAW] OS=[Unix] Server=[Samba 3.0.7]
Sharename Type Comment
--------- ---- -------
guillory Disk David Guillory
Bertin Disk Darren Bertin
Rankin
2004 Sep 25
0
mdk 7.2 init.d script Mystery....
James,
I have sent this to you directly and cc:ed the list for reasons that
should become apparent below.
THE SITUATION
OS: mdk 7.2, 2.2.19 kernel - basically bone stock
Latest addtions: samba 3.0.7-1 compiled from source (working fine);
cups-1.1.18-1 from mdk rpm
Reasons for additions: XP SP2 fun and games
THE MYSTERY
As any normal person does, I use
2008 Mar 02
0
Runtime error
Hi everybody!
I try to implements Self-Organizing Maps with R and the Kohonen package.
I have made an algorithm that try differents width and height. For each
step, Silhouette index, Davies-Bouldin index and Dunn index are computed.
However, there is always after severals minutes a *Runtime error* appears on
the window:
Microsoft visual c++ runtime library
"this application has requested
2012 Jul 15
0
[LLVMdev] Issue with Machine Verifier and earlyclobber
I think I'm getting a bit closer to the problem. I've found that the call
to InlineSpiller::foldMemoryOperand() inside
InlineSpiller::spillAroundUses() is causing the problems.
As a test, I removed that call and with your yesterday's patch I'm not
getting any errors at all, the code generated is the same one as with the
call. This is happening when
2007 Jul 05
2
[LLVMdev] PATCH (rest of code changes) "bytecode" --> "bitcode"
Here is the bulk of the sanitizing.
My residual doubts center around the question
whether we still do/want to support (un)compressed *byte*code
in 2.0/2.1.
I need a definitive word on this to proceed.
My understanding is that bytecode is already gone, but there are
still some functions/enums that really deal with *byte*code
(instead of *bit*code).
I did not touch those areas, so the attached
2004 Dec 03
4
vector to matrix transformation
Dear,
Some analysis (linear regression) can only be
done from a vectorized dataset whereas others
require a matrix (Mantel tests). I use the two
analyses and thus need to format my data in
matrix and vector. I spent some time trying to
solve the problem and I just gave up. Did anyone
knows how to transform a matrix into a vector and
back-transform a vector into a matrix?
Thanks by