similar to: Home Directory creation

Displaying 20 results from an estimated 8000 matches similar to: "Home Directory creation"

2005 Dec 08
5
include statement in smb.conf
Hello, I'm wondering if it possible to use the %G variable to include config file based on group membership. Basically, my setup is this: Samba configured as a member of a Active Directory Domain using WinBind for authentication and account management. I want the ability to have a different config file loaded for a Students and Staff. Is this even possible?? Thanks in advance!!
2017 Feb 09
2
Samba AD domain member and home directory creation
Il giorno gio, 09/02/2017 alle 15.59 +0000, Rowland Penny via samba ha scritto: > You need to get use PAM for this, I think it is 'oddjob-mkhomedir' on > Centos > > Thank Rowland, but 'oddjob-mkhomedir' (and sssd) is already installed and with system login (su -, or ssh or login) work fine. My only problem is when access to server at the user home folder via client
2012 Oct 26
1
Package RODBC sqlQueries
All - I'm new to SQL and the RODBC package. I've read the documentation associated with the RODBC package, but I'm still having problems with my SQL statements; I think my syntax, particularly with respect to my WHERE statement, is off but I can't find any documentation as to why. When I run a query from within the Access2007 database, it looks like this: SELECT
2017 Feb 09
0
Samba AD domain member and home directory creation
On Thu, 09 Feb 2017 17:24:59 +0100 Dario Lesca via samba <samba at lists.samba.org> wrote: > Il giorno gio, 09/02/2017 alle 15.59 +0000, Rowland Penny via samba ha > scritto: > > You need to get use PAM for this, I think it is 'oddjob-mkhomedir' > > on Centos > > > > > Thank Rowland, but 'oddjob-mkhomedir' (and sssd) is already installed
2005 Apr 28
1
Automatic creation of home directories
Hi all, after searching the archives of this list and extensive general googling, I still haven't worked this problem out so I thought it was time to join the list. I'm trying to make my samba server create home directories on-the-fly when new users login. As I understand it, the way to do this is to use the mkhomedir module and enable "obey pam restrictions" in smb.conf.
2016 Sep 16
2
SELinux module
Hello everyone, I have a problem with oddjob_mkhomedir on a NFS mount point. The actual context is nfs_t drwxr-xr-x. root root system_u:object_r:nfs_t:s0 users/ With this type, oddjob_mkhomedir cannot do is job of creating home user directories. In the logs, I found about creating a new module with audi2allow and semodule: [root@ audit]# sealert -l fe2d7f60-d3ff-405b-b518-38d0cf021598
2003 Apr 29
2
remove my email address
I am starting to receive a lot of unsolicited email at work. I did a web search on my name to see if my email address is accessible on any web sites. I got a hit on this site http://samba.cadcamlab.org/lists/samba/Dec2000/00720.html which is a message I sent to your list server a couple of years ago. Please remove my email address from the web page. Thanks. Lloyd Baldwin Computer Systems
2016 Sep 16
0
SELinux module
I do not want to disable SELinux at large but only for a directory and its sub-directories. On Fri, Sep 16, 2016 at 8:31 AM, Eddie G. O'Connor Jr. <eoconnor25 at gmail.com > wrote: > Not sure about most others, but I was always told that you never disable > Selina. Of course that is in a business/corporate setting. If it's just > you at home with a few servers? Then
2011 Apr 01
0
R/Finance 2011 Conference Agenda
R community: We're excited to post a preliminary agenda for the upcoming 3rd conference on R and Applied Finance, to be held in Chicago on April 29th and 30th. In addition to keynotes from John Bollinger, Mebane Faber, Stefano Iacus and Louis Kates, we are excited to have 31 additional talks covering the state of R and applied finance. This represents a phenomenal opportunity to meet and
2000 Jul 19
1
intermittent browsing
I recently downloaded and installed binary versions of Samba 2.0.7 on two Sun Microsystems platforms running Solaris 7. One of the machines is an Enterprise 5000 and the other is an Ultra 10. I set up both servers for USER lever security and set all shares to be browseable. Both were set to be in workgroup SUN. When first installed, both machines appeared in workgroup Sun under Entire Network on
2008 Mar 24
3
Dynamic meetme conference creation with Authenticate (Asterisk 1.4.0)
I'm trying to use the password entered with Authenticate to create dynamic meetme conferences with the following dial plan: exten => _XXXXXXXXXX18467,1,Authenticate(/etc/asterisk/meetme.pw|a) exten => _XXXXXXXXXX18467,n,MeetMe(CDR(accountcode)) ; 281-8467 However CDR(accountcode) is always being set to 1022 no matter what password is used. The passwords are stored in a file so they can
2004 Jun 14
0
Batch user creation scripts or tools?
Hi, I'm trying to avoid re-inventing the wheel here if I can. I'm looking for a script or set of scripts that allow me to create a bunch of samba 3.X/posix users and their corresponding LDAP entries from a delimited text file or something similar. If it's web-based, so much the better, esp if some of the functions can be delegated (with reduced permissions) for specified groups
2006 Nov 30
2
*** caught segfault *** error
Dear R users, I use R 2.4.0 on an iMac running Mac OS X 10.4.8, with a 2.16GHz Intel Core 2 Duo and 2GB 667 MHz DDR2 SDRAM. > sessionInfo() R version 2.4.0 (2006-10-03) i386-apple-darwin8.8.1 locale: es_ES.UTF-8/es_ES.UTF-8/es_ES.UTF-8/C/es_ES.UTF-8/es_ES.UTF-8 attached base packages: [1] "methods" "stats" "graphics" "grDevices"
2018 Apr 08
1
How to script the script sample into script "OR", please advice
Dear User R It's been a pleasure talking with you. I am newcomer use R. Would you please help me how to translate the script below to "R" script? * Area under receiver operating characteristic (AU-ROC) predict r1m1p, p roctab malaria r1m1p, graph summary * Area under receiver operating characteristic (AU-ROC) curve predict r1m2p, mu roctab malaria r1m2p, graph summary
2020 Jun 19
0
SAMBA using existing users and passwords on Linux
I will pass all the commands I used for installation and inclusion of the linux server server in AD. Installation of KERBEROS 5 packages: #yum install krb5-server krb5-libs krb5-workstation I added the following lines to the /etc/krb5.conf file [libdefaults] default_realm = SAMDOM.EXAMPLE.COM dns_lookup_realm = false dns_lookup_kdc = false I installed realmd # yum install realmd I ran the
2006 Aug 14
1
What fields_for really for?
Hello everyone! I have 3 models: === 1 === class Region < ActiveRecord::Base has_many :districts end === 2 === class District < ActiveRecord::Base belongs_to :region has_many :suburbs end === 3 === class Suburb < ActiveRecord::Base belongs_to :district validates_numericality_of :region_id, :only_integer => true end In edit.rhtml for SuburbController I need to specify
2019 Jan 18
3
SSH SSO without keytab file
I actually spent the entire last day getting 'ad' backend to work. Adding 'idmap config SAMDOM : backend = ad' and related lines in the client's smb.conf results in `getent passwd` ... Use : getent passwd username Check if wbinfo -u works also. As tip, if you try these. id username getent passwd username wbinfo -u | grep username If all work and show your usename,
2020 Sep 17
1
smbd do not start
El 17 de septiembre de 2020 10:06:29 GMT-04:00, Rowland penny via samba <samba at lists.samba.org> escribi?: >On 17/09/2020 14:51, Rommel Rodriguez Toirac via samba wrote: >> No, I can not log in as rommel.rodriguez and this user exist in the >samba4 ADDC. >> >Does the users home directory exist '/home/rommel.rodriguez' ? > >If it doesn't, you will need
2009 Apr 13
0
Fwd: modelling a nested student-school-district model in lmer
Dear all, I have a dataset with students nested in schools and also schools belong to each district. The data was explicitly nested as previous examples. In my case, I don't care the variance between schools or district,and I just want to assess the effect of different teaching methods,traditionally,the model can be specified in lmer like : lmer(score~method+(1|district/school),data)
2012 May 16
1
clusters in zero-inflated negative binomial models
Dear all, I want to build a model in R based on animal collection data, that look like the following Nr Village District Site Survey Species Count 1 AX A F Dry B 0 2 AY A V Wet A 5 3 BX B F Wet B 1 4 BY B V Dry B 0 Each data point shows one collection unit in a certain Village, District, Site, and Survey for a certain Species. 'Count' is the number of animals collected in that