Displaying 20 results from an estimated 2000 matches similar to: "Bug in LDAP stuff?"
2005 Aug 08
2
Can't join machines to a Samba PDC using LDAP
I've been trying to do this for days, and I think I'm really close. It's
become one of those so-close-yet-so-far sorts of things. I'm running
Gentoo -- all sync'ed up and current as of a week ago -- with the
following package versions:
openldap-2.1.30-r5
pam_ldap-178-r1
nss_ldap-239-r1
smbldap-tools-0.9.1-r1
phpldapadmin-0.9.5 (very cool, I must say!)
samba-3.0.14a-r2
2016 Oct 17
2
Bug 6870 resurfaced in Samba 4.2.10
Hi,
So I did some digging into the source code, and I think I've found the
issue. Around line 120 of source3/libads/cldap.c:
for (i=0; i<num_servers; i++) {
NTSTATUS status;
status = cldap_socket_init(state->cldap,
NULL, /* local_addr */
state->servers[i],
&state->cldap[i]);
if (tevent_req_nterror(req, status)) {
return tevent_req_post(req, ev);
2005 Sep 01
2
ldap guest account mapping looks broken
I'm running the samba-client-3.0.20-0.1 SUSE RPM. I was using the
version that came with 9.3 but upgraded to see if this specific
problem would go away.
Guest access does not appear to be working correctly, and it looks
like the problem is due to guest not getting mapped into the LDAP
query correctly.
Specifically, I can login with local account, join workstation to the
domain, browse
2006 Jan 16
2
Adding workstations to domain as non-root
Hi,
The Problem:
I have a samba domain using LDAP as the backend, complete with the
IdealX LDAP scripts.
Most of my Unix boxes (certainly anything which does any Samba stuff)
authenticates against the same LDAP backend, using it for groups and
users.
I need to grant some people sufficient priviliges to add workstations
to the domain, but I don't want to give them the root password in
2018 Mar 08
1
Fwd: Migrating server
Hi Harry,
Here are the outputs. I've attached them as logs with this email too.
root at sam3dc:/tmp/ldifs-gr# ldapmodify -Y external -H ldapi:/// -f
olcdbindex.ldif
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0
modifying entry "olcDatabase={1}hdb,cn=config"
root at sam3dc:/tmp/ldifs-gr# service slapd stop
2018 Mar 08
3
Fwd: Migrating server
Hi Harry,
sadmin and tadmin are both admin logins. I was trying to domain join with
both. sadmin is in ldap
The olcdbindex.ldif gave this error
SASL/EXTERNAL authentication started SASL username:
gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth SASL SSF: 0
modifying entry "olcDatabase={1}hdb,cn=config" ldap_modify: Other (e.g.,
implementation specific) error (80) additional
2007 Oct 23
3
Script work fine on sheel, but no on a cron job
Hi,
I make a script which make some call of rsync to connect to a rsync
daemon.
When I run on a shell, the script work fine.
When I run this scripts from a cron-job, the script fail with theses
messages :
rsync: failed to connect to remote-node: Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(94)
What's happen ?
thanks
St?phane
2007 Oct 17
2
problem with kernel oplock
Hi,
We test a software called Safekit.
This software permit to have a replicated FS and can start some apps from
a particular script.
We use this startup script for starting SaMBa.
We make this test :
NODE1 : Samba not actif (SECOND)
NODE2 : Samba is running (PRIM)
open a file with samba and modify it
make swap
I try to save and no possible to save, but if I close the file and reopen
it it
2005 Jun 10
2
samba ldap problem
I have tried to create a samba domain with a ldap backend.
This is how my ldap structure looks like.
# example.com
dn: dc=example,dc=com
objectClass: dcObject
objectClass: organization
o: example
dc: example
# groups, example.com
dn: ou=groups,dc=example,dc=com
objectClass: organizationalUnit
ou: groups
# Domain Admins, groups, example.com
dn: cn=Domain Admins,ou=groups,dc=example,dc=com
2005 Jul 20
0
duplicate entries for user
hello
iam new to this list but for more than a half year now i try to configure a samba with a ldap backend. The latest error makes me absolutely confusing.
It says that Duplicate entries for user exists
here a part of my config file ... maybe you have any idears whats wrong
smb.conf:
passdb backend = ldapsam:ldap://localhost
ldap suffix = dc=rid-net,dc=de
ldap admin dn
2005 Jun 07
6
Group Problems
Hello all, I am having a some problems with groups. If I use this
command "net rpc group list -Uroot%not24get" as the root users I get
an error. "Could not connect to server 127.0.0.1
The username or password was not correct"
If I try to add groups I also get the same error.
and I don't know if this is relevent or not but when I try to join win
groups and Unix groups
2005 May 26
1
Re: RE pdb_ldap.c, ldapsam_add_sam_account, existing poxisaccount
St?phane,
The book "Samba-3 by Example" is being reprinted very soon. Up to date builds
of the PDF are available on the Samba web site daily. This document can be
downloaded from:
http://www.samba.org/samba/docs/Samba-Guide.pdf
In chapter 5 I have fully documented how Samba-3 can be deployed with LDAP and
using the smbldap-tools. It works perfectly for me and in many sites that
2014 Mar 21
3
Local account login failed when samba join to LDAP
Dears,
My samba version is 3.6.4
I have a problem to co-work with open LDAP server. When samba join to open LDAP server, my local account can NOT login samba anymore, only LDAP account can login.
When my samba come back to standalone, the local account is OK. Did I miss something?
The following is my configuration files, I list the part of them,
smb.conf
server string = "Samba Server"
2003 Dec 04
1
Réf. : Re: SAMBA Groups and Permissions
I confirm that Malte M?ller says.
If you want to set multiple group acces, you must use ACL.
the valid user parameter in smb.conf force the right of directory but the
unix right is only for group user.
-----------------------------------
St?phane PURNELLE stephane.purnelle@corman.be
Service Informatique Corman S.A. Tel : 00 32 087/342467
2005 Nov 15
2
samba 3.0.21rc1 + ldap PDC - smbpasswd issue
Hey Guys,
I have just upgraded to version 3.0.21rc1. I decided to re-populate the
database and test if everything is working.
./smbldap-populate -a root -k 0 -m 0 -> ok
./smbldap-useradd -m -a username -> ok
./smbldap-passwd username -> ok
smbpasswd username - > fail
[root@node1 sbin]# smbpasswd asender
New SMB password:
Retype new SMB password:
ldapsam_set_account_policy: Could
2008 Jul 30
5
move_driver_to_download_area: Unable to rename samba3.2
Hi,
I try to install a new driver on my print$ share using APW and I have this
message :
move_driver_to_download_area: Unable to rename [W32X86/HPDCMON.DLL] to
[W32X86/3/HPDCMON.DLL]
I have exacltly the same configuration (smb.conf, acl et right) than my
older server.
Could anyone answer to me and help me ?
St?phane
-----------------------------------
St?phane PURNELLE
2008 Apr 01
2
smbldap-useradd -w won't create machine account
I can't get smbldap-useradd to add the sambaSamAccount workstation
attributes. For example:
smbldap-useradd -w 'test_machine$'
# test_machine$, People, desktop.hmdc.harvard.edu
dn: uid=test_machine$,ou=People,dc=desktop,dc=hmdc,dc=harvard,dc=edu
objectClass: top
objectClass: account
objectClass: posixAccount
cn: test_machine$
uid: test_machine$
uidNumber: 1010
gidNumber: 515
2011 Jun 10
1
ldap backend failing
Hi,
I have an ldap provider and consumer that appear to work correctly,
EG, new users are sync'ed and a search on either server (ldapsearch -x
-b 'dc=example,dc=com' '(cn=djohn)') returns an oject. However when an
XP user attempt to connect to the consumer server the authentication
fails:
[2011/06/10 16:11:21, 0] lib/util_sock.c:write_data(1059)
[2011/06/10 16:11:21, 0]
2008 Jan 06
3
LDAP problem
Hello,
I have a problem with my PDC server.
It runs samba + openLDAP. It used to work fine.
The machine was stopped today because of a power supply failure,
and since it was restarted i have problems connecting to the domain.
- The ldap data was restored from a ldif file, the ldap seems to work
fine. when i type
ldapsearch -x
I see the contents of the ldap data.
- When I try :
smbclient -L
2007 Jan 02
1
ACL inheritance like NTFS?
Hi all,
I will migrate a windows fileserver to a Suse System with XFS-filesystem
and Samba. I will copy the files with the robocopy tool from Microsoft.
I did some test and I noticed that XFS-filesystem does not support
inheritance like NTFS. If there a solution for that problem? How did you
solve that problem?
Thank you!
Richard