similar to: Transparent Samba Account Creation/Authentication using NT DC

Displaying 20 results from an estimated 1000 matches similar to: "Transparent Samba Account Creation/Authentication using NT DC"

2001 Apr 23
0
FW: setting quota per user
Chris, the way I did the same thing a while back is by running edquota for each user upon creation of their account. From memory there is a switch that allows you to make a user's quota the same as anothers. So I setup a "template" user that had quota the way I liked and then used him as the template for all the other user accounts. I have extracted from the quota mini howto the
2003 May 15
0
Disk Quotas
Hey all, I've got quotas enabled and turned on, it works fine for my first test user: $ quota -u user1 Disk quotas for user user1 (uid 2001): Filesystem usage quota limit grace files quota limit grace /var/mailboxes 2772 450000 500000 30 0 0 Then, I used the edquota to generate quotas for the next 1000 users: $ edquota -p user1 2002-3000
2009 Oct 28
1
Managing filesystem quotas
I wish to impose a quota on a samba share. I''ve created a mount, using puppet, enabling usrquota. I''ve then run quotacheck manually, and edquota manually to set up the quota. I suppose I could have puppet deliver the aquota.user file, but I don'' think that doesn''t really enable me to rebuild the machine without manual intervention. What would be really
2013 Mar 01
1
Gluster quotas, NFS quotas, brick quotas, quota-tools
Hi, I'd like to try to migrate our NFS-based network to gluster, for replication. We currently use an ext4 filesystem with quota enabled. We have a couple thousand users (over LDAP), and their quotas vary wildly. We manage them with edquota(8) on the NFS server. There are many services which mount the NFS filesystem, and parse the output of /usr/bin/quota (a webmail, two mail servers,
2020 May 31
0
Simple backup of maildir folder
Sent with ProtonMail Secure Email. ??????? Original Message ??????? On Sunday, 31 May 2020 09:35, @lbutlr <kremels at kreme.com> wrote: > > A couple of notes on this quite useful script: > > My mktemp does not support -p (FreeBSD 12.1) is I had to change the script to: > In my scripts I tend to create a tempdir and then tempfiles within that. It makes the cleanup routine
2020 May 31
1
Simple backup of maildir folder
> On 31 May 2020, at 11:13, Laura Smith <n5d9xq3ti233xiyif2vp at protonmail.ch> wrote: > > ? > > > Sent with ProtonMail Secure Email. > > ??????? Original Message ??????? >> On Sunday, 31 May 2020 09:35, @lbutlr <kremels at kreme.com> wrote: >> >> >> >> A couple of notes on this quite useful script: >> >> My
2016 Jun 15
2
quota rules for mail users
Dear All, Is it possible to make quota rules under $HOME/Maildir/* mailboxes with a specific command such as 'edquota' when the first email arrives at the $HOME/Maildir/{new,cur,tmp} of a user. In the below example, the <UserB> is the one who gets an email for the first time. edquota -p <UserA> <UserB> ---man edquot--- -p, --prototype=protoname Duplicate the
2006 Nov 17
0
W2000 AD - Samba-3.0.23d authorization problem
*This message was transferred with a trial version of CommuniGate(r) Pro* Greetings, All There's simple AD, running on Win2000 (realm - 0905.DN.STA, workgroup - SGNI) and samba-3.0.23d installed on FreeBSD-5.3 with ADS/LDAP/WINBIND/PAM/SYSLOG/QUOTAS/ACL. Also heimdal-0.6.3 installed. I need to join samba to domain as a AD member (with help of kerberos auth). Let's start with config files:
2014 Dec 14
3
Broadcom wireless card: installation script for Linux-STA driver
Hi, I just installed CentOS 6.6 on my HP Pavilion DM1 laptop. The wireless card is only poorly supported in the default setup, so I decided to write an installation script for the Linux-STA driver, which works perfectly. https://github.com/kikinovak/centos/blob/master/6.x/broadcom-sta/broadcom-sta.sh Grab the files: # git clone https://github.com/kikinovak/centos Run the script: # cd
2007 Sep 10
1
overlay lattice histograms with goodness-of-fit pdfs
Hello, I am new to R exploratory data analysis and plotting. Is anyone aware of a way to overlay a set of conditional histograms with conditional PDFs? Below, I generate a lattice plot of precipitation histograms based on different months and stations, given a subset of the dataset: histogram(~ data | month * station, data = sta.stack[sta.stack[,"type"]=="precip" &
2014 Dec 14
0
Broadcom wireless card: installation script for Linux-STA driver
Did you try the drivers provided by elrepo? http://elrepo.org/tiki/wl-kmod On December 14, 2014 5:32:34 AM EST, Niki Kovacs <info at microlinux.fr> wrote: >Hi, > >I just installed CentOS 6.6 on my HP Pavilion DM1 laptop. The wireless >card is only poorly supported in the default setup, so I decided to >write an installation script for the Linux-STA driver, which works
2018 May 03
1
[Bug 106391] New: Noveau fails to compile when using meson and LLVM without RTTI
https://bugs.freedesktop.org/show_bug.cgi?id=106391 Bug ID: 106391 Summary: Noveau fails to compile when using meson and LLVM without RTTI Product: Mesa Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component:
2017 Dec 31
0
inconsistent winbind on upgraded member server
I upgraded a domain member server from 4.5.5 to 4.6.2. After some initial tests, where everything seemed to be working fine, I upgraded the OS from CentOS 7.3 to 7.4. Now I have intermittent problems with domain users trying to log in to the member server over ssh. After a bunch of troubleshooting I determined that winbind sometimes returns the user home directory and shell incorrectly and
2003 May 24
2
Quota
Hi all, I was wondering if there was a possibillity to put in a quota to the smb.conf something like "max disk size = 1000" but then that is actually does something at "1000" If there is no option for this does anyone know the best way top do this is, or do I have to make a "edquota". problem I have is, I have a 4TB raid 5 crossplatform i.e. nfs,appletalk,smb,ftp
2013 Jan 26
2
different legends in lattice panels
Hi listers, I want to make lattice plots xyplots with the indication of legends inside each panel with only the points and the lines actually ploted inside each given panel according to the group(ing) factor. The code below shows what I have achieved so far and I hope will make clear what I want to have. It seems to me that my solution is a very "dirty hack" and there certainly is
2012 Jul 13
3
BCM4313 on CentOS 6.3
Hi all, I'm a complete newbie in Linux and am trying to get my Broadcom BCM4313 working in my Lenovo S10-3t netbook (CentOS 6.3 installed from LiveCD). I followed the steps in the wiki, which lead me to ELRepo: wl-kmod. I followed the instructions there until Step 2: $ mkdir -p ~/rpmbuild/{BUILD,RPMS,SPECS,SOURCES,SRPMS} $ echo -e "%_topdir $(echo $HOME)/rpmbuild\n%dist .el$(lsb_release
2005 Aug 30
4
Re: [Xen-changelog] New console transport and update xenconsoled.
Xen patchbot -unstable wrote: ># HG changeset patch ># User cl349@firebug.cl.cam.ac.uk ># Node ID 8fe8a99b1c2a6ea88624546ab625eaa0758e3a17 ># Parent e69cbfee4011da1648718f1f5cbe8dabb956e72a >New console transport and update xenconsoled. >Add a new console interface using a seperate shared page and event channel >instead of passing the console input/output over control
2020 Mar 16
2
Winbind does not show all groups of all users
Hi! I'm using 4.10.13 as AD and have the issue that winbind does not show correct the group membership of some users. # Global parameters[global] ldap server require strong auth = no netbios name = admin realm = XXXX.LOKAL workgroup = XXXX dns forwarder = 8.8.8.8 server role = active directory domain controller idmap_ldb:use rfc2307 = Yes
2023 Mar 20
1
[Bridge] Multicast: handling of STA disconnect
Hi Nikolay, I have some query on multicast. When streams running on an STA and STA disconnected due to some reason. So, until the MDB is timed out the stream will be forwarded to the port and in turn to the driver and dropps there as no such STA. So, is the multicast_eht handling this scenario to take any action immediately? If not, can we do this to take quick action to reduce overhead of
2023 Mar 20
1
[Bridge] Multicast: handling of STA disconnect
On 20/03/2023 13:45, Ujjal Roy wrote: > Hi Nikolay, > > I have some query on multicast. When streams running on an STA and STA > disconnected due to some reason. So, until the MDB is timed out the > stream will be forwarded to the port and in turn to the driver and > dropps there as no such STA. > > So, is the multicast_eht handling this scenario to take any action >