search for: unixpassword

Displaying 8 results from an estimated 8 matches for "unixpassword".

2009 May 15
4
Timing in a script
Hi, all -- I am trying to write a script in which I can add users and their samba passwords easily and quickly.? It looks something like: ?? useradd -c "User Name" -g groupname -p unixpassword accountname ?? echo -e "smbpassword\nsmbpassword\n" | pdbedit -a -t -u accountname If I type the lines from the keyboard, it works fine.? However, when I try to execute the script, the pdbedit on the second line reports that there's no unix accountname to apply to samba.? I assume t...
2008 Feb 12
3
ldap passwd sync not working
Hi, there! When my XP users try to change passwords, they get a message saying that password has been changed. That's not true! NT and LM passwords are changed but unixPassword isn't. Look at this openldap.log lines: Feb 12 07:50:28 apolo slapd[22826]: conn=698021 op=40 MOD dn="uid=teste,ou=Users,dc=domain" Feb 12 07:50:28 apolo slapd[22826]: conn=698021 op=40 MOD attr=sambaLMPassword sambaLMPassword sambaNTPassword sambaNTPassword sambaPwdLastSet sambaPwd...
2002 Jun 21
1
old password in passwordchat empty
Hi, I am having a problem synchronizing user passwords with an LDAP server. The samba password works fine but synchronizing the LDAP unixpassword fails. Samba server and LDAP server are not identically and therefore I need the old an the new password for whatever passwd chat. But %o is an empty string. I browse through the source code and found: /* * At this point we have the new case-sensitive plaintext * password in...
2007 Oct 04
0
Samba + Ldap: password sync
Gentleman, While using Openldap 2.2.x, password syncronization was working fine. It means that when a user changed his password through MS Windows XP, unixPassword, sambaNTPassword and sambaLMPassword were updated at the same time. Since I migrated Openldap to version 2.3.38 (same compilation options / conf files untouched) it stopped working. Now only sambaXXPassword are updated and unixPassword remain with the old value. No errors are shown on ldap or sam...
2007 Oct 06
0
Samba + Ldap: password syn
...tachment-- From: fcd.listas@gmail.com Subject: [Samba] Samba + Ldap: password sync Date: Thu, 4 Oct 2007 15:19:42 -0300 To: samba@lists.samba.org Gentleman, While using Openldap 2.2.x, password syncronization was working fine. It means that when a user changed his password through MS Windows XP, unixPassword, sambaNTPassword and sambaLMPassword were updated at the same time. javascript:onSubmitToolbarItemClicked('SendMessage','SendMessageLight.aspx?_ec=1&n=703840716'); Since I migrated Openldap to version 2.3.38 (same compilation options / conf files untouched) it stopped working....
2016 Jan 08
5
Samba AD/DC, Single-Sign-On, domain users cannot change password
I have successfully joined my Linux/Ubuntu workstation to the Samaba AD/DC domain thanks to help from Rowland Penny. Now I face an interesting problem ... Domain users cannot change their password. Domain users can successfully login to the Linux workstation using their domain credentials, but when the user tries to change the password using "Passwords and Keys" from the desktop
2002 Jun 24
3
smbpasswd + ldap questions
I would like to have sync'd Unix and Samba passwords. My Unix passwords are stored in OpenLDAP for uniformity across machines and services. I have some problems with the standard solutions to this problem though: * if I have Samba authenticate from OpenLDAP directly (using the smbPassword attribute), then I get sync'ing problems when the password is changed via normal Unix means. We
1998 Mar 31
6
Unix password Sync
Ive just discovered that my previous email is wrong - the password sync does in fact work under Solaris fine. What is happening however is that when I create a new account, and call smbpasswd $user as root, it only updates the SMB password and not the Unix password as well. I though I could change my call to /bin/passwd in my new user creation scrip with /usr/local/samba/bin/smbpasswd -a, but as