Displaying 20 results from an estimated 20000 matches similar to: "What does "ldap passwd sync" do?"
2004 Apr 07
1
Samba / Ldap Password Issues
I'm having some issues with samba 3 and my ldap passwords. First I'll tell
you what I'm working with.
Ldap server is RH 7.3 and openldap 2.0.25 DBM
Samba 3.0.2a-1 using ldapsam_compat (Compiled from RPM source by me ) on
RHEL 3
Samba 2.2.8-1.ldap on RH9
--------------
The Samba 2 works great. Auth against ldap no problem, has been for over a
year.
The Samba 3 does not work.. Well
2004 Apr 12
1
Samba / Ldap Password Issues - bump ;-)
Sorry to repost this question.. But I am at my wits end.. The server has
been off line for 2 weeks. So I will have to downgrade to samba 2.X by the
end of the day unless a miracle happens ;)
I'm having some issues with samba 3 and my ldap passwords. First I'll tell
you what I'm working with.
Ldap server is RH 7.3 and openldap 2.0.25 DBM
Samba 3.0.2a-1 using ldapsam_compat (Compiled
2005 Apr 04
1
Unix-password-sync in LDAP?
Hello,
how can I change the user-passwords correctly in my OpenLDAP during
Windows-password-change?
My problem: The script does only change "userPassword", but not the
field "shadowLastChange", so my unix-passwords
expired.
unix password sync = yes
passwd program = /etc/samba/scripts/ldap_userPassword_change %u
passwd chat = *New*password* %n\n *new*password* %n\n *Success*
2011 Aug 11
1
LDAP - Shadow options
dear All,
I'm trying to set Shadow options in Ldap with the help of phpLDAPadmin.
This is *what I know :
* */Shadowmax : /maximum nr of days a pw can be valid
* /ShadowLastchange : /contains the last change of the shadow file
* Shadowwarning : nr of days before expiration to warn user.
*What I'm trying *to do is have the users 's passwork expire, that works ok.
But how can I have
2008 Sep 09
1
shadowLastChange problem with Samba+OpenLDAP
Dear all,
I'm running samba-3.0.28a-1ubuntu4.4/smbldap-tools-0.9.4-1 on Ubuntu Hardy
with the Samba+OpenLDAP setup. I found some problems with password change.
With the following settings in smb.conf:
ldap passwd sync = Yes
passwd program = /usr/sbin/smbldap-passwd %u
passwd chat = New password:%n\nRetype new password:%n\n
unix password sync = no
...
1. When I
2009 Nov 26
1
password expiration problem
Greetings. I have problem with password expiration problem i cannot
handle myself, so i wrote in this list.
Recently i discovered that a newly created samba account has already
expired password.
smbldap-useradd -a -d /home/tommy -G education -s /bin/bash -M tommy -c
"Tommy T." tommy
smbldap-passwd tommy
getent shadow
user:*:::::::0
user2:*:::::::0
user3:*:::365::::0
2006 Jun 15
1
shadowLastChange not updated
Hello,
We have an otherwise working Samba PDC+LDAP setup but for one minor
detail. The shadowLastChange is not updated when the user sets his
password from a Windows workstation (all the necessary Samba*-fields as
well as userPassword is updated in LDAP).
We've enabled 'ldap passwd sync = Yes' in smb.conf.
slapd.conf contains the appropriate access rule for the said field.
The
2007 Jun 18
3
decode_pw_buffer: incorrect password length
Hello list
I have a problem that i am confronting for long time and i dont get a result.
We use samba 3.0.24 (also tried other versions) with openldap and the
smbldap-tools on Suse Linux SLES9.
We use openldap for user authentikation for samba (objectClass:
sambaSamAccount) and other application like email, apache, squid
(objectClass: shadowAccount and objectClass: posixAccount).
My scope
2016 Oct 24
1
password sync issues
Hi,
I have configured 2 ldap tree, one for unix account (ou=User) (below is
sample ldif)
dn: uid=2011150,ou=User,dc=acer,dc=in
empID: 2011150
username: test1
cn: test1
centre: PN
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: top
objectClass: shadowAccount
oldempid: 1150
mail: test1 at acer.in
givenName: test1
uid: 2011150
shadowLastChange: 15590
loginShell: /bin/bash
2010 Jul 27
2
Samba LDAP ignores group information
Hi.
Excuse my English.
I've installed Samba+OpenLDAP as a PDC.
Everything works fine but Samba ignores completely group information.
Linux is ok.
Any clue? I'm going crazy here!
Here's the sittuation:
user: fish1
home dir: /home/reaml/swim/fish1
primary group: swimmers
other groups: smokers
Directory of smoker's group: /home/realm/smokers
Here's an 'ls -l' on
2008 May 17
7
SAMBA PDC with LDAP backend syncing unix/samba accounts ...
Hi all ,
I'm running Debian Etch . I just finished
configuring SAMBA
as PDC to authenticate against LDAP server which works.
The system in question uses default debian etch packages.
As My Linix/unix accounts can authenticate against it. The
LDAP works.
I Used the default shipped smbldap-populate script to
setup SAMBA.
Everything seems to work as Anonymous User or as
user
2016 Oct 04
4
samba with customized ldap backend
Dear All,
I have configured ldap with uid='some numeric' instead of uid=username
like that;
dn: uid=102220,ou=User,dc=example,dc=com
uid: 102220
username: test1
cn: Test Account
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: top
objectClass: shadowAccount
objectClass: sambaSamAccount
mail: test1 at cdac.in
shadowLastChange: 15587
loginShell: /bin/bash
uidNumber: 5345
2008 Feb 15
2
Joining a Windows XP pc to Samba / LDAP domain
Hi, guys,
I'm trying to create a PDC using Samba with an LDAP backend. According
to all the guides I read, this should be fairly easy really, but I've
done nothing else for the last week and it still doesn't work the way
the manual says it should! As far as I can see, everything is set up and
working correctly right up to the point when I try and join a machine to
the domain.
2007 Dec 07
1
CentOP 5.1 Problem with smbldap-passwd
Hi List,
Yesterday i have upgraded from 5.0 to 5.1 and now i have a problem
with smbldap-tools.
I use smbldap-tools-0.9.4-1.el5.rf from rpmforge.
Then i use smbldap-passwd <user> i get an error:
smbldap-passwd test
Changing UNIX and samba passwords for test
New password:
Retype new password:
Use of uninitialized value in string at /usr/sbin/smbldap-passwd line
277, <STDIN> line 2.
2004 Mar 23
1
LDAP-Schema??
Hello,
there are a some fields in my LDAP-Tree, I do not understand.
What can I do with this fields?
# sambaKickoffTime
# sambaLogoffTime
# sambaLogonTime
# sambaMungedDial
Is there any endeavor by the maintaner to use the following fields?
# shadowExpire
# shadowLastChange
# shadowMax
# shadowWarning
by,
matze
2007 Sep 11
3
samba doesnt change shadowLastChange
Hello
I have a samba 3 working as a PDC with Ldap as a authentication backend.
I have a such problem, when user in windows try to change password to
samba by ctr+alt+delete, password is changing (password is also sync and
it works fine ), but the ldap attribute shadowLastChange doesnt change.
What is wrong?
thanks in advance
tim
2009 Jun 26
2
smblap-useradd problem
Hi Samba People !
I'm experiencing some issues with the smbldap-tools suite and post it here in
hope someone could give me some help. I want first to thank you if you take teh
time to read my message til the end, as it's a little bit long ;)
We do have a Debian Box on our LAN we use primarily as a File Server. This
server has initially been setup with Etch (4.0, net-install). I've
2003 Oct 20
2
Samba3 & LDAP Can't join domain with Win2k Pro
Hy all,
I tried since 2 weeks ... Still doesn't work...
With Win98 Client it work perflectly but i can't join with Win2k Pro.
Same message in Win2k Client : username or password incorrect.
I try with root / Administrator / new account / everything...
I change password for root / Administrator.
My config :
- RedHat 9.0
- Samba 3.0
- OpenLDAP 2.0 (RPM from RH9)
- Populating the OpenLDAP
2006 Nov 07
1
smb + ldap: changing passwords from windows: SSHA instead of CRYPT
Dear friends,
We have samba-3.0.21c-1 under RH9 + openldap 2.3.11 under FC4. When a
windows user changes his password using Ctrl-Alt-Del the password is
stored on ldap in SSHA format but we need to work with CRYPT because we
have some apps that don't support SSHA.
These are the lines related with authentication defined in smb.conf:
encrypt passwords = yes
ldap passwd sync = Yes
2003 Oct 21
1
ldap passwd sync
Having a bit of trouble understanding, or getting, "ldap passwd sync"
working.
I assume, setting it to Yes, would make it issue a change password
command to the ldap server, just like pam does, ldappasswd does, or any
other ldap program.
Right?
What does only do?
--
Jerry Haltom <jhaltom@feedbackplusinc.com>
Feedback Plus, Inc.