Re: [Samba] Re: ldap group authentication refresh

2009-03-10 Thread Adam Tauno Williams
On Mon, 2009-03-09 at 22:21 +0100, Arthur Odekerken wrote: nscd wasn't running on my machine. After setting the option ldapsam:trusted = yes smbd doesnt start any longer I get the following error in /var/log/smbd.log: [2009/03/09 22:01:31, 0] smbd/server.c:main(1063) ERROR: failed to setup

Re: [Samba] Re: ldap group authentication refresh

2009-03-10 Thread Arthur Odekerken
Adam, I get this whenever I do [r...@samba ~]# pdbedit --user=nobody smbldap_search_domain_info: Searching for:[((objectClass=sambaDomain)(sambaDomainName=DOMAIN.TLD))] smbldap_open_connection: connection opened ldap_connect_system: succesful connection to the LDAP server

Re: [Samba] Re: ldap group authentication refresh

2009-03-10 Thread Adam Tauno Williams
On Tue, 2009-03-10 at 14:41 +0100, Arthur Odekerken wrote: Adam, I get this whenever I do [r...@samba ~]# pdbedit --user=nobody smbldap_search_domain_info: Searching for:[((objectClass=sambaDomain)(sambaDomainName=DOMAIN.TLD))] smbldap_open_connection: connection opened

Re: [Samba] Re: ldap group authentication refresh

2009-03-10 Thread Miguel Medalha
After setting the option ldapsam:trusted = yes smbd doesnt start any longer I get the following error in /var/log/smbd.log: [2009/03/09 22:01:31, 0] smbd/server.c:main(1063) ERROR: failed to setup guest info. Group mapping? Domain Guests is a required group, along with Domain Users

Re: [Samba] Re: ldap group authentication refresh

2009-03-10 Thread Arthur Odekerken
Hi, Just to be clear, I do not want a Samba PDC or a Windows domain. I would just like to authenticate against OpenLDAP from a Windows XP Professional SP3 Client that is not connected to a domain. Authentication works, even with LDAP groups. The only problem is that Samba doesn't see my changes

Re: [Samba] Re: ldap group authentication refresh [SOLVED]

2009-03-10 Thread Arthur Odekerken
Hi, I resolved the problem. I changed my smb.conf as follows: [global] netbios name = SAMBA server string = %h workgroup = DOMAIN.TLD security = user encrypt passwords = true ldap passwd sync = yes guest account = nobody passdb backend = ldapsam:ldap://zarafa.hasselt.be ldap admin dn =

[Samba] Re: ldap group authentication refresh

2009-03-09 Thread Arthur Odekerken
Hi, nscd wasn't running on my machine. After setting the option ldapsam:trusted = yes smbd doesnt start any longer I get the following error in /var/log/smbd.log: [2009/03/09 22:01:31, 0] smbd/server.c:main(1063) ERROR: failed to setup guest info. I did add a nobody account group to my LDAP