Bug 1836 - adding users via smbpasswd went to hell
Summary: adding users via smbpasswd went to hell
Status: RESOLVED WONTFIX
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: User/Group Accounts (show other bugs)
Version: 3.0.7
Hardware: x86 Linux
: P3 enhancement
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-27 13:46 UTC by jeff w
Modified: 2004-09-28 00:14 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jeff w 2004-09-27 13:46:25 UTC
When adding 3000+ accounts in samba2x smbpasswd -a <user> <passwd> was nice and
fast (about 15 minutes).  It's also usefull for sync'ing passwds.  Samba3
removed that and now it takes over 2 hours using expect.  I'm converting to
LDAP, but this 'feature' was really nice.  I don't know why it was removed, but
please add it back.  Otherwise, is there a way to bulk add accounts?

thanks for not making me run NT anymore.
Comment 1 Volker Lendecke 2004-09-28 00:14:42 UTC
Use (echo password; echo password) | smbpasswd -a <user> -s

Volker