Displaying 20 results from an estimated 2000 matches similar to: "Samba & LDAP: "Unable to allocate a new user id: bailing out!""
2009 Nov 09
1
Joining Windows XP client to Samba 3 domain: Access denied
Hi all!
When I try to join a Windows XP client to a Samba 3 domain I get an
access denied error. Below's my configuration and a snippet from the log
file. Has someone an idea what I need to change / do in order to be able
to join the domain from Windows?
Thx in advance for your help!
Chris
snippet from log.smbd:
[2009/11/09 17:26:24, 0] lib/util_sock.c:get_peer_addr_internal(1676)
2009 Nov 05
1
Error connecting WinXP client to Samba PDC: DNS name does not exist / RCODE_NAME_ERROR
Hi!
I so far succeeded in setting up a Samba NT4 DC with OpenLDAP backend.
Unfortunately I get the following error message connecting a Windows XP
client to the domain (translated from german):
[...]
The error was: "DNS name does not exist."
(error code 0x0000232B RCODE_NAME_ERROR)
The query was for the SRV record for _ldap._tcp.dc._msdcs.lohrmann.de
[...]
This is surely due to a
2009 Nov 09
1
Windows XP joining Samba 3 PDC: SAM Response - user unknown
Hi all,
I encounter a problem trying to join a Samba 3 domain with a Windows XP
client. Checking the network traffic with Wireshark I can see that the
client sends a logon request with an empty username and the samba server
replies with "user unknown". This behaviour is the same no matter
whether I try to join the domain via system properties or the netdom
join command.
I can find
2009 Oct 15
4
using ldap only idmap
Hi,
I'm trying to make a "pure ldap" setup, whereas users, groups, id
mappings and everything that is supported with LDAP be in the LDAP tree
and managed directly by samba.
That is, I'm using:
ldapsam:trusted = yes
ldapsam:editposix = yes
And NOT using smbldap-*.
My smb.conf is here: http://wiki.clueless.com.ar/SambaLdap/smb.conf-PDC
I created the LDAP tree root
2018 Mar 05
9
Fwd: Migrating server
Hi Gruss,
At this stage there is only one server, running 3.6.25 on Ubuntu12.04. The
plan to get LDAP to work on this one. Then add the second server 4.x and
the promote it to BDC and then demote this one. Just a side info, we
didn't want to go tdbsam in both as I read it breaks the domain trust.
The domain names are real ones.
I ran the commands you suggested, nothing in reply. I tried
2016 Apr 06
2
Samba (4.1.17) ldap backend create user failed
Hello, I have upgrade my samba PDC from 3.xx (debian lenny) to 4.1 (debian jessie).
ldap and samba shares work all fine.
When I try to add a user I get the following
smbpasswd -a foobar
New SMB password:
Retype new SMB password:
ldapsam_create_user: Unable to allocate a new user id: bailing out!
Failed to add entry for user foobar.
I found this workaround
2009 Oct 06
1
ldapsam, smbpasswd and posixAccount
Hi,
I have a setup with Samba (3.4) as PDC with ldapsam as backend. LDAP is
managed by Samba, no external helper scripts. When I add a new user with
"smbpasswd -a foo" it works fine, user is created and the openldap is
populated with samba and posix attributes.
Now, when I add a new user to the directory by running ldapadd against
a ldif file which contains only posix related
2018 Apr 24
4
Password change
Hi Guys,
We are getting the following error when the users are trying to change the
password from their windows machine: "Configuration information could not
be read from the domain controller, either machine is unavailable or access
is denied"
Our Samba PDC has LDAP backend. We have the following
/etc/ldap/ldap.conf
BASE dc=testdomain
URI ldap://192.168.1.1
TLS_CACERT
2018 Apr 26
2
Password change
Hi Rowland,
I tried that but didn't work.
# AUTO-GENERATED FILE - DO NOT EDIT!! Use ldapmodify.
# CRC32 9033b998
dn: olcDatabase={1}hdb
objectClass: olcDatabaseConfig
objectClass: olcHdbConfig
olcDatabase: {1}hdb
olcDbDirectory: /var/lib/ldap
olcSuffix: dc=testdom
olcAccess: {0}to attrs=sambaNTPassword,sambaPwdLastSet,sambaPwdMustChange
by dn="cn=admin,dc=testdom" write by self
2016 Mar 04
2
Segmentation Fault when trying to set root samba password, IPA as a backend
On Fri, Mar 04, 2016 at 10:53:17AM +0100, Volker Lendecke wrote:
> On Wed, Mar 02, 2016 at 09:23:34AM +0000, Rowland penny wrote:
> > OK, here is the output:
>
> Can you try the attached (UNTESTED!) patch?
>
> Thanks,
Gna, should have at least compiled it....
New patch :-)
Volker
--
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax:
2016 Mar 04
0
Segmentation Fault when trying to set root samba password, IPA as a backend
On 04/03/16 09:58, Volker Lendecke wrote:
> On Fri, Mar 04, 2016 at 10:53:17AM +0100, Volker Lendecke wrote:
>> On Wed, Mar 02, 2016 at 09:23:34AM +0000, Rowland penny wrote:
>>> OK, here is the output:
>> Can you try the attached (UNTESTED!) patch?
>>
>> Thanks,
> Gna, should have at least compiled it....
>
> New patch :-)
>
> Volker
>
Sorry
2018 Mar 06
3
Fwd: Migrating server
Hi Gruss,
Had to ditch the VM and start again. Here is the info:
tdbdump secrets.tdb |egrep -v '^data|^}|^{'
key(21) = "SECRETS/SID/mydomain"
key(18) = "SECRETS/SID/sam3dc"
key(42) = "SECRETS/LDAP_BIND_PW/cn=admin,dc=mydomain"
key(25) = "SECRETS/DOMGUID/mydomain"
key(42) = "SECRETS/MACHINE_SEC_CHANNEL_TYPE/mydomain"
key(42) =
2016 Mar 01
3
Segmentation Fault when trying to set root samba password, IPA as a backend
On 01/03/16 21:35, Garming Sam wrote:
> Hi Rowland,
>
> This new segfault seems unrelated to the previous one. It's probably
> something like a double free, which typically shouldn't be that hard to
> fix. If you try running the tool under valgrind, it should provide
> enough information to fix the issue.
>
>
> Cheers,
>
> Garming
>
Who or what is
2016 Mar 02
4
Segmentation Fault when trying to set root samba password, IPA as a backend
On 02/03/16 00:44, Jeremy Allison wrote:
> On Tue, Mar 01, 2016 at 10:11:15PM +0000, Rowland penny wrote:
>> On 01/03/16 21:35, Garming Sam wrote:
>>> Hi Rowland,
>>>
>>> This new segfault seems unrelated to the previous one. It's probably
>>> something like a double free, which typically shouldn't be that hard to
>>> fix. If you try
2015 Apr 09
1
Failed to allocate memory for kernel command line, bailing out
I am trying to add UEFI support to my existing PXE environment for
kickstarting CentOS 7.0. With bios boot all is working well.
I have added syslinux.efi and ldlinux.e64 from syslinux 6.03 to my tftp
server and altered my dhcp server to boot syslinux.efi. I get to my usual
menu fine, the server downloads vmlinuz and initrd.img fine but then bails
out with "Failed to allocate memory for
2017 Jul 18
2
Dovecot imap
Hello to all !!!
I have some issues with some users that login to the same account through
imap from many devices like: mobile,desktop/tablet !!!
Issues like:
1. When a new email is arrived is not appearing to all devices...
2. New email is arriving to some other devices after a long period of time
...
Generally issues like that ....
Does anyone have an idea of how to solve this ..?
2017 Jul 18
2
Dovecot imap
Hello there Larry !
No it is not a client issue... Because i have tried many clients and all the same issue ! Actually the 1st client that refreshes the new email appear all others not !
I have tried RoundCube/Outlook/Thunderbird/Android Email... etc All have the same issue ..?
-----Original Message-----
From: Larry Rosenman [mailto:larryrtx at gmail.com]
Sent: Tuesday, July 18, 2017 8:51 PM
2003 Jun 04
3
Slow ttests in R-devel
Hello ...
I've noticed that some of our Bioconductor code was running drastically
slower under current R-devel vs. current R-patched - one example is below
using a ttest. I have the following snippet of code that demonstrates the
problem while avoiding "real" code that takes an extremely long time to
finish on R-devel:
library(genefilter)
data(eset)
eset$cov1
z <-
2017 Jul 18
4
Dovecot imap
Hello there !!
Yes I know .... Despite this it not shown at all !
-----Original Message-----
From: Larry Rosenman [mailto:larryrtx at gmail.com]
Sent: Tuesday, July 18, 2017 9:00 PM
To: it at mrit.gr
Cc: dovecot at dovecot.org
Subject: Re: Dovecot imap
Remember that the first client to READ the message will set \Recent, and the
rest will show the mail as read.
--
Larry Rosenman
2017 Jul 19
1
Dovecot imap
Hello there !
Do you see anything wrong on the config i sent ?
-----Original Message-----
From: Aki Tuomi [mailto:aki.tuomi at dovecot.fi]
Sent: Tuesday, July 18, 2017 9:20 PM
To: nlekkas at gmail.com; Larry Rosenman
Cc: dovecot at dovecot.org
Subject: RE: Dovecot imap
Can you provide doveconf -n please?
Aki
> On July 18, 2017 at 9:06 PM Nick Lekkas <nlekkas at gmail.com> wrote: