similar to: Samba/winbind with Active Directory auth

Displaying 20 results from an estimated 700 matches similar to: "Samba/winbind with Active Directory auth"

2010 Nov 11
1
troule switching winbind to use a new AD 2008
I have been using 2003 AD servers for winbind for many years, and now 2008 is phasing in, but I can't authenticate using the new servers, and I'm not sure what to do. All advice very welcome. This is a problem for me on both Gentoo (samba 3.0.33) and Debian Lenny (samba 3.0.24). For debugging, I ran winbind interactively and piped output to a file (winbindd -d 3 -i). I have also
2010 Feb 02
1
Winbind AD authentication problem
It seems I have the same problem that was discussed briefly earlier on this list in a mail from Kris Kaido. I didn't see any solution, so I'm wondering if it's considered a bug that needs to be fixed or simply a configuration error. To be more specifc; I have joined a Win2008R2 Forest/Domain AD with my server running RHEL5.4 - samba-3.0.33-3.14.el5 without problems. I can view
2010 Feb 26
0
ntlm_auth and Server 2008 issues
We are having the same Samba issue as noted here: http://lists.freeradius.org/pipermail/freeradius-users/2009-November/msg00664.html Has anybody on this list experienced this " \NETLOGON fnum 0xareturned critical error. Error was NT_STATUS_PIPE_DISCONNECTED" error? This wasn't happening until our AD admin upgraded the AD servers to windows server 2008 R2. Also, I see this
2013 Oct 08
5
user management define once an add if required on server
Dear all I am looking for a solution for a module to define alle possible user and then install the one or more user from that module if needed on a server, but not all of them. My idea is something like this. Can I define a user in the nodes.pp at a special Server to install that user? init.pp class admin_user::group { group { "group1": gid => "888",
2010 May 08
2
uninitialized constant - Please Help Me...
Hello everyone, I''ve decided to take the step into creating a mini-forum for my website where users can open new posts on exixting topics and allow people to discuss things etc... I am following a tutorial in the book: APRESS - Practical Rails Social Networking Sites and have hit a minor issue. Part of the Forum requirements is to add a moderator role to allow only certain individuals
2010 Aug 28
0
Help needed: Ubuntu 8.04/Winbind broken under Windows 2008R2 PDC
Hi all, I am running 3 ubuntu 8.04 LTSP servers that use Active Directory via winbind for authentication. We've recently upgraded the Domain Controllers to Windows 2008 R2 and now domain users can't log in to these linux boxes. - wbinfo and getent passwd still return correct information root can still su to a domain user account id returns correct user info however login fails. auth.log
2007 Sep 05
2
NT_STATUS_PIPE_DISCONNECTED
Today ... After days working i get this message in rpc_client/cli_pipe.c:rpc_api_pipe(790) rpc_api_pipe: Remote machine SDAUTENTICA pipe \NETLOGON fnum 0xc00ereturned critical error. Error was NT_STATUS_PIPE_DISCONNECTED -- Att. Lutieri G. B.
2024 Sep 14
1
Netbios Issue
Hello, I have been running Samba for many many years and have have not had this issue, so I hope someone can point me in the right direction. I am currently running in production Samba 4.7.7 on RHEL 7.9.? It has been running without issue until yesterday.? I am building a new server to replace the one currently running Samba, this time with RHEL 8.10 and Samba 4.21.0. On the RH8 machine I
2011 Jun 01
1
winbind issue with Windows 2008 R2 - domain trusts
Hello, I have a problem that just propped up after our windows admin did some work. He introduced some new domain controllers and upgraded the domain to 2008 R2. The primary domain that our linux boxes are in seems to work, it's trusted domains. Here's an example domain: FOO.BAR.LOCAL The boxes are in the FOO domain and I can getent passwd and see accounts in there fine. I used to
2025 Feb 12
1
what diagnostic messages most need improving?
Hi Douglas! I'm very happy with your proposition! I have several days in researching my problem with Samba, and I have some absolutely non informative but often appeared log messages, hope it can be improved and I can understand what problem in config or environment for samba. 1. ../../source3/smbd/smb2_server.c:4058(smbd_smb2_request_error_ex) smbd_smb2_request_error_ex:
2010 Apr 01
1
Windows 2008 pdc troubles
We are in the process of upgading our windows 2003 pdc's to windows 2008Rr2. No problem there, but our samba/winbind clients are beginning to show some strange behaviour. In the beginning we saw a lot of messages appear in the logfiles. Example : -------------- pr 1 14:07:36 srvxxx winbindd[5148]: rpc_api_pipe: Remote machine pdc.company.net pipe \NETLOGON fnum 0x4003returned critical
2005 Jul 08
0
winbind loses pipe connecter for unknown reason
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, all. Last night, access to our samba server was interrupted, and the only thing I can find is these repeated over and over again in the messages file: Jul 8 07:44:15 knorr winbindd[24628]: cli_pipe: return critical error. Error was NT_STATUS_PIPE_DISCONNECTED Jul 8 07:44:15 knorr winbindd[24628]: [2005/07/08 07:44:15, 0]
2007 Apr 26
1
Joining Samba 3.24 to 2003 ADS
I'm hoping someone can give me a clue what I am doing wrong here, Running Debian Etch AMD64, I followed the samba wiki at: http://wiki.samba.org/index.php/Samba_ <http://wiki.samba.org/index.php/Samba_&_Active_Directory#Prerequisites> &_Active_Directory#Prerequisites. I get mostly good results, except when I try to run 'getent passwd' or 'getent group' only
2009 Nov 17
0
NT_STATUS_PIPE_DISCONNECTED error
Running 3.2.15 on RHEL 5.4 64-bit. Joined the domain with no issues, able to look up id's with no problem. Windows clients within the domain are able to use defined shares. However, when trying to look up trusted domains, or when trying to access shares from clients not in the domain (for example, using smbclient), the following errors show up: rpc_api_pipe: Remote machine <DC name
2003 May 02
1
Admin issues the Xth..
Hi there. I just switched from icecast1 to icecast2. Right now I'm not sure if that was a very good idea. I do like the ogg-support, but I lack a good amount of documentation (Hey, I'd be glad to help you out, but how can there be consistent documentation for a software that is only available through cvs(-snapshots)?) and good linux source clients. I used xmms-liveice or muse before, but
2006 Nov 09
2
help with join tables and has_and_belongs_to_many
Hi, I have a user model and a privilege model. They have the has_and_belongs_to_many relationship. Here are the model defs: class User < ActiveRecord::Base belongs_to :status has_and_belongs_to_many :privileges end class Privilege < ActiveRecord::Base has_and_belongs_to_many :users end Now I have a migration script to create the join table and populate a few users with some
2004 May 05
0
ADS join failing?
Hello all, I'm not too sure we're having an ADS issue or not. Perhaps someone could shed some light on this for us? Here's what we're seeing during a net join: 14:32 myhost<42> sudo ./net join -S domaincontroller -U admin_user Admin_user password: [2004/05/05 14:33:39, 0] libads/ldap.c:ads_add_machine_acct(1006) Host account for myhost already exists - modifying old
2011 Nov 09
4
Starting out with puppet and capistrano
Hey guys. I am starting out with puppet and am in the process of writing a bootstrap script for the clients and a capistrano recipe for the server. I have the client bootstrap done which installs ruby, puppet, sets a host name, and then points the client at the puppet server and now I am in the process of setting up the puppet server. My first attempt was to set up a git project for puppet, an
2010 Jun 07
1
resolve KDC network address error
Hello Samba-List-Users I have a problem with KDC network name resolution. I tried to google it and sought help on IRC#samba, to no avail. So I'll post my problem here. In the spirit of privacy and normalization all server names in this post are replaced. CAPTIAL server names are actually capitalized in the configuration files. Setup: 1x Debian5 x64 server running samba 3.2.5 2x Windows
2013 Jul 13
10
username/password combo for custom provider (couchbase)
Hi, I''m trying to program custom type for managing Couchbase buckets. Problem is that every RW operation to Couchbase cluster (creating, deleting, resizing bucket) requires admin privileges (username/password). Do you have any suggestion how should I pass the username/password to provider? If I make it a param, then every resource of type ''couchbucket'' will need to