Displaying 20 results from an estimated 3000 matches similar to: "Unknown parameter encountered: "ads server" - Samba in ADS."
2002 Dec 08
7
Has anybody got ACL to work w/ debian, winbindd in a w2k mixed domain?
Im seriously thinking about changing dist. due to acl won't work as they
should with debian woody. Ppl also tell me this is because of some bug in
debian. So, as the subject says, anybody got acl to work w/ debian 3,
winbindd in a domain? If not, hello redhat..
Jacob
_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online
2004 Nov 24
3
Automatic file reading
Hi,
I want to do automatic reading of a number of tables (files) stored in
ascii format
without having to specify the variable name in R each time. Below is an
example
of how I would like to use it (I assume files pair1,...,pair8 exist in
spec. dire.)
for (i in 1:8){
name <- paste("pair",i,sep="")
? ? ? <-
2009 Jul 09
6
Active Directory Integration Problems
Hello everyone,
I have setup Samba 3.0.28a on an Ubuntu 8.04 server. The setup that I
am working with is an exact copy (as far as I can tell) if an identical
installation that I did on a test box. Kerberos is setup and working
properly. I can use kinit to issue tickets. The box has been
successfully joined to the Active Directory domain. I can enumerate AD
users and groups. I can log
2003 Oct 12
7
rsync.h always including syslog.h even when not used.
Hello,
rsync.h is always including the syslog.h file, even though it is only
used when the LOG_DAEMON macro is defined.
Could someone change it to be as follows:
#ifdef LOG_DAEMON
#include <syslog.h>
#endif
OpenVMS currently does not have a syslog facility, so it does not have a
syslog.h.
Thank you,
-John
wb8tyw@qsl.net
Personal Opinion Only
2002 Nov 21
2
Subject: Error join NT domain
SUBJECT: [samba]Error join NT domain
when I join NT domain by the command :smbpasswd -j DTWX -slaver,Then the results show as followed
[root@root] #smbpasswd -j DTWX -slaver
cli_nt auth2 :Error NT_STATUS_NO_TRUST_SAM_ACCOUNT
Failed to change passwd f or domain DTWX
Unable to join domain DTWX
[root@root] #
2006 Feb 01
1
secure channel & ntlmssp in 3.0.21b
hello
Apparently something seems to be changed since 3.0.20b.
I have two servers: one domain PDC and one domain member server
On both servers I had set
server schannel = No
client schannel = No
I installed 3.0.21b and I could no longer make connections to shares
defined on the domain member server
When I tried to add another server to the domain I got this error
[root@ls-cc3-tst samba]# net
2002 Jan 02
3
2.5.1pre3 - Bugs in configure script / config.h.in breaks build.
Compaq C 6.5
OpenVMS Alpha 7.3
The config.h.in template file is missing the line:
#undef HAVE_INET_NTOP
This caused the resulting CONFIG.H on OpenVMS to not test for the
existance of the inet_ntop() routine in it's system tables.
This configure bug exposed that the prototype in inet_ntop() in RSYNC.H
does not match the one in the Compaq C header files. This stopped the
build. I am
2002 Apr 15
3
Initial debug of client - Need command line help
I am trying to debug the RSYNC client and server by single stepping
through them.
The server seems to ok up to the point where it is waiting for the
client connection.
On the client side, I am having trouble finding the right options so
that it will connect up to the local server with out fork() a copy of
itself or trying to exec the rsh command.
This is on RSYNC 2.5.5 on OpenVMS Alpha.
If
2001 Aug 14
1
malloc() with out free() in popt (2.4.7pre)
I am still chasing this down, but in doing the build for OpenVMS,
I have discovered that one of the popt modules is using HAVE_ALLOCA_H
to determine if the alloca function is on a platform.
That is not a good assumption. Compaq C does have an alloca() built in
(slightly different symbol name, I assume because of symbol naming rules
in the C standard.)
Because alloca is a non-standard
2005 Feb 13
2
#include <inttypes.h> missing for 64 bit integers.
The Open Group Single Unix standard shows that the data types int64 and
uint64 are defined in the inttypes.h header file.
Rsync is not including this file, nor is there a feature test for this
header file in the configure phase, but rsync is using these data types.
-John
wb8tyw@qsl.net
Personal Opinion Only
2003 Aug 02
2
rsync on Windows 2000?
What is the status of rsync on Windows 2000?
I was looking to install it on my test system, and the download
directory has a readme file that says I need the cygnus gnu-win32 library.
The link refers me to the index page for cygnus, with no way to get to a
download area. A google search shows many mirrors of the download
directory. All I have checked are completely blank.
I will confess
2003 Sep 21
1
How to join a win2k-domain using Samba 2.*
The documentation that I found regarding this issue wasn't that good - it didn't help me that much. Later on I managed to join the win2k-domain after a lot of work. Thus I'm writing this letter in order to help people who were in my situation.
This was my problem and the solution I devised for it:
I was using samba-2.2.3a (debian package) and the windows-domain I tried to join is
2012 Mar 05
0
Samba4: Unknown parameter encountered: "secrets database"
Hi
I'm transferring some acl's. They seem to work OK but I get an error.
e.g. copying the acl from directory sd to directory sd2:
samba-tool ntacl get --as-sddl sd
2001 Oct 28
1
samba 2.2.2: Unknown parameter encountered: "use client drivers"
Hey
This keeps popping up with testparm
Unknown parameter encountered: "use client drivers"
Ignoring unknown parameter "use client drivers"
same with
disable spoolss
theses are both new features in 2.2.2 and I kinda need em
any ideas?
Adam
2013 Feb 20
1
GC encountered a node (…) with an unknown SEXP type
Dear All,
I'm trying to track down a very erratic bug in some fortran; I have an example that
quite consistently segfaults on windoz, and more sporadically on mac, all in the
course of doing some bootstrap calculations, varying the set.seed call, but I'm now
trying to see what is going on on our redhat system:
R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows"
2002 Jun 26
0
Unknown parameter encountered...etc...
Hey everyone!
Would appreciate any help on this one. Basically, I'm getting
the below error message when trying to add a user to samba. I know I
compiled samba with the -with-ldapsam support. Am I just using the wrong
commands to bind samba with ldap?
Any URL , DOC, Comments appreciated.
Thanks!
smbpasswd -a user1
Unknown parameter encountered: "ldap bind
2002 Nov 11
1
How to join a linux machine to a Active Directory Domain using Samba.
Hi,
having read through tons of different how-to's about how to do this specific
task has made me quite sick. Do someone know a good guide for this or can
she/he make a quick how-to? I am atm using samba 3.0 alpha 20 but I gladly
change to 2.xx if that would do the trick. Anyone?
regards,
Jacob Malmberg
_________________________________________________________________
MSN 8 helps
1998 Dec 15
2
SAMBA 2.0 Packaging request
I do not know how many others are in this case, but I must use either floppies
or tapes to transport the Samba product after I download it.
Floppies are more convenient than tape because the tape medium is TK50 on
OpenVMS and it is very slow.
Is is possible to produce the production release in a two archive set so that
it can be more easily sneaker-netted?
Thank you, John Malmberg
2003 Apr 29
10
Samba - User Authentication
Hi Robert and List,
As you told me I upgrated to Samba 2.2.5 because I'm doing the test with a
machine which has RedHat 8.0 and this RedHat version comes with it....
Anyway.....
So I made the procedure step by step but I haven't found how to make my
Windows 2000 users (PDC) can access the Linux shared folder and this is
what I've done:
My smb.conf looks like this:
[global]
2002 Jan 07
2
rsync-2.5.1 / popt patches
The following popt files need patches in order to compile using Compaq C
on OpenVMS. These patches should also be needed on a Tru64 or LINUX on
ALPHA using Compaq C. Except for the alloca issue, these should work on
any ANSI compliant compiler.
Operating System: OpenVMS ALPHA V7.3
Compiler: Compaq C T6.5
Compiler switches: /WARN=ENABLE=(LEVEL4, QUESTCODE)
SYSTEM.H is doing tests on