Modify ↓
Ticket #1358 (closed defect: fixed)
samba dosen't work with LDAP
| Reported by: | florian.chis@… | Owned by: | juruen@… |
|---|---|---|---|
| Milestone: | 1.2 (stable release) | Component: | samba |
| Severity: | normal | Keywords: | samba LDAP jaunty |
| Cc: |
Description
Hi, I'm new to ebox and I've installed Jaunty Beta6 server and tryed ebox. I had to use jaunty and not hardy cuz of the ext4 partisions on my hdd. Used the Jaunty repos, Interpid repos and they all have the same isue with samba and LDAP. When I try to mount a samba share I get mount error 111. The samba log has to types of errors: Failed to issue the StartTLS instruction: Connect error and Connection to LDAP server failed for the "n'th" try!
I commented the LDAP stuff in the smb.conf, added the users by hand (adduser and smbpasswd ) and now it works. Buth this hack bypasses ebox's administration
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
I can confirm the issue. I think it's a samba bug though. Samba is trying to use TLS even though the LDAP connection is through a unix socket.
The workaround is pretty trivial. It consists of adding to smb.conf
I'll commit the workaround to our repository and create a debdiff for a Ubuntu bug.
Thanks for letting us know :)