Displaying 20 results from an estimated 200 matches similar to: "samba4: "net ads join" fails (samba4 DC)"
2015 Aug 28
1
AWS AD Connector and Samba4
Hi,
we want to access our Amazon/AWS Console using users from our internal samba4 directory service. So we tried to connect to our samba4 via the AWS AD Connector.
Connection (bind) is ok, but no users/groups are found. Via tcpdump/wireshark we found this query/answer pair:
Query from AD Connector
LDAPMessage searchRequest(5) “dc=companyname,dc=com" wholeSubtree
Filter:
2007 Sep 19
1
v1.1 alpha6: Log synchronization error ... Append with UID 0
Hi.
I am testing E-mail delivery by using dovecot 1.1 alpha6.
But, The following message(syslog) is output while receiving mail.
And, I'm try to looked for this reason in that source code.
Hum...
I think
why the deliver is not using a 'MAILBOX_TRANSACTION_FLAG_ASSIGN_UIDS' flag.
# deliver/deliver.c:142::deliver_save() function - calling mailbox_transactio
n_begin()
The
2007 Sep 16
3
v1.1.alpha6 released
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha6.tar.gz
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha6.tar.gz.sig
Most importantly doesn't crash anymore if both pop3 and imap aren't
used. :) I'm hoping people won't find anything too bad from this release
anymore, so I'll release v1.1.beta1 in a week or so.
I also finally did some larger API changes and code
2009 Jan 21
2
[Announce] Samba 4 alpha6 Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
We are proud to finally announce another alpha release of Samba 4.
What''s new in Samba 4 alpha6
============================
Samba 4 is the ambitious next version of the Samba suite that is being
developed in parallel to the stable 3.0 series. The main emphasis in
this branch is support for the Active Directory logon protocols used
by
2009 Jan 21
2
[Announce] Samba 4 alpha6 Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
We are proud to finally announce another alpha release of Samba 4.
What''s new in Samba 4 alpha6
============================
Samba 4 is the ambitious next version of the Samba suite that is being
developed in parallel to the stable 3.0 series. The main emphasis in
this branch is support for the Active Directory logon protocols used
by
2010 Feb 07
1
Samba 4: permissive modify fails
Hello,
I have a Samba 4 (alpha 11) server acting as an AD and a Samba 3
client as a domain client, both runing under FreeBSD. To add an SPN
for the client I run the command "net ads keytab add HTTP". There is
no output but "net ads keytab list" does not show that SPN. Sniffing
the network traffic I see that the client uses the control
LDAP_SERVER_PERMISSIVE_MODIFY_OID with the
2010 Jan 31
2
Using apply function on duplicates in a data.frame
Dear R-Helpers,
I have a data.frame (df) and the head of data.frame looks like
ProbeUID ControlType ProbeName GeneName SystematicName
1665 1577 0 pSysX_50_22_1 pSysX_50 pSysX_50
5422 5147 0 pSysX_49_8_1 pSysX_49 pSysX_49
4042 3843 0 pSysX_51_18_1 pSysX_51 pSysX_51
3646 3466 0 sll1514_0_2 sll1514 sll1514
2004 May 06
5
Orthogonal Polynomial Regression Parameter Estimation
Dear all,
Can any one tell me how can i perform Orthogonal
Polynomial Regression parameter estimation in R?
--------------------------------------------
Here is an "Orthogonal Polynomial" Regression problem
collected from Draper, Smith(1981), page 269. Note
that only value of alpha0 (intercept term) and signs
of each estimate match with the result obtained from
coef(orth.fit). What
2005 Dec 11
1
inotify.h not found
Hi,
dovecot (1.0.alpha5) won't compile with inotify support because
inotify.h can't be found. I'm running Linux 2.6.15-rc5 with headers
from 2.6.12 (like most vendors). I've noticed that beagle and other
inotify-enabled applications ships with an inotify.h. Could this be
scheduled for alpha6? :-)
2006 Jun 02
0
Re: Update libtheora-1.0alpha6
On Wed, May 31, 2006 at 05:52:33PM +0200, steven mestdagh wrote:
> please make it install the docs under share/doc/libtheora.
Thank you. Updated patch below.
A copy of this email goes to the list of theora. The following patch
for the port of libtheora-alpha6 for OpenBSD includes (among other things):
* a patch for examples/Makefile.in that doesn't link player_example
since it
2008 Nov 11
0
read.table not clearing colClasses
I am attempting to created colClasses for several tables, then read only specific columns. There are two different table layouts that I am working with. If I use exclusively one layout, the script works perfectly, but if I mix the layouts, it fails to grab the correct columns form layout that is read in second. It appears that colClasses fails to adopt the new structure after the first iteration.
2009 Mar 01
0
[ANNOUNCE] Samba 4.0.0alpha7
We are proud to a announce another alpha release of Samba 4.
What's new in Samba 4 alpha7
============================
Samba 4 is the ambitious next version of the Samba suite that is being
developed in parallel to the stable 3.0 series. The main emphasis in
this branch is support for the Active Directory logon protocols used
by Windows 2000 and above.
Samba4 alpha7 follows on from the
2006 Jun 20
1
libtheora-1.0alpha7 release
All,
I've done a new alpha release of the libtheora reference implementation.
This is mostly build fixes from the alpha6 release; I'd failed to enable
the new MMX asm by default, and the x86 asm code did a relocation that
caused problems on SELinux.
You can get it in the usual place:
http://downloads.xiph.org/releases/theora/libtheora-1.0alpha7.tar.bz2
2009 Feb 25
1
Samba4: programmatic account creation via LDAP (unicodePwd)
Hello,
I've started working with samba4-alpha6. I've been successful
in setting up an AD with an openldap backend. I'm now
shifting my focus to how I would go about migrating to
a samba4 setup from a microsoft AD implementation.
To that end I've written a perl script that uses Net::LDAP
to create users in the samba4 LDAP backend. I can create
the user in such a way that samba4
2007 May 07
2
Theora running on FPGA
Great news! Theora is running on FPGA.
After almost a year of a great effort we have Theora validated on
FPGA. Now I will try to integrated the hardware with a video
controller to see the video!
I completely implemented the ExpandBlock, CopyRecon, LoopFilter and
UpdateUMVBorder functions.
The ReconRefFrames function was partially implemented and the part
before will run on a software compiled
2007 Sep 23
7
v1.1.beta1 released
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta1.tar.gz
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta1.tar.gz.sig
Alpha6 seemed to finally work quite well, so I think it's time for a
feature freeze (except for dbox changes).
I started a new wiki page to list incompatibilities between v1.0 and
v1.1: http://wiki.dovecot.org/Upgrading/1.1
Fixes since alpha6:
- deliver + maildir
2007 Sep 23
7
v1.1.beta1 released
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta1.tar.gz
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta1.tar.gz.sig
Alpha6 seemed to finally work quite well, so I think it's time for a
feature freeze (except for dbox changes).
I started a new wiki page to list incompatibilities between v1.0 and
v1.1: http://wiki.dovecot.org/Upgrading/1.1
Fixes since alpha6:
- deliver + maildir
2009 Mar 04
9
samba 3.3.x vfs_acl_xattr support
>From samba 3.3.0 release notes, it seems like samba 3.3.x is at least
experimenting using xattr to store NT ACL, which can eventually provide
better NT ACL support. I tried similar features with samba 4.0.0 alpha6,
which works very nice. Is there any plan to provide same level of NT ACL
support with samba 3.3.x? If there is such plan, any targeted date for that?
Thanks,
Ying
2006 Aug 29
0
Small utility to modify Theora file aspect ratio / frame rate / cropping
Hello,
I encoded a bunch of theora video files from my DVDs. I thought for a long
time that mplayer was broken because it displayed the aspect ratio wrong.
Then I found out that the aspect ratio I was specifying was supposed to be
the pixel aspect ratio, not the video aspect ratio. (This is extremely
confusing and I urge you to change the semantics of encoder_example. I also
urge you to check for
2006 Jul 09
0
[ANNOUNCE] Unofficial icecast-kh and libtheora Debian Sarge packages
Hi, I hope this is useful for some of you:
I'm just finished building unofficial debian packages for icecast2 and
libtheora for Sarge (stable).
The idea behind this is to keep all the servers which take part on the
GISS stream-ring in sync, running the same version of icecast2 kh
branch, thus having a common ground for testing and debugging, and stay
always on the cutting-edge of