I'm struggling getting Samba to work on a fresh install using PR45. Short log:
Applied the patch to smb_create.pl as per Barbararossa's instructions on http://debian.rfc3514.org/debian/skole/samba/ Purged the default samba packages Reinstalled samba packages using deb http://debian.rfc3514.org/debian/ skole/ Added a user with wls. It did not show up with Windows sync support. Tried setting the smbpasswd manually: # smbpasswd -a ragnar New SMB password: Retype new SMB password: LDAPS option set...! ldap_connect_system: Binding to ldap server as "cn=admin,ou=People,dc=skole,dc=skolelinux,dc=no" Bind failed: Invalid credentials LDAPS option set...! ldap_connect_system: Binding to ldap server as "cn=admin,ou=People,dc=skole,dc=skolelinux,dc=no" Bind failed: Invalid credentials Failed to add entry for user ragnar. Failed to modify password entry for user ragnar Checked that # tdbdump /var/lib/samba/secrets.tdb listed hashed passwords for smbadmin (I removed that user from the LDAP base) and admin. { key = "cn=admin/ou=People/dc=skole/dc=skolelinux/dc=no" data = "hashed password" } Still I cannot add the required Samba type entries for the user in LDAP. What am I missing? -- Ragnar Wisl�ff

