Displaying 20 results from an estimated 2000 matches similar to: "Seeking documentation for SAMBA3+LDAP but NOT PDC"
2003 May 08
3
FreeBSD5 make world fails
Hi!
I've installed FreeBSD5 (i386). I've synced src tree via cvsup
(RELENG_5) and tried to build world.
But in the process I got the following error:
/usr/src/secure/lib/libcrypto/i386/des-586.s:2363:33: warning: null
character(s) ignored
{standard input}:2367: Error: invalid character '=' in operand 1
*** Error code 1
Stop in /usr/src/secure/lib/libcrypto.
*** Error code 1
2013 Apr 28
1
flac-dev Digest, Vol 101, Issue 24
Compiling on OS X 10.8 x86_64 as we speak.
On Sun, Apr 28, 2013 at 3:00 PM, <flac-dev-request at xiph.org> wrote:
> Send flac-dev mailing list submissions to
> flac-dev at xiph.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.xiph.org/mailman/listinfo/flac-dev
> or, via email, send a message with subject or body
2013 Apr 28
7
Pre-release 1.3.0pre4 (hopefully the last)
Hi all,
I have tagged 1.3.0pre4 in git and provided a tarball here:
http://downloads.xiph.org/releases/flac/beta/flac-1.3.0pre4.tar.xz
I have built and tested the git tree on:
linux-x86_64
openbsd5-i386
freebsd5-i386
as well as successfully cross compiling from Linux to 32 and 64 bit
MinGW.
As far as I am concerned, the only thing left to do for this release
is to update the
2003 May 11
1
No subject
Hi all!
Short question: could anyone point me to documents regarding topics:
jails! & nat & (ipfw|ip tables) - I'm in process to build a new system...
Planned layout:
NET---router/nat-----gateway:freebsd5.x/nat--------inner net
| | |
| | L- apache/php (lo_alias1)
| L------ mail server (lo_alias2)
2006 Dec 04
2
erroneous warning in hist (PR#9408)
Full_Name: Alex Deckmyn
Version: 2.4.0
OS: linux
Submission from: (NULL) (193.190.63.62)
specifying the "right" option in hist results in a warning when plot=F. The
option is taken into account correctly, but a warning is issued anyway. When
plot=T there is no warning.
> hist(c(1,1.5),breaks=0:4)$counts
[1] 1 1 0 0
> hist(c(1,1.5),breaks=0:4,right=T)$counts
[1] 1 1 0 0
>
2010 Jan 14
1
Logical function
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20100114/da4bc580/attachment.pl>
2018 Dec 04
2
WinbinD no longer available in Samba 4.7.6
On Tue, 4 Dec 2018 09:59:14 +0100
"L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:
> Hai,
>
> > -----Oorspronkelijk bericht-----
> > Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> > Konstantin Boyandin via samba
> > Verzonden: dinsdag 4 december 2018 6:35
> > Aan: samba at lists.samba.org
> > Onderwerp:
2018 Dec 04
1
WinbinD no longer available in Samba 4.7.6
On Tue, 04 Dec 2018 16:44:55 +0700
Konstantin Boyandin via samba <samba at lists.samba.org> wrote:
> Rowland Penny via samba писал 2018-12-04 16:28:
> > On Tue, 4 Dec 2018 09:59:14 +0100
> > "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:
> >
> >> Hai,
> >>
> >> > -----Oorspronkelijk bericht-----
>
2004 Oct 31
2
file locking/sharing
Hi,
I m using Samba 3.0.4. The problem is the if user1 created his file in
the Public directory, the new file has the user name of user1 with
permission 770 on the new file.
User2 can read and write to the file as well, but it doesn't change the
ownership of the new file. After the new file has been modified by
user2, the new file's ownership still displayed as user1.
The second
2006 May 02
2
Uninstalling RUBYGEMS
Hi,
does anyone know how to uninstall rubygem?
I installed and it had the notorious hanging problem that no one seems
to have an answer to.
So I am going to attempt to install Rails without gems.
Could someone point me in the right direction if you would not answer
me? =)
Regards,
Edmund
--
Posted via http://www.ruby-forum.com/.
2002 Jul 03
1
complex numbers in library function (PR#1737)
Full_Name: Alex Deckmyn
Version: 1.5.1
OS: Linux Mandrake 7.0
Submission from: (NULL) (193.190.63.62)
A short function in a library contains the complex number -2i :
phihat <- function(x)
{
x+ (-2i)
}
If i read the source file with source("phihat") this works fine. If I include it
as
a function in a library and read it with library(test), the function is still
read
2018 Dec 04
4
WinbinD no longer available in Samba 4.7.6
Hello,
Using Samba 4.7.6 (from standard repository) on Ubuntu 18.04.
After recent update, winbind failed to update, until I disabled it (it
didn't start anyway). When run as
# winbindd -d 9 -i
it prints in the end:
server role = 'active directory domain controller' not compatible with
running the winbindd binary.
You should start 'samba' instead, and it will control
2003 Sep 12
0
Seeking advice: ADS domain, Samba3 server locally and via WAN
Hello,
from the Samba3 docs I learnt that Samba currently cannot function as an
ADS "secondary" domain controller.
Imagine the following setup:
At location A of a company, I have a W2K ADS domain controller and a
Samba3 machine as an ADS member server. Connectivity is via 2Mbit to the
Internet.
At location B, which is located in another country and connected to the
Internet with a
2004 Nov 18
0
Trouble compiling / using mysql plugin on FreeBSD 4.8
I was following docs from
http://ftp.easynet.be/samba/docs/man/Samba-HOWTO-Collection/passdb.html#mysq
lsam
But I?m stumped
I?m running FreeBSD 4.8, and need to create a mapped relationship between
SOME windows users and SOME freebsd users
I got Samba 3.0.8 running based on :
./configure --with-krb5=/usr/heimdal
And everything works if I manually add matching Windows usernames to my
etc/passwd,
2004 Dec 16
2
ldap machine suffix fixed?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Did ldap machine suffix ever get fixed so that it can be in a sperate
container from ldap user suffix?
Jim C.
- --
- -----------------------------------------------------------------
| I can be reached on the following Instant Messenger services: |
|---------------------------------------------------------------|
| MSN: j_c_llings @ hotmail.com AIM:
2003 Sep 16
1
Samba3, LDAP and FreeBSD 4.8 : need for NSS ?
Hi all,
another French guy learning, don't bash me too hard... ;-)
In fact, I'm in need of a confirmation : I'm on the way to create a Samba3+LDAP
(new schemas) PDC server (no migration from NT4 nor 2K, only from an old Samba 2.0
with security=user using /etc/passwd, ie. no encrypt password).
This Samba3 should be hosted on a FreeBSD 4.8 (ie. pam_ldap can work, I tested it
today, but
2016 Oct 12
0
Replacement pdc samba3 to samba4 nt classic
Am Mittwoch, 12. Oktober 2016 schrieben Sie:
> Thanks to your help, earned.
>
> 1. I reinstalled ldap
>
> 2. remove all entries except sambaDomainName
According to your logs, you have had three entries
> 2. smbldap-populate
>
> 3. /usr/local/sbin/smbldap-passwd -s root
>
> 4. net rpc join -S 127.0.0.1 -U root%secret
>
> 5. restore from a backup of users,
2018 Dec 04
0
WinbinD no longer available in Samba 4.7.6
Hai,
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Konstantin Boyandin via samba
> Verzonden: dinsdag 4 december 2018 6:35
> Aan: samba at lists.samba.org
> Onderwerp: [Samba] WinbinD no longer available in Samba 4.7.6
>
> Hello,
>
> Using Samba 4.7.6 (from standard repository) on Ubuntu 18.04.
>
> After
2004 Apr 24
0
Samba3, LDAP and FreeBSD 4.8 : need for NSS ?
Hi,
I found your posting below... I am in a very similar situation and just
want to understand what this means a little better. I have compiled
openldap and samba on a netbsd box... Not sure if your aware, but nsswitch
on netbsd is not modular, and ldap is not an option for the name service
backend. (freebsd and linux are not options since its not an x86 box I'm
using) Anyway, my ldap
2016 Oct 11
0
Replacement pdc samba3 to samba4 nt classic
Am Dienstag, 11. Oktober 2016 schrieben Sie:
> On 11.10.2016 13:52, Harry Jede via samba wrote:
> > On 10:43:49 wrote Gavrilov Aleksey via samba:
> > Until now, you have destroyed your domain.
> > Is the ldap directory on localhost in production or is this pc in a
> > test lab?
>
> a copy of the old server ldap
>
> >> How do I introduce a new PDC in a