similar to: Samba + ADS - Filepermissions home directories

Displaying 20 results from an estimated 200 matches similar to: "Samba + ADS - Filepermissions home directories"

2004 Mar 05
1
Samba + Win2k
How can i get a trust relationship betwen Samba Domain and Win2k ? I?ve tried many ways like, change win2k register, changig some security directives, etc. The win2k is added at Samba Domain like this useradd -g MYGROUP -d /dev/null -s /bin/false WIN2k$ smbpasswd -a -m WIN2K$ Is there other way?? Thanks
2009 Jul 09
6
Active Directory Integration Problems
Hello everyone, I have setup Samba 3.0.28a on an Ubuntu 8.04 server. The setup that I am working with is an exact copy (as far as I can tell) if an identical installation that I did on a test box. Kerberos is setup and working properly. I can use kinit to issue tickets. The box has been successfully joined to the Active Directory domain. I can enumerate AD users and groups. I can log
2008 Feb 26
0
RE: Samba and ADS authentication - can't change filepermissions
Answering my own question again, after several days of searching I've again found the solution within minutes of posting a question here. The answer to the NT_STATUS_LOGON_FAILURE is that you need to create the /etc/krb5/krb5.keytab file: http://forum.java.sun.com/thread.jspa?threadID=5216293&messageID=9877661 And the windows permission setting problem appears to be due to a lack of
2009 Oct 29
1
winbind + Active Directory + email
Ok, I can't seem to search for the right thing to get what I need. I'm looking for a solution where if quota or some other mailing system needs to send an email to an Active Directory user, that it uses the email address listed in Active Directory for that user. We are connected to Active Directory using winbind, on one system we are using pam_winbind, on another we are not. Of course,
2010 Jan 25
2
Fwd: Re: Change AD user password from Linux
whoops should have also sent to list. -------- Original Message -------- Subject: Re: [Samba] Change AD user password from Linux Date: Mon, 25 Jan 2010 15:00:59 -0700 From: gregorcy <brian.gregorcy at utah.edu> To: Masao Garcia <masaog at fshac.com> On 01/20/10 16:25, Masao Garcia wrote: > John, > > Still no go on the password change. I'm going to set up a fresh
2020 Aug 17
1
MDBOX DSYNC error: Broken physical size in mailbox
Hi All, I currently have a small Dovecot server (Server A) and I've installed a second dovecot mailbox server (server B) and am trying to sync mailboxes from Server A to Server B. Both servers sit behind two dovecot directors on separate hosts and have identical config files (doveconf -n output below). Mailboxes on Server A are on an NFS mount. Server A has been working fine with no
2008 May 06
1
Users SID problem
Hi. I realized that I have a problem with the users SID. Thy are different between the SID of the domain. Let's see the output of these commands: server:/home/utenti/user# net getlocalsid SID for domain SERVER is: S-1-5-21-1375271547-2371556575-3111006354 server:/home/utenti/user# pdbedit -Lv test Unix username: test NT username: Account Flags: [U ] User SID:
2019 Aug 27
2
How can i know the user home directory with wbinfo or smbclient.
On 27/08/2019 14:54, Juan Ignacio via samba wrote: > I set the homeDirectory directly in the AD object. > For it i like know if i can access to that info throw some tool. > Have you set it something like: \\fileserver\users\username If you have, then you only need a root preexex script and these lines in smb.conf: ??? winbind use default domain = yes ??? template homedir =
2005 Jan 27
2
cluster, mona error
Hi I have a problem using the package cluster on my binary data. I want to try mona at first. But i get the an error. hc<-read.table("all.txt", header=TRUE, sep="\t", row.names=1) srt(hc) `data.frame': 51 obs. of 59 variables: $ G1p : int 2 1 1 1 1 1 1 1 1 1 ... $ G1q : int 1 1 1 1 1 1 1 1 1 1 ... $ G2p : int 1 1 1 1 1 1 1 1 1 1 ... $ G2q : int 1 1 1 1 1 1
2011 Mar 23
0
suggestions re trunc.POSIXt
Dear all, I hope this is a right place to post this; r-help might be appropriate but it looks like I'm suggesting a change in base package, so I decided to post here. (+ Apologies if that has been changed recently -- the version I'm using is R.2.12.2 on Windows.) I've noticed an unexpected behavior of trunc.POSIXt: foo <- seq(as.POSIXct( "2009-10-23 22:00:00"),
2010 Feb 03
2
Installation woes for rattle (and other packages)
Yesterday I wanted to try rattle on Ubuntu 9.04 Jaunty. I had (and still have) it running (though it complains on startup a bit -- I'll look into that later) on a different bootup on the same machine with 8.04 Hardy. I got an error that libglade cannot be found, and various attempts to get glade support failed. I removed and reinstalled R -- same problem. To avoid the issue of local setup
2019 Aug 27
2
How can i know the user home directory with wbinfo or smbclient.
On 27/08/2019 14:08, Juan Ignacio via samba wrote: > Hi people, long time without ask nothing... > > I need know if exist any way to get the users "windows" home directory > instead of unix home directory with some command, wbinfo or smbclient. > > I know that info is stored in some place. Yes, by default it is in the Windows registry, unless you explicitly set the
2010 Jun 29
0
winbindd GETGRENT results in trusted domains environment
Good day. 1. We have configured two domain controllers on Windows 2003 R2. We named them TEST.LOCAL and CHILD.TEST.LOCAL respectively and made a trust relationships between them. 2. We have installed Samba 3.5.3 on Ubuntu 9.10, kernel 2.6.31-14 and configured it for using winbindd. We have encountered a problem with results that winbind returns upon a command GETGRENT. We
2008 Mar 24
7
FYI about my Mona Vie business venture
Asterisk work does not pay all of my bills, so I have joined up with a company that has a very good payment plan. I have recently become a Mona Vie Independent Distributor. I am not going to go into a sales pitch. This is just an FYI to this opportunity. The company has grown into a Billion dollar company in just 2 years. This company's compensation plan is the best and quickest that I have
2003 May 21
1
cluster- binary data.
Hi! I am trying to calculate a dissimilarity matrix using daisy. The matrix vectver is binary as i test with: > levels(as.factor(vectver)) [1] "0" "1" But the call to daisy gives me the following error message.: > dfl1 <- daisy(vectver, type = list(asymm = c(1:length(vectver[,1])))) Error in daisy(vectver, type = list(asymm = c(1:length(vectver[, 1])))) : at least
2008 Sep 28
2
OSX client, Linux server, permissions problem
I've been using samba for some time and have always had a good experience. I decided to try and configure my home network to let all my computers talk to the samba share. I'm stuck on one part where my OSX client, when creating new files/directories, won't create them writeable by the group. I've tried what seems like every combination of directory mask, force directory
2006 Feb 01
1
RAGI Gem - Running an additional server thread
I have RoR running and have configured RAGI (per the new tutorial provided at ETel http://www.snapvine.com/code/ragi) but I get this: --- user# script/server => Booting WEBrick... [2006-01-30 14:20:25] INFO RAGI::CallServer: default-handler= port=4573 [2006-01-30 14:20:25] INFO WEBrick 1.3.1 [2006-01-30 14:20:25] INFO ruby 1.8.2 (2004-12-25) [i586-linux] [2006-01-30 14:20:25] WARN TCPServer
2011 Sep 09
1
Question about plot.mona {cluster}
Hello all, I what to print the banner plot that is output from the mona method in the cluster package but the problem is I dont want to print all that red ink. Here is an example: data(animals) ma <- mona(animals) ma ## Plot similar to Figure 10 in Struyf et al (1996) plot(ma) I can change the bar color by using the argument col=c(0,0) - plot(ma,col=c(0,0)) - but then the variable labels also
2016 Aug 25
2
Join an additional Samba DC to an existing Active Directory
Hello, I try to add a BDC to my AD using this Howto https://wiki.samba.org/index.php/Join_an_additional_Samba_DC_to_an_existing_Active_Directory#Preparing_the_host_for_the_domain_join host -t A pdc.kes.local pdc.kes.local has address 192.168.122.2 ldapsearch -h pdc.kes.local -b'dc=kes,dc=local' -x # extended LDIF # # LDAPv3 # base <dc=kes,dc=local> with scope subtree # filter:
2009 Jun 07
2
Does this tell me anything? Traffic report
I'm trying to get Samba up and running and having a terrible time. It says that I should be able to run nmap and see that 137 and 139 are open - which they are not. I have not added any restrictions in smb.conf, do not have a firewall running and I have increased the log level to 5 to see all of the messages. It says that it is talking on 137 but it kind of looks like it's not talking