Displaying 20 results from an estimated 4000 matches similar to: "samba + unix passwd sync when using LDAP"
2002 Sep 05
2
using LDAP and PDC together
Hello,
I am in the process of migrating to
passdb backend = ldapsam
on debian unstable with the latest 3.0pre samba package.
All users have a ldap sambaAccount object which was added by hand after
using migrationtools from padl.com. Testing auth with smbclient works
fine, however when using samba as a PDC from WinXP I can't log into the
domain as I used to when "passdb backend =
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
2007 Mar 21
7
polycom random reboots
Hi,
At one location we have a user whose Polycom IP430 suffers from erratic
reboots. We swapped his phone for a brand new one, but the problem
remains.
Has anyone seen that?
2003 Sep 05
1
samba+ldap passwd sync
Hi !
I'm in trouble...
I'm in the way of building a FreeBSD Samba server with LDAP support.
So far, everything works great except password synchronization.
It is the only thing I need left to do before my server goes into
production, so I'm really looking for help.
What I need is to be able to synchronize the Windows passwords with the
Unix passwords. All passwords are stored in
2004 Mar 18
1
Autentication without /etc/passwd users
Hi,
It seems that the user account must also be in the /etc/passwd when I
autentication in Ldap/samba.
I have in my Ldap database the Posixaccount.
My samba log file:
[2004/03/18 07:22:56, 2] passdb/pdb_ldap.c:init_sam_from_ldap(674)
init_sam_from_ldap: User [marcone] does not ave a uid!
If I have this user in /etc/passwd the autentication is Ok, but I will
only autentication in ldap
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
2009 Jan 21
4
integration with Microsoft CRM?
Hi,
How hard is it to integrate asterisk with Microsoft CRM?
Thanks for any suggestions, pointers, etc.
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
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
2006 Jan 16
3
distorted native music on hold
Hello,
Using asterisk-1.2.1 I am trying to convert my music-on-hold files from
.wav to alaw:
% sox moh.wav -r 8000 -c 1 moh.al resample -ql
The file sounds fine when listened with:
% sox mox.al -t ossdsp /dev/dsp
But when listened through asterisk with an alaw SIP phone the sound is
clicky and too fast.
Did I forget something in my conversion command?
--
ldm@apartia.fr
2003 Jul 01
3
picking up a ringing extension
Hello,
We are using asterisk 0.4.0 on debian sid with Cisco 7960 and ATA186
phones.
All sip entries have:
callgroup=1
pickupgroup=1
However I am unable to remotely pickup a ringing phone using *8#. I get
fast busy tone. Is there some flag to add in extensions.conf ?
Thanks in advance,
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:
2003 Sep 26
2
the g729 situation
Having purchased a license for 5 g729 channels on Digium's web shop I
thought registration and installation would be a snap. NOT.
I followed registration instructions to the letter but it failed with
that message:
ERROR! Your Internet connection is probably behind a proxy and the
Registration program can't communicate with our server
Which is stupid as my * box is a firewall and sits
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
2007 Mar 18
3
how can I use rsync between 2 accounts?
Hi,
I have 2 linux accounts on different machines (same login, same password).
Can you please tell me how I use rsync directories between 2 accounts?
Thank you.
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 Jul 30
0
Cannot change user`s passwd from WinXP on Samba-LDAP-PDC
Hi everyone, I have a Samba 2.2.8.a + OpenLdap 2.0.25-1 as a PDC, on Red Hat
8, with kernel-2.4.18-14.
First of all I can change the user`s password from my samba box doing:
[root@samba sbin]# ./smbldap-passwd.pl user.a
But, I`m getting an error when doing [ctrl]+[alt]+[Del]/Change password on
WinXP logged to my domain as user.a, that says:
"Username or password are incorrect. the
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::
2003 Jul 12
0
Samba-2.2.8a & LDAP - Can't join Domain - SID mapping error
Hi everyone,
I am at my wits end and am hoping one of you can help me out.
I am getting the following error when attempting to join Windows XP/2000 machine to the domain:
"The following error occurred attempting to join the domain "MY_DOMAIN"
No mapping between account names and security IDs was done.
Running Gentoo Linux
Samba 2.2.8a
OpenLDAP 2.0.27
I performed the