I’m running an OMV (3.0.87) and I don’t get running Samba against LDAP. I did all the configuration within the GUI. SSH and Netatalk are working perfectly, but with Samba I don’t get to success. I tried many tutorial on the net but nothing helps. From a Windows client I get Error 86 and from the Mac just a shaking window.
I tried to debug nslcd -dd but don’t get even an error.
My LDAP runs on another computer (OpenLDAP, SSL, read only bind admin). If I use my dn to bind it works: nslcd gives something like put_filter: "(&(objectClass=posixGroup)(member=
while using admin dn to bind doesn’t show any similar.
I think, my problem is in the mapping section of nslcd.conf (which is empty) but I don’t have any idea, what to put there.
Allways wrong password error from Windows client
-
- OMV 3.x
- hidalgo
-
-
Can you post a picture of your daemon status for smbd & nmbd?
service /etc/init.d/smbd status
service /etc/init.d/nmbd status
-
A better more modern command is systemctl status smbd or systemctl status nmbd.
You might also look at https://forum.openmediavault.o…?postID=148075#post148075
-
-
Hi
It can be that you had to reset the user password, I had it already 3 times -
I have had this problem a lot, especially in mixed (win/lin) environments.
Only thing that worked was to enterQuoteDisplay Moreunix extensions = no
deadtime = 10
full_audit: failure = none
full_audit: success = pwrite write rename
full_audit: prefix = IP =% I | USER =% u | MACHINE =% m | VOLUME =% S
full_audit: facility = local7
full_audit: priority = NOTICE
in the "additional settings" of samba configuration. also: allow passwordless accessI'm not quite sure, what these parameters do, though
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!