Displaying 20 results from an estimated 4000 matches similar to: "Update root can't login to smb-ldap-pdc"
2003 Dec 09
1
samba - sql server authentication
samba 2.2.8a/LDAP backend
Red Hat 7.3
Windows 2000 server, connected to the samba controlled domain
Sql Server 7.0
It seems that my sql server does not want to run scheduled jobs as a domain user, I am needing to do this for a network share that I am
saving to, otherwise I would just run as SA
Error from sql server:
The job failed. Unable to determine if the owner (PRUPREF.COM\Administrator)
2003 Sep 25
0
samba+ldap how pdc, problem nobody user
Hello all,
I have samba+ldap configured, one workstation win2k in the domain. I'm trying logging in the domain, but this error return:
samba-2.2.8a
openldap-server-2.0.27-8
[2003/09/25 15:51:30, 2] passdb/pdb_ldap.c:ldap_open_connection(217)
ldap_open_connection: connection opened
[2003/09/25 15:51:30, 0] passdb/pdb_ldap.c:ldap_connect_system(316)
ldap_connect_system: Binding to
2003 Jan 28
2
PAM Module for SMB-LDAP
Hi Everybody,
maybe we are just too stupid, but for me it seems that
there is some problem with holding passwords completely
sync between *NIX-world and WIN-world when I use LDAP
& Samba.
If a user changes a password under Windows, with "passwd chat"
the *NIX-Password (attribute: userPassword) can be changend
very well besides the both Samba-LDAP-attributes lmPassword
and
2003 Dec 02
3
Directory Server
I found the following link:
http://rhems.sourceforge.net/
was wondering if anyone knows anything about it.
-------------------------------------------
Chris McKeever
If you want to reply directly to me, please use cgmckeever--at--prupref---dot---com
http://www.prupref.com
---- Prudential Preferred Properties www.prupref.com
2002 Jun 10
2
[Fwd: ldap + pdc + adding win2k clients...again(sigh)...argh]
hi !
i have a problem with ldap+pdc too, and since no one answered ingo's
request, i will try again.
this is my setting:
i want to maintain a central authentification for my small but mixed
(debian/linux vs w2k) network
i am using debian:samba-2.2.3a; compiled it with ldapsam enabled.
i am using openldap2-2.0.23; compiled it with TLS enabled
simple file-sharing works (at least, none of my
2003 Apr 10
0
vampire an NT4 PDC
Hi !
We're trying to migrate our NT4 PDC into a Samba one.
Our env :
NT4_PDC is in subnet A and also provide WINS service
SAMBA_SRV is in subnet B and is running :
* samba-3.0alpha23
* openldap-2.1.16
* smbldap-tools-0.7 from IDEALX
samba is compiled with --with-ldap --with-ldapsam --with-syslog
openldap is first populated with :
# ldapadd -x -h localhost -D "ROOTDN" -W -f
2003 Nov 14
0
Smbpasswd to LDAP migration
I have a Samba PDC running on Redhat 7.3 (samba 3.0.0 installed from
binaries). I initially set it up using smbpasswd as the database
backend and everything was working just fine.
I've since decided to migrate everything to LDAP. I have OpenLDAP
2.0.27 installed and have set up the directory following the
instructions in the Samba-HOWTO-Collection. If I use slapadd to add
Samba users, they
2004 Jan 14
0
Réf. : samba 2.2.8a PDC LDAP CTRL+ALT+DEL password change, not chaning Unix password
Hi,
Why you sp?cifie :
smb passwd file = /etc/samba/smbpasswd
pam password change = Yes
If you use LDAP ?
It's the interaction between LDAP and these parameter which cause the
problem.
-----------------------------------
St?phane PURNELLE stephane.purnelle@corman.be
Service Informatique Corman S.A. Tel : 00 32 087/342467
2002 Sep 05
0
error in smbpasswd (now in english, sorry)
Hi list,
We are mounting a PDC with samba+ldap. We are using samba2.2.5 and
ldap from complanet.ath.cx/nexxus. All things go well, all tests are ok.
Now we have to put our 4000 users in ldap and /etc/passwd, for this task
we make an ldif file (for ldap) and two little scripts for linux passwd
and samba smbpasswd set, see:
script caduser:
#!/bin/bash
#
# Adiciona usuarios
for I in `<
2004 Jan 26
2
TINC to secure wireless network
I am wondering if there is anyone out there that I can bounce some questions off of in regards to setting this up. I have a wireless network
side that I want connect to the secure side
wireless(XP) --------->
access-point----(wired-nic-1)----tinc-server------(nic-2-wired)-----secure network
wireless(XP) --------->
if anyone has any suggestions or
2003 May 30
1
load password users in Ldap
Hello,
I'm new in Samba Ldap. I use samba-2.2.3a and openldap2-2.1.4-46.
I am going to load in Ldap a lot of users in a ldif file as it is shown below. But I don't know how to put samba password. I can use:
smbpasswd juan1
and then the fields lmPassword and ntPassword are changed. In this way, after load all users in Ldap I would need a script to do a smbpasswd for each user
2002 Nov 21
3
NT username/password export
Sorry for all the newbie questions...
I could have sworn I saw something about a utility that exports the SAM
database from NT into Linux..
seems like it is the lego syndrome, saw it while doing WINBIND searches,
can't find it elsewise...anyway...could someone point me in the right
direction?
I want to export my users from NT to linux with passwords....if that is
impossible, I also have all
2003 May 19
6
XP Joining Samba Domain
I have successfully joined the XP machine to the domain. The strange part
is, that it only wanted to be joined if it connected to the PDC and not the
BDC.
The way it is set-up is that the XP machine and a BDC is in one branch and
the PDC is in another. Every time I would try to connect via the BDC, it
would return a value ACCESS DENIED
I stopped the smb service on the BDC, and got it to
2003 May 23
0
LDAP tools for samba 3.24 schema
For scrips smbLDAP from idealx apply this patch to smbldap_tools.pm, to
use with samba 3.24 schema.
Regards
--- samba/smbldap-tools/smbldap_tools.pm 2002-06-01 06:30:48.000000000
+0200
+++ smbldap_tools.pm 2003-05-23 13:43:53.000000000 +0200
@@ -31,6 +31,16 @@
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
use Exporter;
$VERSION = 1.00;
+
+
+# Put your own SID, this section
2003 May 23
0
LDAP tools for SAMBA 3.24 corrected
Sorry this is the complete patch
--
----------------------------------
ALEJANDRO SOLER
e-mail: asoler@martinaditrento.com
Administrador de Sistemas
Martina di Trento S.A.
Buenos Aires - Argentina
Tel.:(5411) 4611-2730
WEB: http://www.martinaditrento.com
-----------------------------------
-------------- next part --------------
--- samba/smbldap-tools/smbldap_tools.pm 2002-06-01
2005 Jun 03
1
AttributeType not found: "gidNumber" errormessage - SuSE 9.2
Hello!
I'm geting errormessage, when I start sldap on commandoline:
amd:/usr/lib/openldap # /usr/lib/openldap/slapd
/etc/openldap/schema/samba.schema: line 432: AttributeType not found:
"gidNumber"
I think, I must create a new group with a gid. But is the groupname
sambaGroupMapping?
my samba.schema-line 432:(MUST...):
##
## Group mapping info
##
objectclass (
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:
2008 Oct 22
1
BUG: Bad passwords from Vampire / NT migration
> 3. The only evidence of any problem from the vampire command is the
> events logged on the PDC, and the invalid passwords. I tried
> deleting the trust account on the PDC and rejoining several times,
> with Samba on, off, and nmbd on and off. The result is always the
> same. The bad password hashes are always the same for each account.
> If I change a password on the PDC
2005 Jun 04
3
smbldap-tools and joining workstation to domain
Hi,
I've reported this before but I guess I'll have to do it again, since
it's not fixed yet or I'm understanding something wrong here.
The problem is that smbldap-useradd -w 'machinename' will add only
posixAccount entrys into ldap but it should add both posixAccount and
sambaSAMAccount entrys.
So if one doesn't add correct machine account entrys manually to ldap
2003 Jun 12
1
convertSambaAccount Problem
Hello,
I try to convert a LDIF contain some users to a LDIF with samba3 sh?ma.
But, the convertion on my computers don't work !
Attached files : a ldif with one user (users.ldif) and a LDIF file after
convertion (users3.ldif)
Can anyone help me ?
RedHat 8
Samba 3.1 beta1
-------------- next part --------------
dn: ou=users, dc=toto,dc=be
ou:: dXNlcnMN
description::