RE: [Samba] Winbindd not listing users/groups

2002-10-31 Thread Wieprecht, Karen M.
Title: Message



This 
may be an obvious question, but we had to add the machine to the domain 
with winbind and samba not running, I am assuming that you have 
started samba and winbind before trying the wbinfo tests?

 Karen Wieprecht

  


RE: [Samba] Winbindd not listing users/groups

2002-10-31 Thread Jennifer Fountain



Can you send me (the list) 
your smb.conf file?

  -Original Message-From: Sean Patrick Ingles 
  [mailto:[EMAIL PROTECTED]]Sent: Thursday, October 31, 2002 9:43 
  AMTo: [EMAIL PROTECTED]Subject: [Samba] Winbindd not 
  listing users/groups
  
  Greetings from 
  NY!
  
  I am running SaMBa version 2.2.6 compiled from source on a RedHat 7.3 (Linux tux.#.net 2.4.19 #1 Fri Oct 25 15:39:52 
  EDT 2002 i686 unknown) 
  box.
  I start smbd and nmbd as I usually 
  do.
  Then I start winbindd
  
  I verified that they are 
  running.
  
  I run 
  :
  smbpasswd -j DOMAIN -r Windows2kDomainController 
  -U Administrator
  Password:
  Joined domain DOMAIN.
  
  Ok, so Im in the 
  domain
  
  Then I 
  run:
  [root@tux src]# wbinfo 
  -t
  Secret is 
  good
  
  Even better, my secret is 
  good!
  
  Then I try and list 
  users/groups:
  [root@tux src]# wbinfo 
  -u
  Error looking up domain 
  users
  [root@tux src]# wbinfo 
  -g
  Error looking up domain 
  groups
  
  And I sit there starting blankly 
  at the screen, searching google, etc, then I join 
  the SaMBa mailing list and cross my fingers that 
  there is someone out there who can help!
  Im trying to integrate this 
  Linux/SaMBa server into my Microsoft-only Company, 
  and so far the powers that be are up to it, but I want to show them that the 
  Linux fileserver can authenticate against their current Windows 2000 Server 
  domain controllers so we dont need 2 separate user 
  databases.
  
  Any assistance is much 
  appreciated!
  
  Regards,
  
  -SP
  
  ===
  
  
  
   
  \ / 
  / / Sean Patrick Ingles 
  \ / 
  / / Jr. Network 
  Engineer \ / ___ 
  / /
  
   
  \ / / 
  /Vision Systems, Inc. __/ 
  / _/142 
  State StreetAlbany, 
  NY 
  12207 
  www.visionsys.comLandline: 
  +1 518.434.4300 x1406[EMAIL PROTECTED]Fax: 
  +1 518.434.4304
  
  
  ==
  


Re: [Samba] Winbindd not listing users/groups

2002-10-31 Thread Gareth Davies
 Original Message -
From: Sean Patrick Ingles
To: [EMAIL PROTECTED]
Sent: Thursday, October 31, 2002 2:43 PM
Subject: [Samba] Winbindd not listing users/groups


Greetings from NY!

