David Edward Shapiro
2002-Feb-18 09:29 UTC
[Samba] Domain name lookup combinations setting?
I see in my workstation log trying to connect to my samba server an attempt to find my username. If I do wbinfo -u | grep -i davidsha, it returns INS+DavidSha. Do I need to change something so that it tries more combinations or something? I thought just passwords were case sensitive. [2002/02/18 11:59:03, 5] lib/username.c:Get_Pwnam_internals(254) Trying _Get_Pwnam(), username as lowercase is ins+davidsha [2002/02/18 11:59:03, 5] lib/username.c:Get_Pwnam_internals(261) Trying _Get_Pwnam(), username as given is INS+davidsha [2002/02/18 11:59:03, 5] lib/username.c:Get_Pwnam_internals(270) Trying _Get_Pwnam(), username as uppercase is INS+DAVIDSHA [2002/02/18 11:59:03, 5] lib/username.c:Get_Pwnam_internals(278) Checking combinations of 0 uppercase letters in ins+davidsha [2002/02/18 11:59:03, 5] lib/username.c:Get_Pwnam_internals(282) Get_Pwnam didn't find a valid username! David
On Mon, 18 Feb 2002, David Edward Shapiro wrote:> I see in my workstation log trying to connect to my samba server an attempt > to find my username. If I do wbinfo -u | grep -i davidsha, it returns > INS+DavidSha. Do I need to change something so that it tries more > combinations or something? I thought just passwords were case sensitive. > > > [2002/02/18 11:59:03, 5] lib/username.c:Get_Pwnam_internals(254) > Trying _Get_Pwnam(), username as lowercase is ins+davidsha > [2002/02/18 11:59:03, 5] lib/username.c:Get_Pwnam_internals(261) > Trying _Get_Pwnam(), username as given is INS+davidsha > [2002/02/18 11:59:03, 5] lib/username.c:Get_Pwnam_internals(270) > Trying _Get_Pwnam(), username as uppercase is INS+DAVIDSHA > [2002/02/18 11:59:03, 5] lib/username.c:Get_Pwnam_internals(278) > Checking combinations of 0 uppercase letters in ins+davidsha > [2002/02/18 11:59:03, 5] lib/username.c:Get_Pwnam_internals(282) > Get_Pwnam didn't find a valid username!Did you install the libnss_winbind.so library? It is required for a working winbind installation in the current release :-( jerry> > > David > > >-- --------------------------------------------------------------------- Hewlett-Packard http://www.hp.com SAMBA Team http://www.samba.org -- http://www.plainjoe.org "Sam's Teach Yourself Samba in 24 Hours" 2ed. ISBN 0-672-32269-2 --"I never saved anything for the swim back." Ethan Hawk in Gattaca--
David Edward Shapiro
2002-Feb-19 14:56 UTC
[Samba] Domain name lookup combinations setting?
I did after this and ran ldconfig for my linux box. I can't seem to get it to work on solaris. I am not real sure where to put the library (I think /lib is fine) and what to run as an alternative to ldconfig on solaris. I tried some form of crle and see the so file cached, but getent passwd still does not return anything. David -----Original Message----- From: Gerald Carter [mailto:jerry@samba.org] Sent: Tuesday, February 19, 2002 11:05 AM To: David Edward Shapiro Cc: 'samba@lists.samba.org' Subject: Re: [Samba] Domain name lookup combinations setting? On Mon, 18 Feb 2002, David Edward Shapiro wrote:> I see in my workstation log trying to connect to my samba server anattempt> to find my username. If I do wbinfo -u | grep -i davidsha, it returns > INS+DavidSha. Do I need to change something so that it tries more > combinations or something? I thought just passwords were case sensitive. > > > [2002/02/18 11:59:03, 5] lib/username.c:Get_Pwnam_internals(254) > Trying _Get_Pwnam(), username as lowercase is ins+davidsha > [2002/02/18 11:59:03, 5] lib/username.c:Get_Pwnam_internals(261) > Trying _Get_Pwnam(), username as given is INS+davidsha > [2002/02/18 11:59:03, 5] lib/username.c:Get_Pwnam_internals(270) > Trying _Get_Pwnam(), username as uppercase is INS+DAVIDSHA > [2002/02/18 11:59:03, 5] lib/username.c:Get_Pwnam_internals(278) > Checking combinations of 0 uppercase letters in ins+davidsha > [2002/02/18 11:59:03, 5] lib/username.c:Get_Pwnam_internals(282) > Get_Pwnam didn't find a valid username!Did you install the libnss_winbind.so library? It is required for a working winbind installation in the current release :-( jerry> > > David > > >-- --------------------------------------------------------------------- Hewlett-Packard http://www.hp.com SAMBA Team http://www.samba.org -- http://www.plainjoe.org "Sam's Teach Yourself Samba in 24 Hours" 2ed. ISBN 0-672-32269-2 --"I never saved anything for the swim back." Ethan Hawk in Gattaca--