Displaying 20 results from an estimated 10000 matches similar to: "Is there a way to enforce a single login domain wide"
2008 Jan 18
2
Now that MS has to play nice...
Being that you SAMBA developers had to work so hard to reverse engineer 
the AD protocols.  Will there soon be improvements and more full 
featured functionality in SAMBA now that you have access to more 
documentation?  Is anything on the order of a fully feature AD clone in 
the works.  Also, how do you dance around patented protocols?  Can you 
still implement them?  Do you have to avoid them? 
2008 Oct 02
1
Noob question about cached credentials
Can a samba domain user login successfully to a PC in the domain if the 
PC is not connected to the network?  This assumes the user has logged on 
at some point in the past to get their credentials on the local PC of 
course. 
Is this a "Standard" feature of SAMBA (allowing Cached credentials) or 
do you have to some how trick samba to allow this?  I've looked in the 
Official
2003 Oct 20
7
domain groups
I have ACL's enabled and am getting a new error, in the Samba log (V 
3.0.1Pre1, when attempting to set permissions on a file through Win2000:
   get_domain_user_groups: primary gid of user [terry] is not a Domain 
group !
   get_domain_user_groups: You should fix it, NT doesn't like that
Do I need to create a group on the windows(2000) side?  The entries in 
the domaingroup.map
2003 Nov 06
3
CUPS vs lprng
Could I get some opinions on which type of Samba based printing is 
easier, CUPS or LPRNG, or just bybass Samba altogether.  I'm looking at 
the Printing HOWTO by Kurt Pfeifle (Printing Support in Samba 3.0) and 
both look really complex.  Anyone out there have any experience with 
printing services in Samba?  Should I just stay away from samba printing 
and go direct to Network printers? What
2003 Oct 24
2
Should I use winbind in this case
I can't seem to get an answer to this question...
Should I use winbind if my Domain Controller is a samba machine?  Or is 
it only useful if my DC is a real MS DC and I have other unix/linux 
client machines?
I'm strictly wanting to provide file and domain logon services to 
Win2000 machines via a samba DC.  There are no other DC's involved. 
After reading the 3.0 HowTo on winbind
2005 Sep 28
2
Can Samba be used to push out updates and hotfixes to client PC's
I have the Official Samba 3 and Samba-3 by example books, although not 
the second edition copies.  But I can't seem to find out how to push out 
patches and hotfixes with Samba.  Is this not possible at this time?
I don't have a lot of experience with Windows but I am going to have to 
deal with this issue soon.
I think I understand that pushing out policies is possible.
Is Microsoft
2004 Oct 05
1
Efficient way to login/logoff users
Hi there,
I have a network running win9x/2000 machines, connected to 
a samba server with ldap autentication. I wanna know if 
there's way to receive information about login(principally 
logoff) in a fast way.. The WIN machines take a long time to 
send the logoff message (about 2-3min). I was thinking in 
running a program every time the users login and logoff, this 
program could send a
2003 Oct 22
1
ACL's vs Share definitions (Trying again)
I have the Win2000 client(s) in a Samba domain.  Domain authentication 
works fine, my "homes" share works fine, remote profiles work fine.
Using 3.0.1Pre1 I would like to add people to "someshare" through the 
Security tab, and control their access through windows ACL's.
How should I setup a share as a basis for doing this?
The share below (someshare) in this email
2003 Oct 21
2
ACL's and permissions
I'm really struggling with ACL's and permissions.  I have a share owned 
by a user (douglas).  Douglas can read, write and create to the share:
[public]
   comment = Public Stuff
   path = /home/samba/pub
   nt acl support = yes
   public = yes
   admin users = douglas
   write list = douglas
