Bug 3729 - double qutoes in passwords an unix password sync
Summary: double qutoes in passwords an unix password sync
Status: RESOLVED DUPLICATE of bug 6411
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: User/Group Accounts (show other bugs)
Version: 3.0.21
Hardware: Other All
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-26 05:26 UTC by Mark Pröhl (dead mail address)
Modified: 2021-03-18 23:46 UTC (History)
1 user (show)

See Also:


Attachments
ugly patch that solves the problem (1.57 KB, patch)
2006-04-26 05:28 UTC, Mark Pröhl (dead mail address)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Pröhl (dead mail address) 2006-04-26 05:26:33 UTC
if unix password sync = yes, and the new passowrd contains an double quote charakter ("), the unix passwd programm receives the neu password without that double quote. eg. when the new password is secr"et, smbd would tell secret to the password programm.
Comment 1 Mark Pröhl (dead mail address) 2006-04-26 05:28:45 UTC
Created attachment 1876 [details]
ugly patch that solves the problem
Comment 2 Carsten Dumke 2009-05-27 04:32:36 UTC
(In reply to comment #1)
> Created an attachment (id=1876) [details]
> ugly patch that solves the problem
> 

I have committed another patch that fixes the root cause (that passwords are inserted into the chat-sequence before it is split up into tokens) in bug #6411. 
Comment 3 Andrew Bartlett 2021-03-18 23:46:04 UTC
Marking as a duplicate of that other bug with more details and context.

*** This bug has been marked as a duplicate of bug 6411 ***