https://bugzilla.novell.com/show_bug.cgi?id=480820 Summary: yast2-samba-server module is not writing smb.conf correctly Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: x86 OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: tb53820@hotmail.com QAContact: jsrain@novell.com Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009012700 SUSE/3.0.6-0.1.2 Firefox/3.0.6 1) When using ldap for the Samba passdb backend, the following config. options are left blank after yast2-samba-server writes out smb.conf: ldap suffix = ldap admin dn = ldap user suffix = ldap group suffix = ldap idmap suffix = ldap machine suffix = 2) When the option “Use WINS for Hostname Resolution” is checked, “wins support = yes” is not written to the smb.conf file. Reproducible: Always Steps to Reproduce: 1) Setup a new Certificate Authority using yast2-ca-management. Export the certificate to a "Common Server Certificate". 2) Setup a new ldap database using yast2-ldap-server. Enable TLS and choose “Common Server Certificate”. 3) Setup a ldap client using yast2-ldap-client. Select “Create Default Configuration Objects”. After the configuration objects are created, use the yast2-ldap-client module to set the “User Map”, “Password Map”, and “Group Map”. 4) Setup a new Samba PDC using yast2-samba-server. Select “Use WINS for Hostname Resolution”. Under "Advanced Settings", change the User Authentication Source to LDAP. Actual Results: [global] add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$ domain logons = Yes domain master = Yes ldap admin dn = ldap delete dn = No ldap group suffix = ldap idmap suffix = ldap machine suffix = ldap passwd sync = No ldap replication sleep = 1000 ldap ssl = Start_tls ldap suffix = ldap timeout = 5 ldap user suffix = local master = Yes netbios name = PDC os level = 65 passdb backend = ldapsam:ldap://pdc.domain.corp preferred master = Yes security = user workgroup = test Expected Results: [global] add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$ domain logons = Yes domain master = Yes ldap admin dn = cn=Administrator,dc=domain,dc=corp ldap delete dn = No ldap group suffix = ou=group ldap idmap suffix = ou=idmap ldap machine suffix = ou=computers ldap passwd sync = No ldap replication sleep = 1000 ldap ssl = Start_tls ldap suffix = dc=domain,dc=corp ldap timeout = 5 ldap user suffix = ou=people local master = Yes netbios name = PDC os level = 65 passdb backend = ldapsam:ldap://pdc.domain.corp preferred master = Yes security = user workgroup = test -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.