I'm logged in to Win2000 as douglas.  Through the security tab on 
Win2000 I add read and
2003 Oct 23
5
samba 2.27 as print server
I'm running Samba 2.27 on RH8 system. I've got samba as the print
spooler for Windows XP clients and using winbind as the user validation
against my Win2K DC. Permissions on the spool directory are root root
with the sticky bit on. Clients can delete their own jobs from the que,
but the spool directory is not being expunged of print jobs and the last
job constantly displays in the client
2009 Nov 23
1
Is there a CentOS selinux mailing list?
The subject says it all. I've still got that irritating problem of selinux
complaining with smagent writing to its own logfile, and as I mentioned
here, weeks ago, I've done everything that sealert says, a number of
times, and it didn't fix it, and I've determined that it's clearly an
error handling failure of selinux.
So, I'm hoping to find someone else who's run into
2003 Nov 06
1
Winbind seems to have hosed my roaming profiles
Winbind seems to have broke my roaming profiles.  I have a 3.0.1Pre1 DC 
on RH AS 3.0 running with Win2000 SP4 clients logging in.  Remote 
profiles worked well and then I added:
winbind separator = +
idmap uid = 10000-20000
winbind gid = 10000-20000
winbind enum users = yes
winbind enum groups = yes
template homedir = /home/win2000/%D/%U
template shell = /bin/bash
Added it to nsswitch.conf and
2006 Nov 25
1
Preference of local or domain profile
With Samba v3.x and WinXP, if there is a local profile on the users PC 
when the user logs on while hooked to a Samba DC, should the PC check 
for the DC profiles password prior to checking the local profiles 
password?  I have a client PC, originally with no local profile, the 
user logs in to the Samba domain, his profile is downloaded to the PC. 
I have his group policy set so it won't
2006 Nov 14
1
confige error:X11 headres/libs
Can someone who uses SuSe Linux (I currently use 9.3) please tell me what I 
need toto to avoid the
message
configure: error: --with-x=yes (default) and X11 headers/libs are not 
available
without setting --with-x=no
currently my /usr/lib/X11 directory looks like this
ls /usr/lib/X11
app-defaults  fvwm2      nls        twm          XErrorDB   Xmodmap
Cards         getconfig  Options    wmmount
2018 Jan 31
0
Best practices in developing package: From a single file
On 30/01/2018 4:12 PM, Dirk Eddelbuettel wrote:
> 
> Mehmet,
> 
> That is a loaded topic, not unlikely other topics preoccupying us these days.
> 
> There is package.skeleton() in base R as you already mentioned. It drove me
> bonkers that it creates packages which then fail R CMD check, so I wrote a
> wrapper package (pkgKitten) with another helper function (kitten())
2018 Jan 31
1
Best practices in developing package: From a single file
>> There is package.skeleton() in base R as you already mentioned. It drove
>> me
>> bonkers that it creates packages which then fail R CMD check, so I wrote a
>> wrapper package (pkgKitten) with another helper function (kitten()) which
>> calls the base R helper and then cleans up it---but otherwise remains
>> faithful to it.
>
>
> Failing R CMD check
2015 Sep 28
5
distuguish between different domains
Hello!
Marco Fretz <marco.fretz at gmail.com> schrieb am 28.09.15 um 08:29:59 Uhr:
> Hi Andreas,
> 
> I'm not 100% sure what you're trying to accomplish.
> 
> smtp_server in roundcube is the outgoing server (submission server, i.e.
> postfix). Mailbox is IMAP (dovecot).
> You can easily spawn 2 instances of dovecot, one serving aaa.de and one
> serving
2003 Nov 12
1
Plotting lm() attributes
Suppose you fit a linear model
 > model.1 ~ lm(v1 ~ ..., data=myframe)
and v2 is some other column of myframe typically not in the model. You 
will often want to try
 > plot(v2, model.1$residuals)
but this will fail if there are NAs in the response v1 as 
model.1$residuals has length equal to the number of nonmissing values in 
  v1. I suppose
 > plot(v2[!is.na(v1)],
2003 Oct 29
4
Request for ACL experiences
I'm having trouble with ACL's and wonder how many others are too.  I see 
conflicting answers and comments about different aspects of ACL's from 
many prople on the list.  I was wondering if ANYONE is successfully 
using ACL's with Samba 3.0 or above.
Questions I have that I'm sure many are asking are:
Was your Samba server configured as the DC?
What client OS were you
1999 Jun 09
0
trigger a program when user login/logoff from NT domain
Hi all,
Description:
As most (if not all) of us known already Samba allows people to execute a
program before (exec) and after (postexec) a user connect to a share.
In our network due to certain requirement we have to find some way to run a
program when the user login to NT domain, then run another program when he
log out.
A natural solution is to setup a Samba server and change the NT login