UNON.Samba@unon.org
2003-Dec-23 08:39 UTC
[Samba] UTMP logging in Samba 3.0.1 does not have hostnames
Hi, I was testing Samba 3.0.1 as a logon server on a Solaris 9 Sparc box. I compiled Samba using gcc 3.3 with the following options: configure --prefix=/local/samba-3.0.1 --enable-static --with-nis --with-quotas --with-syslog --with-msdfs --with-utmp I set utmp = yes in the smb.conf file The samba server does create login entries but minus the hostname entries. The following lists the after and before login entries: With Samba 3.0.1 mackensj smb/1 Tue Dec 23 11:22 - 11:24 (00:02) regoa smb/2 Tue Dec 23 11:22 - 11:24 (00:02) cunningg smb/2 Tue Dec 23 11:21 - 11:21 (00:00) With Samba 2.2.8a I was getting the following: ochomoj smb/6 docsdp100 Mon Dec 22 23:11 - 23:59 (00:47) wichmanr smb/7 unchs25 Mon Dec 22 23:07 - 23:07 (00:00) regoa smb/4 gefpq198 Mon Dec 22 22:59 - 00:46 (01:46) Please advise whether this is intentional and if there is a workaround since knowing which PCs are being used by specific staff is essential for troubleshooting Best Regards Suresh Khatry United Nations Office at nairobi (UNON) Nairobi Kenya
John H Terpstra
2003-Dec-23 08:45 UTC
[Samba] UTMP logging in Samba 3.0.1 does not have hostnames
Suresh, Suggest you log a bug report at: https://bugzilla.samba.org This will get lost in the noise if you do not. Please file this as a reversion opf functionality. - John T. On Tue, 23 Dec 2003 UNON.Samba@unon.org wrote:> Hi, > > I was testing Samba 3.0.1 as a logon server on a Solaris 9 Sparc box. > I compiled Samba using gcc 3.3 with the following options: > > configure --prefix=/local/samba-3.0.1 --enable-static --with-nis > --with-quotas --with-syslog --with-msdfs --with-utmp > > I set utmp = yes in the smb.conf file > > The samba server does create login entries but minus the hostname > entries. The following lists the after and before login entries: > > With Samba 3.0.1 > > mackensj smb/1 Tue Dec 23 11:22 - 11:24 (00:02) > regoa smb/2 Tue Dec 23 11:22 - 11:24 (00:02) > cunningg smb/2 Tue Dec 23 11:21 - 11:21 (00:00) > > With Samba 2.2.8a I was getting the following: > > ochomoj smb/6 docsdp100 Mon Dec 22 23:11 - 23:59 (00:47) > wichmanr smb/7 unchs25 Mon Dec 22 23:07 - 23:07 (00:00) > regoa smb/4 gefpq198 Mon Dec 22 22:59 - 00:46 (01:46) > > Please advise whether this is intentional and if there is a > workaround since knowing which PCs are being used by specific staff is > essential for troubleshooting > > Best Regards > Suresh Khatry > United Nations Office at nairobi (UNON) > Nairobi > Kenya > > > >-- John H Terpstra Email: jht@samba.org
Tom Crane
2003-Dec-23 18:00 UTC
[Samba] UTMP logging in Samba 3.0.1 does not have hostnames
> Hi, > > I was testing Samba 3.0.1 as a logon server on a Solaris 9 Sparc box. > I compiled Samba using gcc 3.3 with the following options: > > configure --prefix=/local/samba-3.0.1 --enable-static --with-nis > --with-quotas --with-syslog --with-msdfs --with-utmp > > I set utmp = yes in the smb.conf file > > The samba server does create login entries but minus the hostname > entries. The following lists the after and before login entries: > > With Samba 3.0.1 > > mackensj smb/1 Tue Dec 23 11:22 - 11:24 (00:02) > regoa smb/2 Tue Dec 23 11:22 - 11:24 (00:02) > cunningg smb/2 Tue Dec 23 11:21 - 11:21 (00:00)Two sessions both on smb/2 - this must be a bug??> > With Samba 2.2.8a I was getting the following: > > ochomoj smb/6 docsdp100 Mon Dec 22 23:11 - 23:59 (00:47) > wichmanr smb/7 unchs25 Mon Dec 22 23:07 - 23:07 (00:00) > regoa smb/4 gefpq198 Mon Dec 22 22:59 - 00:46 (01:46)Were you definitely running 2.2.8a? My understanding is it only logs by IP address... or am I missing something here??? Regards Tom
UNON.Samba@unon.org
2003-Dec-24 11:39 UTC
[Samba] UTMP logging in Samba 3.0.1 does not have hostnames
Yes it was running 2.2.8a but I had patched it as per the advice of one of the good guys that monitor this discussion list. The patch was in session.c as follows: Replace the following line hostname = client_addr(); with hostname = client_name(); if (strequal(hostname,"UNKNOWN")) hostname = client_addr(); Ciao SK Tom Crane <uhap023@sun.rhul.ac.uk> Sent by: To: samba@lists.samba.org samba-bounces+unon.samba=unon.org@list cc: s.samba.org Subject: Re: [Samba] UTMP logging in Samba 3.0.1 does not have hostnames 23/12/2003 20:59> Hi, > > I was testing Samba 3.0.1 as a logon server on a Solaris 9 Sparcbox.> I compiled Samba using gcc 3.3 with the following options: > > configure --prefix=/local/samba-3.0.1 --enable-static --with-nis > --with-quotas --with-syslog --with-msdfs --with-utmp > > I set utmp = yes in the smb.conf file > > The samba server does create login entries but minus the hostname > entries. The following lists the after and before login entries: > > With Samba 3.0.1 > > mackensj smb/1 Tue Dec 23 11:22 - 11:24 (00:02) > regoa smb/2 Tue Dec 23 11:22 - 11:24 (00:02) > cunningg smb/2 Tue Dec 23 11:21 - 11:21 (00:00)Two sessions both on smb/2 - this must be a bug??> > With Samba 2.2.8a I was getting the following: > > ochomoj smb/6 docsdp100 Mon Dec 22 23:11 - 23:59 (00:47) > wichmanr smb/7 unchs25 Mon Dec 22 23:07 - 23:07(00:00)> regoa smb/4 gefpq198 Mon Dec 22 22:59 - 00:46(01:46) Were you definitely running 2.2.8a? My understanding is it only logs by IP address... or am I missing something here??? Regards Tom -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
UNON.Samba@unon.org
2004-Jan-06 15:18 UTC
[Samba] UTMP logging in Samba 3.0.1 does not have hostnames
Dear All, Have not received any response on this from the list. I had also submitted this as a bug report (BUG ID 914) at https://bugzilla.samba.org. We would very much like to use 3.0.1 on our PDC and BDCs but it is extremely important for us to be able to log logins with the hostnames. Version 2.2.8a was patched to log hostnames. Is there a need to patch ver. 3.0.1 also? If so, can someone point me to the patch? Thanks much in advance Regards SK ----- Forwarded by Suresh Khatry/UNON/NBO/UNO on 06/01/2004 11:59 ----- From: UNON.Samba@unon.org Sent by: samba-bounces+unon.samba=unon.org@lists.samba.org To: samba@lists.samba.org Subject: [Samba] UTMP logging in Samba 3.0.1 does not have hostnames Date: 23/12/2003 11:38 Hi, I was testing Samba 3.0.1 as a logon server on a Solaris 9 Sparc box. I compiled Samba using gcc 3.3 with the following options: configure --prefix=/local/samba-3.0.1 --enable-static --with-nis --with-quotas --with-syslog --with-msdfs --with-utmp I set utmp = yes in the smb.conf file The samba server does create login entries but minus the hostname entries. The following lists the after and before login entries: With Samba 3.0.1 mackensj smb/1 Tue Dec 23 11:22 - 11:24 (00:02) regoa smb/2 Tue Dec 23 11:22 - 11:24 (00:02) cunningg smb/2 Tue Dec 23 11:21 - 11:21 (00:00) With Samba 2.2.8a I was getting the following: ochomoj smb/6 docsdp100 Mon Dec 22 23:11 - 23:59 (00:47) wichmanr smb/7 unchs25 Mon Dec 22 23:07 - 23:07 (00:00) regoa smb/4 gefpq198 Mon Dec 22 22:59 - 00:46 (01:46) Please advise whether this is intentional and if there is a workaround since knowing which PCs are being used by specific staff is essential for troubleshooting Best Regards Suresh Khatry United Nations Office at nairobi (UNON) Nairobi Kenya -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
UNON.Samba@unon.org
2004-Jan-08 16:06 UTC
[Samba] UTMP logging in Samba 3.0.1 does not have hostnames
Dear All, Have not received any response on this from the list. I had also submitted this as a bug report (BUG ID 914) at https://bugzilla.samba.org. We would very much like to use it on our PDC and BDCs but it is extremely important for us to be able to log logins with the hostnames. IVersion 2.2.8a was patched to log hostnames. Is there a need to patch ver. 3.0.1 also. If so, can someone point me to the patch? Thanks much in advance Regards SK Season's Greetings and a Very Happy and Propserous New Year 2004 +------------------------------------------------------------+ | Suresh Khatry (Mr.) <mailto:Suresh.Khatry@unon.org> | Chief, Network Services Unit <mailto:Postmaster@unep.org> | Information Technology Services <ICQ:44617574> | United Nations Office at Nairobi (UNON) <NIC Handle: SK465> | P.O. Box 47074, Nairobi, Kenya <RIPE Handle: SK136-RIPE> | Phone: +254 (20) 621234, [Direct: +254 (20) 623427] | Fax: +254 (20) 226890, [Direct: +254 (20) 624297] | Cell: +254 (0)733 333305 | WWW => http://www.unon.org http://www.unep.org +------------------------------------------------------------+ K E E P I N G Y O U I N T O U C H W I T H T H E W O R L D ----- Forwarded by Suresh Khatry/UNON/NBO/UNO on 06/01/2004 11:59 ----- UNON.Samba@unon.org Sent by: To: samba@lists.samba.org samba-bounces+unon.samba=unon.org@list cc: s.samba.org Subject: [Samba] UTMP logging in Samba 3.0.1 does not have hostnames 23/12/2003 11:38 Hi, I was testing Samba 3.0.1 as a logon server on a Solaris 9 Sparc box. I compiled Samba using gcc 3.3 with the following options: configure --prefix=/local/samba-3.0.1 --enable-static --with-nis --with-quotas --with-syslog --with-msdfs --with-utmp I set utmp = yes in the smb.conf file The samba server does create login entries but minus the hostname entries. The following lists the after and before login entries: With Samba 3.0.1 mackensj smb/1 Tue Dec 23 11:22 - 11:24 (00:02) regoa smb/2 Tue Dec 23 11:22 - 11:24 (00:02) cunningg smb/2 Tue Dec 23 11:21 - 11:21 (00:00) With Samba 2.2.8a I was getting the following: ochomoj smb/6 docsdp100 Mon Dec 22 23:11 - 23:59 (00:47) wichmanr smb/7 unchs25 Mon Dec 22 23:07 - 23:07 (00:00) regoa smb/4 gefpq198 Mon Dec 22 22:59 - 00:46 (01:46) Please advise whether this is intentional and if there is a workaround since knowing which PCs are being used by specific staff is essential for troubleshooting Best Regards Suresh Khatry United Nations Office at nairobi (UNON) Nairobi Kenya -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Gerald (Jerry) Carter
2004-Jan-08 16:34 UTC
[Samba] UTMP logging in Samba 3.0.1 does not have hostnames
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 8 Jan 2004 UNON.Samba@unon.org wrote:> Have not received any response on this from the list. I had also > submitted this as a bug report (BUG ID 914) at > https://bugzilla.samba.org. We would very much like to use it on our PDC > and BDCs but it is extremely important for us to be able to log logins > with the hostnames. IVersion 2.2.8a was patched to log hostnames. Is > there a need to patch ver. 3.0.1 also. If so, can someone point me to > the patch? Thanks much in advanceI just updated this bug the other day to add it to the hot list of things we will try to get fixed for 3.0.2 cheers, jerry -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) Comment: For info see http://quantumlab.net/pine_privacy_guard/ iD8DBQE//YXuIR7qMdg1EfYRAixIAKDhQlsdDnfthb+EI3+o0/ZPgVqQOgCg3Esx WfKh9kB8+tuagY0hzdVR3bs=u+4O -----END PGP SIGNATURE-----