I am running SaMBa version 2.2.6 compiled from source on a RedHat 7.3 (Linux
tux.#.net 2.4.19 #1 Fri Oct 25 15:39:52 EDT 2002 i686 unknown) box.
I start smbd and nmbd as I usually do.
Then I start winbindd

I verified that they are running.

I run :
smbpasswd -j DOMAIN -r Windows2kDomainController -U Administrator
Password:
Joined domain DOMAIN.

Ok, so I'm in the domain

Then I run:
[root@tux src]# wbinfo -t
Secret is good

Even better, my secret is good!

Then I try and list users/groups:
[root@tux src]# wbinfo -u
Error looking up domain users
[root@tux src]# wbinfo -g
Error looking up domain groups




wbinfo -A Administrator%password

Please lose the HTML

 Shaolin - IT Systems
 WB Ltd.
.: http://www.security-forums.com :.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



RE: [Samba] Winbindd not listing users/groups

2002-10-31 Thread Wieprecht, Karen M.
We have had better luck adding the machine account on the NT domain
controller,  then joining the domain with the smbpasswd command rather than
trying to do the whole thing from the smbpasswd command.  You could try
deleting the machine account, deleting your secrets.tdb file, and starting
that process over. 

Karen Wieprecht

-Original Message-
From: Sean Patrick Ingles [mailto:ingless;visionsys.com] 
Sent: Thursday, October 31, 2002 10:20 AM
To: Gareth Davies
Cc: [EMAIL PROTECTED]
Subject: RE: [Samba] Winbindd not listing users/groups


I entered wbinfo -A Administrator%password

And now wbinfo -t says:
Secret is bad
0xc001

Any thoughts?

-SP

-Original Message-
From: Gareth Davies [mailto:gdavies;willowbrook.co.uk] 
Sent: Thursday, October 31, 2002 10:05 AM
To: Sean Patrick Ingles; [EMAIL PROTECTED]
Subject: Re: [Samba] Winbindd not listing users/groups

 Original Message -
From: Sean Patrick Ingles
To: [EMAIL PROTECTED]
Sent: Thursday, October 31, 2002 2:43 PM
Subject: [Samba] Winbindd not listing users/groups


Greetings from NY!

I am running SaMBa version 2.2.6 compiled from source on a RedHat 7.3 (Linux
tux.#.net 2.4.19 #1 Fri Oct 25 15:39:52 EDT 2002 i686 unknown) box.
I start smbd and nmbd as I usually do. Then I start winbindd

I verified that they are running.

I run :
smbpasswd -j DOMAIN -r Windows2kDomainController -U Administrator
Password:
Joined domain DOMAIN.

Ok, so I'm in the domain

Then I run:
[root@tux src]# wbinfo -t
Secret is good

Even better, my secret is good!

Then I try and list users/groups:
[root@tux src]# wbinfo -u
Error looking up domain users
[root@tux src]# wbinfo -g
Error looking up domain groups




wbinfo -A Administrator%password

Please lose the HTML

 Shaolin - IT Systems
 WB Ltd.
.: http://www.security-forums.com :.

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



RE: [Samba] Winbindd not listing users/groups

2002-10-31 Thread Sean Patrick Ingles
Everyone - 

I have successfully solved my problem with help from Gareth!

I entered:

wbinfo -A Administrator%my long admin pw (with the quotes)

then I sent SIGHUP to winbindd and I can now list users and groups!

Thanks a million Gareth!

-SP

-Original Message-
From: Sean Patrick Ingles 
Sent: Thursday, October 31, 2002 10:20 AM
To: Gareth Davies
Cc: [EMAIL PROTECTED]
Subject: RE: [Samba] Winbindd not listing users/groups

I entered wbinfo -A Administrator%password

And now wbinfo -t says:
Secret is bad
0xc001

Any thoughts?

-SP

-Original Message-
From: Gareth Davies [mailto:gdavies;willowbrook.co.uk] 
Sent: Thursday, October 31, 2002 10:05 AM
To: Sean Patrick Ingles; [EMAIL PROTECTED]
Subject: Re: [Samba] Winbindd not listing users/groups

 Original Message -
From: Sean Patrick Ingles
To: [EMAIL PROTECTED]
Sent: Thursday, October 31, 2002 2:43 PM
Subject: [Samba] Winbindd not listing users/groups


Greetings from NY!

I am running SaMBa version 2.2.6 compiled from source on a RedHat 7.3
(Linux
tux.#.net 2.4.19 #1 Fri Oct 25 15:39:52 EDT 2002 i686 unknown)
box.
I start smbd and nmbd as I usually do.
Then I start winbindd

I verified that they are running.

I run :
smbpasswd -j DOMAIN -r Windows2kDomainController -U Administrator
Password:
Joined domain DOMAIN.

Ok, so I'm in the domain

Then I run:
[root@tux src]# wbinfo -t
Secret is good

Even better, my secret is good!

Then I try and list users/groups:
[root@tux src]# wbinfo -u
Error looking up domain users
[root@tux src]# wbinfo -g
Error looking up domain groups




wbinfo -A Administrator%password

Please lose the HTML

 Shaolin - IT Systems
 WB Ltd.
.: http://www.security-forums.com :.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba