Displaying 20 results from an estimated 3000 matches similar to: "Second Post: Unable to add user with Samba 2.2.7 - LDAP - PDC"
2002 Sep 26
1
Cannot join a Samba Domain with a win2k station
Hello,
I try to join a samba domain with a Win2k Server. The result is a box with the message:
The following error occured validating the name "myDomainName"
This condition may be caused by a DNS lookup problem. For information about trouble shooting common DNS lookup problems, please see the following Microsoft Web site: http://..../...
The specified domain either does not exist
1998 Oct 16
3
The credentials supplied conflict with an existing set of credentials
I have a different Unix userid for each project I'm working on, so I need to
provide a different userid/password combination for each drive I map to my NT
4.0 SP3 system. But, whenever I try to supply a different userid in the
"Connect As" box and hit "OK", I get the message:
The credentials supplied conflict with an existing set of credentials
Something I read in the
2003 May 23
1
Workstation xxxx$: no account in domain
hi,
I've a problem with adding workstations to my samba/ldap pdc - if i add
the workstation with win2000 to the pdc then the workstation gets
registered in ldap with the following entry:
(i am using smbldap-useradd.pl -w -d /dev/null -g computers -c
'Computer Account' -s /bin/false %u)
which seems to me to be ok, but the workstation tells me that it
couldn't get attached to the
2002 Sep 23
1
Samba-LDAP with custom object class
Hello,
First, excuse me if this messages is not in the right mailing list: I have not found a samba-ldap forum.
I try to use Samba-LDAP with my own object class but I cannot manage using an other attribute than 'uid' for the user ID.
Here is my objectClass:
--------------- myClass.schema -----------------------------------
attributeType ( 1.3.6.1.4.1.13460.1.18.1
NAME
2002 Mar 07
3
ldap problems
Hello,
I am doing a samba pdc with ldap. When I try to login to the domain, or
access some shares I get this in my ldap logs:
Mar 7 16:46:16 localhost slapd[3588]: conn=25 op=4 SRCH
base="ou=People,dc=test,dc=org" scope=1
filter="(&(objectClass=posixAccount)(uid=DOMAIN\5CTD))"
Mar 7 16:46:16 localhost slapd[3588]: conn=25 op=4 SEARCH RESULT
tag=101 err=0 text=
My
2003 Feb 17
3
Novell EDirectory as LDAP backend
Hi,
is anybody out there who is using Novell Edir. with samba?
I have searched the archive and found some random notes but no real
success story.
Here is what I have achived so far. Maybe someone can give me some hints.
I have tried the samba-nds.schema that comes with the 2.2.7a tar ball.
While I was able to import/add it to EDir. it did not work for me,
because the "lmPassword"
2013 Jul 04
1
Hardware design of an Opus IP
Hi everybody,
I was wondering if there would be interest in having a hardware IP
implementing Opus (hardware as in VHDL/Verilog description)? Does that
make sense?
Several companies that seem to have an interest in Opus (such as Skype,
Mozilla, Broadcom, Orange, Huawei) could thus have a dedicated,
efficient, low-power solution for phones and tablets.
As LTE is being deployed en masse, it
2013 Nov 19
2
Re: virsh and multi source-dev
Thank you for answering.
Yes sure I can from an xml,
But is it possible from the command line with define-pool-as ?
Best,
Matt
----- Mail original -----
> De: "Humble Chirammal" <hchiramm@redhat.com>
> À: "Matthieu Simonin" <matthieu.simonin@inria.fr>
> Cc: libvirt-users@redhat.com
> Envoyé: Mardi 19 Novembre 2013 11:06:35
> Objet: Re:
2002 Mar 06
1
ldap configurations
Hello folks,
I am kinda confused as to how to get some values for ldap.
For example, here is an ldif entry:
dn: uid=gcarter, ou=people,dc=plainjoe,dc=org
logonTime: 0
displayName: Gerald Carter
lmPassword: 552902031BEDE9EFAAD3B435B51404EE
primaryGroupID: 1201
objectClass: posixAccount
objectClass: sambaAccount
acctFlags: [UX ]
userPassword: {crypt}BpM2ej8Rkzogo
uid: gcarter
uidNumber:
2012 May 15
0
[LLVMdev] [cfe-dev] [SafeCode] Unable to build the LLVM from trunk
Thank you all for the responses,
John,
My Bad here you go
clang version 3.2 (trunk)
Target: i386-pc-linux-gnu
Thread model: posix
[root at localhost opensrc]# cat /etc/centos-release
CentOS release 6.2 (Final)
Matthieu,
Thanks for the fix and let me try again with latest trunk.
~Umesh
On Mon, May 14, 2012 at 10:34 PM, Matthieu Monrocq <
2013 Jan 14
0
[LLVMdev] Using C++'11 language features in LLVM itself
On Sun, Jan 13, 2013 at 9:59 PM, Sean Silva <silvas at purdue.edu> wrote:
> On Sun, Jan 13, 2013 at 2:10 PM, Matthieu Monrocq
> <matthieu.monrocq at gmail.com> wrote:
> > gcc 4.5, MSVC 10, clang 3.1
> > - decltype v1.0 [1] + late specified return type
> > - lambda v1.0 [2]
> > - local types as template arguments
> > - r-value 2.0 [3]
> > -
2004 Dec 27
4
PDC + LDAP
I'm trying to set up my LDAP in preparation to configure my Samba PDC.
In the Official Samba-3 HOWTO and Reference Guide it give instructions
on howto setup slapd.conf (section 10.4.4.3) After modifying the file
it instructs to run /sbin/splapindex -f /splapd.conf When I run this I
get the following error:
/etc/openldap/schema/samba.schema: line 423: AttributeType not found:
2009 May 07
1
error using lapply with oneway_test (coin package)
Dear expeRts,
I would like to use a oneway_test (from package coin) to test whether
two groups differ on various variables. The variables are encoded
within a data frame. Unfortunately, I obtained an error, that I don't
understand. Could you please help me ?
Example:
library(coin)
y <- as.data.frame(matrix(rnorm(200), ncol=2))
group <- as.factor(unif(100))
lapply(y,
2013 Jan 13
3
[LLVMdev] Using C++'11 language features in LLVM itself
On Sun, Jan 13, 2013 at 2:10 PM, Matthieu Monrocq
<matthieu.monrocq at gmail.com> wrote:
> gcc 4.5, MSVC 10, clang 3.1
> - decltype v1.0 [1] + late specified return type
> - lambda v1.0 [2]
> - local types as template arguments
> - r-value 2.0 [3]
> - static_assert
> - built-in type traits
This isn't very encouraging. Anecdotally from what I've seen in LLD
2003 May 12
2
smbpasswd and RID/SID problems with LDAP
Problem number one:
-------------------
I'm running a few-hours-old CVS version of Samba 3.0 with LDAP as the
authentication backend, and I'm having some problems trying to set up
the LDAP accounts using "smbpasswd". I build the structure of the
LDAP database by importing a couple of LDIF's, and then I import the
following user account to create an administrative account
2003 Sep 08
4
Samba-3 Ldap Adding Administrator Account
How do you add an "Administrator" account to ldap.
I want to leave root in /etc/passwd but have "Administrator" in ldap
I have checked Howto Collection and the Samba-Ldap-3 but they contain no information. The Ldap-Howto has a suggestion but then says not to use.
Godfrey
2011 Aug 23
0
[LLVMdev] git Status
Matthieu Moy <Matthieu.Moy at grenoble-inp.fr> writes:
> greened at obbligato.org (David A. Greene) writes:
>
>> Actually git pull can sometimes get you into trouble. Probably git
>> fetch / git rebase is the better combination for LLVM.
>
> I don't get it.
>
> Doesn't "git pull --rebase" do exactly a fetch followed by a rebase?
No. It does
2012 Oct 04
0
[LLVMdev] [cfe-dev] Inlining and virtualization in Clang/LLVM
On Thu, Oct 4, 2012 at 7:23 PM, Matthieu Monrocq
<matthieu.monrocq at gmail.com> wrote:
> On Thu, Oct 4, 2012 at 7:37 AM, Nick Lewycky <nlewycky at google.com> wrote:
>> On 3 October 2012 13:30, David Blaikie <dblaikie at gmail.com> wrote:
>>>
>>> On Wed, Oct 3, 2012 at 12:01 PM, Matthieu Monrocq
>>> <matthieu.monrocq at gmail.com> wrote:
2006 Apr 11
1
error in which(): recursive default argument reference
Dear useRs,
I have written a very simple function to compute some probabilities
on words (function is below). The function includes a which()
statement applied to a vector of characters (word.split): sapply
(word.split, function(x) which(letters==x)). This statement worked
as expected when used outside the global function :
> word <- "hello"
> (word.split <-
2006 Mar 02
1
finding ncp for t distribution
Dear R-users,
I am wondering whether R implements a function returning the non central
parameter of a t distribution (equivalent of the TnoncT function from
SAS), given /x/ a value from a t distribution, /df /the degrees of
freedom and /p/ the probability of x under this distribution.
Thanks a lot,
Matthieu
--
Matthieu Dubois, /Ph.D/. /Student/
Cognitive Neuroscience Unit, UCL,