#264 closed defect (fixed)
Error adding SAMBA user
Reported by: | Neil Waldhauer | Owned by: | Herwig Bauernfeind |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Samba Server GUI Tools | Version: | Server 3.3.x |
Keywords: | Cc: | herwig.bauernfeind@… |
Description
Using SAMBA users and groups, I cannot add a user. The dialog is filled out, but when I click OK, the error is
Line 68 of PB_AddUserOK_Click in smbusers.VRM
password.nx - Crypt(VRGet('EF_passowrd', 'Value'), salt);
I look for a program named Crypt, but nothing is found.
Change History (4)
comment:1 by , 9 years ago
Cc: | added |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:2 by , 9 years ago
comment:3 by , 9 years ago
I had installed the rxlib4smb.wpi from the SAMBA website, but somehow I was missing RXCRYPT.DLL. I installed it again, and Users and Groups now works as expected.
Do you still want the log?
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
As it works now, we don't need a log. Thanks
Note:
See TracTickets
for help on using tickets.
Crypt is a function found in the rxcrypt.dll library. It looks as if rxcrypt.dll (found in rx4smb package) might be missing or not working.
It might help if you enabled debugging (settings page) and send me the output of the console window.