Displaying 20 results from an estimated 1000 matches similar to: "WINBIND configuration and NT Authentication"
2002 Nov 17
2
WINBIND configuration and NT Authentication]
Hi,
Yes it's possible to authenticate users from win 2000 server with
winbind. For me
the PAM configuration was the hardest part. I used mandrake 9 and it has
a realy
good pre config. And if you want to modify the folder/file permissions
from NT/W2k
PDC then don't use ReiserFS as the filesystem. Use either EXT3 or XFS.
Mayby the
ReiserFS 4 will have the ACL support.
I have had
2002 Nov 17
2
FW: WINBIND configuration and NT Authentication]
Thanks Mikko - pieced the 3 links you sent and got new configs...
Well..I have successfully got the PAM files so NT users can login from the
terminal as well as through the samba shares (no local users required),
including using the NT groups to provide share level permissions.
Now here is the next battle:
1. I can not access the shares using the linux local accounts
--> recieve: the
2002 Nov 13
1
2ND POST - Problem With Winbind
List,
I have installed Red Hat 8.0 and Samba. I have set up samba to use
Winbind and I can getent passwd a name on the domain. I have set up the
login and sshd files in pam.d to allow users to log in(also, added
winbind to the nsswitch.conf file). I have also set up pam_mkhomedir.so
to create the home folders. I have also set this up on a Red Hat 7.3
server with no problems. What I'm getting
2002 Nov 21
4
ACLs with samba
Hi-
I am experiencing some odd behavior with ACLs with winbindd using Samba 2.6
on Debian Woody (kernel version 2.4.18).
1. I am unable to alter permissions from Win2K clients using the
Properties->Security interface. Is this normal? I get the "Unable to save
Permission Changes on new Folder. Access is denied." message. This occurs
with all accounts, both privileged and
2002 Nov 10
1
How stable is samba 3.0?
Hi,
Im using 2.2.x at the moment and I'm wondering should I move to 3.0 now.
I need samba to be a file server in couple networks. What I need in all
of them is to get the samba to authenticate user / group from
winNT/Win2k servers. At the moment this doesn't work with the 2.2.x
because my lack of knowledge.
I have 3 weeks time to get this working =). If I can't make this I must
2003 Jan 11
1
Can samba refres the connection to the PDC?
Hi again =)
If I have got this right? When a samba is in a domain security mode and
loses the connection to the PDC example NT4, it drops from security =
domain to security = server mode. Is this information correct?
And if this is true is there any way to get it automaticaly get back to
domain mode when the PDC get back on line. And if this isn't true why
does it disallow to change the
2003 Feb 24
2
Large (3000+ users) NT to Samba migration
Hi guys and girls,
A client of mine is seriously investigating migrating their 7 NT servers and
3000+ users to Linux running Samba.
I've read one or two documents so far about the migration, but I'm still a
little unclear about a number of things.
When you have a chance I'd really appreciate your guidance on the following
items.
1.) LDAP, /etc/passwd or MySQL backend (if supported).
2003 Dec 02
3
Directory Server
I found the following link:
http://rhems.sourceforge.net/
was wondering if anyone knows anything about it.
-------------------------------------------
Chris McKeever
If you want to reply directly to me, please use cgmckeever--at--prupref---dot---com
http://www.prupref.com
---- Prudential Preferred Properties www.prupref.com
2003 May 09
5
windows file compatibility aka A Cry For Help
Everything is going amazing in the windows->samba conversion until I ran
into a roadblock..I really dont know what may be going on so I will outline
it as best as I can.
We have a program called realty toolkit which saves its configuration and
security settings onto the network. Well, after putting the files onto the
linux box, it no loger wants to work, the security check fails.
calling the
1999 May 04
5
smbpasswd question
Do you have to enable encrypted passwords for smbpasswd to work? I
have yet to enable encryption because I wanted to test everything
first, but have enabled 'update encrypted = Yes' so that this will
update the smbpasswd file. I also have 'unix password sync = Yes'.
However, I cannot get smbpasswd to change the passwords, either by
user or root. Any suggestions?
Carey
2015 Nov 18
3
Outdated information in regex.Rd
The NEWS for R-devel has the following item:
> The previously included versions of zlib, bzip2, xz and PCRE have
> been removed, so suitable external (usually system) versions are
> required (see the ?R Installation and Administration? manual).
Therefore I believe the following information in
'src/library/base/man/regex.Rd' is no longer valid:
> If PCRE support was compiled
2003 May 10
7
wins support = yes time server = yes
When I set:
wins support = yes
time server = yes
my wins service stops working and no computers show up in the network
neighborhood..as soon as I change time server = no, they start to
re-populate.
I have looked around and havent found a definitive answer (apologies if I
overlooked it)...
but if someone could tell me if this is a documented issue, or just me that
woudl be great
Thanks
2016 May 18
3
[patch] Error in reg-tests-1c.R (R-devel)
I get an error when running "make check" after building R-devel r70629
on Ubuntu 14.04. Here are the relevant lines in the file
"reg-tests-1c.Rout.fail":
> ## m1z uses match(x, *) with length(x) == 1 and failed in R 3.3.0
> ## PR#16909 - a consequence of the match() bug; check here too:
> dv <- data.frame(var?1 = 1:3, var?2 = 3); dv[,"var?2"]
2024 Oct 24
3
readLines() and unz() and non-empty final line
But note:
> zip("hello.zip", "hello.txt")
updating: hello.txt (stored 0%)
> readChar(unz("hello.zip","hello.txt"),100)
[1] "hello"
I leave it to you and other wiser heads to figure out.
Cheers,
Bert
On Thu, Oct 24, 2024 at 8:57?AM Iris Simmons <ikwsimmo at gmail.com> wrote:
> Hi Mikko,
>
>
> I tried running a few
2007 Apr 05
2
"old" rpm version package handling broken!? (SuSE8)
Hi!
Using (among others) the pretty old SuSE8.1, I cant get puppet to
install packages.
The rpm programms bahaviour was changed somewhen between versions 3 and
4 (sry, donĀ“t know exactly when) and the old version does not support
the "--nosignature" and "--nodigest" params and "--oldpackage" is purely
an update parameter so when trying to install a package I
2024 Oct 25
1
readLines() and unz() and non-empty final line
Hi again,
The unz connection is non-blocking by default. I checked do_unz which calls
R_newunz which calls init_con and the only place in any of those functions
that sets 'blocking' is init_con which sets it to FALSE:
https://github.com/wch/r-source/blob/0c26529e807a9b1dd65f7324958c17bf72e1de1a/src/main/connections.c#L713
I'll open an issue on R-bugzilla and see if they're
2016 May 18
2
[patch] Error in reg-tests-1c.R (R-devel)
On 18/05/16 13:50, Martin Maechler wrote:
>>>>>> Mikko Korpela <mikko.korpela at helsinki.fi>
>>>>>> on Wed, 18 May 2016 13:05:24 +0300 writes:
>
> > I get an error when running "make check" after building
> > R-devel r70629 on Ubuntu 14.04.
> > Here are the relevant
> > lines in the file
2004 Sep 05
5
'point-and-print' general questions
I have gotten 'point-and-print' working, but there are a couple small
issues/questions I am trying to get my grasp around:
- rpcclient print-1201 -U root%secret -c 'enumdrivers'
this lists the drivers twice (I saw one other post about this,
without any followup)
- When adding drivers via the Windows APW, after uploading the drivers
and the APW closing - are you supposed to
2015 Oct 20
2
Ubuntu CRAN repository not signed
Hi,
In the aftermath of the signing key expiring a couple of days ago, it
seems that the Ubuntu repositories are no longer signed (there is no
Release.gpg file present). This is not a good situation as users cannot
verify the packages' origin.
I hope this will be fixed promptly :-)
Thank you,
Mikko Pesari
2017 Jun 09
4
[PATCH 1/3] drm/nouveau/tegra: Skip manual unpowergating when not necessary
On Tegra186, powergating is handled by the BPMP power domain provider
and the "legacy" powergating API is not available. Therefore skip
these calls if we are attached to a power domain.
Signed-off-by: Mikko Perttunen <mperttunen at nvidia.com>
---
drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git