Displaying 20 results from an estimated 200 matches similar to: "Re-2: Samba vs ADS problems"
2005 Oct 11
1
User auth-groups vs Win2k ADS Problems
Hello Everyone
This samba server was working perfectly without problems.
Running as an Domain member vs Win2K ADS
One day it stopped working. All that happened 5 days ago was a change of the
administrator/root password
We adjusted the wbinfo -set-auth-user towards the new password. But nothing
have worked since.
install:/ # wbinfo -V
Version 3.0.13-1.1-SUSE
What might be wrong
2005 Oct 12
2
Samba vs ADS problems
Hello Everyone
This samba server was working perfectly without problems.
Running as an Domain member vs Win2K ADS
One day it stopped working? All that happened 5 days ago was a change of
the administrator/root password
We adjusted the wbinfo ?set-auth-user towards the new password. But
nothing have worked since.
install:/ # wbinfo -V
Version 3.0.13-1.1-SUSE
What might be wrong when the following
2005 Oct 12
1
Re-2: Winbind is DISCONNECTED after restart
On Wed, 12 Oct 2005, Stefan Kerkemeier wrote:
> ok you`re using 'security=domain' and a windows 2003 sp1 DC. Well recent
> security updates for Windows2003 (especially SP1) have changed the
> several RPC mechanisms to obtain group and user lists form DCs.
Yes, I know, but I was hoping for a workaround. If Samba/Winbind doesn't
work with 2003SP1 in domain mode, and no fix
2009 Nov 10
2
[RFC][PATCH] ovirt-node-image : edit-livecd : fail on error in arbitrary code
Purpose : fail iso build on encountering error in arbitrary code '$CODE'
1. export 'WDIR' , for 'CODE' to pick-up location to create 'fail'
file to indicate failure, note that it may not always be possible to
return some error code on failure in 'CODE'
2. 'set' commands enclosing 'CODE' will not be required
3. 'CODE' is
2006 Oct 23
1
Getting users and groups through winbind on FreeBSD
Hi
We have a few Linux samba servers that authenticate against our
Active Directory domain (Small Business Server 2000). I've added a
couple of disks to a FreeBSD 6.1 server in our office and I'm trying
to achieve the same but not having much luck. I'm new to all
this... I'm not our network admin, but he is BSD-phobic so I thought
it was safer to do it myself.
2002 Nov 04
0
2.2.6+acl - strange behaviour
intro:
i use a heavily customized arch-linux clone, so this is no newbie stuff.
except root all linux users are auth'ed via winbind/w2kdc's.
for windoze-user-convenience i have to use
winbind use default domain == yes
and installed ext3-acl support.
acls are working ok, if managed via get/setfacl an also samba honours
them correctly.
for windoze-user-convenience acls should
2003 Nov 04
1
Samba 3/ADC/Winbind problem
Greetings all.
I am banging my head about this one, I will try to be as specific as
possible, bear with me please.
I have a W2KDC ADC, and trying to join a Samba 3 linux workstation to it.
What works:
net join: succeeded
wbinfo -t: checking the trust secret via RPC calls succeeded
wbinfo -m: return to prompt, no output
wbinfo -u: correct list of local + AD members
2005 Sep 19
0
Re-2: rid_idmap problem
That's good, but i believe that the "allow trusted domains" must be
set to "No" when using idmap_rid backend.
See:
http://us5.samba.org/samba/docs/man/Samba-HOWTO-Collection/
idmapper.html#id2587685
On Sep 19, 2005, at 10:41 AM, stefanke@micodat.com wrote:
> I have fixed my problem. I do not have configured a range for the
> BUILTIN domain! So the following
2004 Apr 30
0
buildpkg.sh enhancements
I've made some changes to buildpkg.sh to make it easier for package
builders to add their local changes.
I'd like people that use buildpkg.sh to test and comment on these
changes before I commit them to CVS.
None of the defaults have changed.
Some of the patch is is just moving chunks of code to a different
location to make some of the enhancements work.
Some things you may find
2005 Jul 29
2
winbind gives NT_STATUS_INSUFFICIENT_RESOURCES error after a few hours of running
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
We have a samba 3.0.14a server connected via NT4 to an ADS domain, and after a few
hours of access, winbind stops autheticating, and gives errors like this:
[2005/07/29 09:32:33, 1] nsswitch/winbindd_group.c:fill_grent_mem(133)
~ could not lookup membership for group rid
S-1-5-21-1957994488-1409082233-725345543-512 in domain MERCYHOME (error:
2004 Jul 13
0
Winbind + LDAP Backend
I'm trying to set up Winbind to store all the UID's in a local LDAP
database, but am having some trouble. I think I got most of it set up,
but when I run "getent passwd", I get several hundred errors like this:
[2004/07/13 11:59:03, 3] sam/idmap_ldap.c:ldap_get_id_from_sid(588)
ldap_get_id_from_sid: Failure looking up idmap entry (No such object)
[2004/07/13 11:59:03, 1]
2004 Nov 03
3
fold right - recursive list (vector) operators
The programming language mosml comes with foldr that 'accumulates' a
function f over a list [x1,x2,...,xn] with initial value b as follows
foldr f b [x1,x2,...,xn] = f(x1,...,f(xn-1,f(xn,b))...)
Observe that "list" should have same elements so in R terminology it would
perhaps be appropriate to say that the accumulation takes place over a
'vector'.
I wonder if R
2006 Oct 31
0
6302786 uupgrade does not copy /dev/rmt links from source to target BE on x86 due broken SUNWcsd preinstall
Author: as158974
Repository: /hg/zfs-crypto/gate
Revision: 6173a752e05f9e78881e311aeaaf27f96c6d63f4
Log message:
6302786 uupgrade does not copy /dev/rmt links from source to target BE on x86 due broken SUNWcsd preinstall
Files:
update: usr/src/pkgdefs/SUNWcsd/preinstall
2010 Jan 05
4
solving cubic/quartic equations non-iteratively
To R-helpers,
R offers the polyroot function for solving mentioned equations
iteratively.
However, Dr Math and Mathworld (and other places) show in detail how to
solve mentioned equations non-iteratively.
Do implementations for R that are non-iterative and that solve mentioned
equations exists?
Regards, Mads Jeppe
2002 Jul 18
1
'buildpkg.sh' for OpenSSH - non-interactive install?
I have a minor issue with the 'buildpkg.sh' script in the contrib/solaris
directory for OpenSSH (3.4p1 in my case) that I'm hoping might be solvable.
First off, I'd like to say that I've been quite happy with the script; for
interactive installs, it's worked great.
My problem is occurring due to my attempts to make it work non-interac-
tively, however, within an init
2015 Jun 03
0
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
I've made all changes to 3 files you mentioned, also removed everything
except localhost in hosts file.
SO I have minimal smb.conf and minimal krb5 file
Unfortunately error is still the same.
If I try to join with full OU path I get kerberos_kinit_password
testuser at MYNAT.MYCO.BCU failed: Cannot contact any KDC for requested realm
libnet_Join:
libnet_JoinCtx: struct libnet_JoinCtx
2003 Oct 17
0
winbinb problem related to kerberos.
I've a little stupid problem with winbindd
when I start it I can read in winbind log:
[2003/10/17 10:17:47, 1] nsswitch/winbindd_util.c:add_trusted_domain(149)
Added domain GRANDI_STAZIONI GSTAZIONI.IT
[2003/10/17 10:17:47, 1] libsmb/clikrb5.c:ads_krb5_mk_req(269)
krb5_cc_get_principal failed (No credentials cache found)
[2003/10/17 10:17:47, 0] libads/kerberos.c:ads_kinit_password(133)
2005 Sep 01
0
Re-2: SOLVED - idmap_rid / roaming profile permissions /NTAUTHORITY\SYSTEM
because the same samba fileserver will also have the home directories
for linux users!
According to the smb.conf man pages, the value auto will corretcly apply
case insensitivity for windows users, and case sensitive for the linux
users.
Of course I don't know what will happen if a linux user creates two
files with the same name and different case, and then logs in from a
windows
2002 Dec 11
1
choose printing system between lpd and CUPS
Hell all,
I want setup samba 2.2.7 as print server also for windows client
98/nt/2k/xp. My Redhat7.3 preinstall two print system: lpd and cups.
1. Are there any consideration issue I need to concern for choosing
between these two printing system to let my win clients to print to samba
server without trouble. For example, speed, quality, administrator.
2. Can anyone share their experiences using
2005 Sep 20
3
XP Pro password change problem
I've set up NT domains from scratch and things work. However, in this
case I vampired the old settings over to my new Samba PDC from a W2K
server which I then removed from the network. Everything almost works,
except ...
The main thing is that I can't seem to change the domain passwords from
the XP Pro workstations. Normally you do Ctrl-Alt-Del and select change
password, then fill