I've stopped and started samba - when I do service samba4 start, there are also two smbd process running by this. Are these ok or shall I kill them after having started samba4? My samba log level is set to 5 could I get you the file somehow? Best regards and many thanks Dirk
On 03/05/2013 11:08 PM, Olivier Bitsch wrote: > Are you sure that your Windows box is using the IP address of your > server as main DNS server? > > If still not, please try : > > * Stop Samba4 services, check there is no smbd or samba process > working (killall smbd && killall samba). > * Start Samba4 again. > * Check /var/log/samba/log.samba (smbd is used by samba3 process). > > Also, can you give me your /var/log/samba/log.samba file? > > Thanks > > Olivier. > > > 2013/3/5 Dirk Werner <[email protected] > <mailto:[email protected]>> > > Thanks for replying! I have the same thing happening with the user > Administrator. kinit Administrator works fine! > > > On 03/05/2013 11:01 PM, Olivier Bitsch wrote: >> It seems that you tried to join with rweissmann username? You >> have to use the "Administrator" account in the windows credential >> when joining the domain. >> >> Additionally, the entry /var/lib/samba/passdb.tdb is probably not >> used by Samba4 as this file is used when Samba4 uses the old tdb >> has backend (now it uses an OpenLDAP fork). >> >> Best regards. >> >> Olivier >> >> >> 2013/3/5 Dirk Werner <[email protected] >> <mailto:[email protected]>> >> >> Hi Olivier, >> >> I have had a new installation today following your tutorial >> and that went fine through including igestis! However, when I >> try to join the domain on a windows 7 client, the join fails >> with 'username or password wrong' and I have the following >> line in /var/log/samba/log.smbd >> >> check_sam_security: Couldn't find user 'rweissmann' in passdb. >> [2013/03/05 21:41:34.306661, 2] >> auth/auth.c:319(check_ntlm_password) >> check_ntlm_password: Authentication for user [rweissmann] >> -> [rweissmann] FAILED with error NT_STATUS_NO_SUCH_USER >> [2013/03/05 21:41:34.306735, 3] >> smbd/error.c:81(error_packet_set) >> error packet at smbd/sesssetup.c(124) cmd=115 >> (SMBsesssetupX) NT_STATUS_LOGON_FAILURE >> >> >> samba-tool user list - lists user 'rweissmann' and getent >> passwd also: >> >> SOGO\rweissmann:*:3000022:100:Roland >> Weissmann:/home/rweissmann:/usr/sbin/nologin >> >> When I do tdbdump /var/lib/samba/passdb.tdb : >> >> tdbdump /var/lib/samba/passdb.tdb >> >> { >> key(13) = "RID_000001f5\00" >> data(7) = "nobody\00" >> } >> { >> key(13) = "RID_00000bb8\00" >> data(6) = "dirkw\00" >> } >> { >> key(19) = "INFO/minor_version\00" >> data(4) = "\00\00\00\00" >> } >> { >> key(9) = "NEXT_RID\00" >> data(4) = "\E8\03\00\00" >> } >> { >> key(11) = "USER_dirkw\00" >> data(174) = >> >> "\00\00\00\00\7F\A9T|\7F\A9T|\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00dirkw\00\07\00\00\00REMOTE\00\01\00\00\00\00\06\00\00\00dirkw\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\01\00\00\00\00\01\00\00\00\00\01\00\00\00\00\B8\0B\00\00\01\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\10\00\00\00\A8\00\15\00\00\00\00\00\00\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\EC\04\00\00" >> } >> { >> key(13) = "INFO/version\00" >> data(4) = "\04\00\00\00" >> } >> { >> key(12) = "USER_nobody\00" >> data(176) = >> >> "\00\00\00\00\7F\A9T|\7F\A9T|\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\07\00\00\00nobody\00\07\00\00\00REMOTE\00\01\00\00\00\00\07\00\00\00nobody\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\01\00\00\00\00\01\00\00\00\00\01\00\00\00\00\F5\01\00\00\01\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\10\00\00\00\A8\00\15\00\00\00\00\00\00\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\FF\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\EC\04\00\00" >> } >> >> The user rweissmann is indeed not in there, all users, I have >> created with samba-tool are not contained. Any idea? >> >> Best regards >> Dirk >> >> >> On 03/05/2013 07:39 PM, Olivier Bitsch wrote: >>> To all, >>> >>> I've updated my SOGo tutorial and bring the following fixed >>> (still available >>> at >>> http://iabsis.com/EN/article/35/Samba4-and-OpenChange-on-a-Debian-or-Ubuntu-server/) >>> >>> * Add a temporarily and cleaner way to install Samba4 >>> (Thanks to Davor Vusir). >>> * Some small other fixes. >>> >>> Don't hesitate to let me a comment on the website if >>> something work or not. >>> >>> Best regards. >>> >>> >>> 2013/3/5 Ludovic Marcotte <[email protected] >>> <mailto:[email protected]>> >>> >>> On 28/02/13 03:27, Olivier Bitsch wrote: >>>> # Use PostGreSQL by default to avoid the >>>> bug http://tracker.openchange.org/issues/413 >>> We identified the bug. MySQL's TEXT data type is limited >>> to 2^16 - 1 = 65535 bytes, so truncation occurs and >>> thus, a crash (because the cache is corrupted). >>> >>> We'll commit a fix shortly and provide an upgrade script >>> (2.0.4 to 2.0.5) to adjust the data type for all tables >>> accordingly. >>> >>> Thanks, >>> >>> -- >>> Ludovic Marcotte >>> +1.514.755.3630 <tel:%2B1.514.755.3630> :: www.inverse.ca >>> <http://www.inverse.ca> >>> Inverse inc. :: Leaders behind SOGo (www.sogo.nu >>> <http://www.sogo.nu>) and PacketFence (www.packetfence.org >>> <http://www.packetfence.org>) >>> >>> >> > -- [email protected] https://inverse.ca/sogo/lists
