Modify ↓
Ticket #3062 (closed defect: fixed)
Samba domain logins fail
| Reported by: | innocenti_jr | Owned by: | jacalvo@… |
|---|---|---|---|
| Milestone: | 2.2 | Component: | samba |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Having the most recent packages installed, my Windows client were not able to do domain logins. I found out that samba gets wrong settings from smb.conf.mas: [global]
workgroup = "<% $workgroup %>" netbios name = "<% $netbios %>"
The double quotes seem to interfere samba's communication to the LDAP directory (and are not necessary).
Further on, when browsing the LDAP database you get two entries for the sambaDomain: mydomain -and- "MYDOMAIN"
(Meanwhile I personally solved this by having a custom mas-file in /etc/zentyal/stubs having the quotes removed.) ;-)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
(In [22530]) NN: Removed wrong quotes in smb.conf (closes #3062)